This website requires JavaScript.
Explore
Help
Sign In
Xargon
/
Supermodel
Watch
1
Star
0
Fork
You've already forked Supermodel
0
mirror of
https://github.com/RetroDECK/Supermodel.git
synced
2024-11-29 17:15:40 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
0716285fc2
Supermodel
/
Src
/
CPU
/
68K
History
Bart Trzynadlowski
11d1d61bc2
- Removed BOOL and replaced it with native C++ type, bool.
...
- Removed TRUE and FALSE, changed to 'true' and 'false' keywords.
2011-09-08 06:34:18 +00:00
..
Musashi
Musashi context is now cleared in M68KCtx constructor. The internal Musashi context is zeroed out initially but the dynamically allocated external contexts would sometimes be filled with garbage, which would trigger interrupts at the very first instruction after reset, making the 68K go off into the weeds. This fixes a nasty randomly-occurring bug I was seeing.
2011-08-14 23:59:01 +00:00
Turbo68K
- Added the Musashi 68K emulator by Karl Stenerud. Obtained Karl's explicit permission to relicense the code under GPL.
2011-07-12 04:57:12 +00:00
68K.cpp
- Removed BOOL and replaced it with native C++ type, bool.
2011-09-08 06:34:18 +00:00
68K.h
- Removed BOOL and replaced it with native C++ type, bool.
2011-09-08 06:34:18 +00:00