Revision |
Author |
Date |
Windows 32bit |
Windows 64bit | Commit log |
v0.11.0-184-g6719ede |
Kingcom |
2022-10-29 17:49:48 |
|
Download |
Merge: 6afb121 bd7bff6 Merge pull request #233 from unknownbrackets/warnings Correct some compile warnings |
v0.11.0-183-gbd7bff6 |
Unknown W. Brackets |
2022-10-27 04:27:47 |
No build |
Correct missing include reference. Fails compile on MSVC without permissive. |
v0.11.0-182-gf8646b7 |
Unknown W. Brackets |
2022-10-27 04:11:54 |
No build |
Explicitly fallthrough in switches. |
v0.11.0-181-g381e8ec |
Unknown W. Brackets |
2022-10-27 04:11:38 |
No build |
Fix a potential memory overrun. |
v0.11.0-180-g4a881f0 |
Unknown W. Brackets |
2022-10-27 04:11:14 |
No build |
Initialize member variables before use. |
v0.11.0-179-g1d805bc |
Unknown W. Brackets |
2022-10-27 04:01:19 |
No build |
Resolve a type format warning. |
v0.11.0-178-g64ff4fb |
Unknown W. Brackets |
2022-10-27 04:01:03 |
No build |
Resolve some initialization order warnings. |
v0.11.0-177-g6ea8829 |
Unknown W. Brackets |
2022-10-27 03:49:02 |
No build |
Avoid some type truncation warnings. |
v0.11.0-176-g6afb121 |
Kingcom |
2022-10-17 20:08:36 |
|
Download |
Merge: b4335f0 13d0f3c Merge pull request #230 from Fothsid/master SEGA Saturn / Super-H architecture |
v0.11.0-175-g13d0f3c |
Fothsid |
2022-10-16 16:21:23 |
No build |
Added an alias for the Saturn architecture directive (Sega 32x) |
v0.11.0-174-gb6127e0 |
Fothsid |
2022-10-13 18:55:05 |
No build |
(SuperH) Move handling of cmp/*, bf/s, bt/s names to decodeOpcode |
v0.11.0-173-g24a0ee3 |
Fothsid |
2022-10-13 18:52:16 |
No build |
Add aliases for SH instructions with 8 bit immediate values |
v0.11.0-172-g10a3efe |
Fothsid |
2022-10-13 18:45:10 |
No build |
Minor changes |
v0.11.0-171-gde4219d |
Fothsid |
2022-10-12 19:02:14 |
No build |
Fix MSVC warnings |
v0.11.0-170-g010a48d |
Fothsid |
2022-10-12 18:56:23 |
No build |
Fix opcode generation bugs |
v0.11.0-169-g0898063 |
Fothsid |
2022-10-07 00:10:06 |
No build |
Added some comments |
v0.11.0-168-g2c79fe8 |
Fothsid |
2022-10-06 23:51:19 |
No build |
A bit of cleanup |
v0.11.0-167-gff03e13 |
Fothsid |
2022-09-29 11:08:00 |
No build |
Note that delayed opcodes are marked |
v0.11.0-166-g4fd963e |
Fothsid |
2022-09-29 11:00:43 |
No build |
Add a comment regarding delayed instructions in SuperH |
v0.11.0-165-g3ff1086 |
Fothsid |
2022-09-29 10:56:45 |
No build |
Some fixes to the SuperH ELF obj importer |