index
:
blastem.git
gdb
libretro
vdp-hacking
Oxore's fork of "blastem" emulator for ROM hacking (C)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
m68k_core.h
Age
Commit message (
Expand
)
Author
2021-02-21
Implement TMSS ROM and cart mapping register
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-05-19
Fix to M68K interrupt latency for most instructions. Still needs some work fo...
Michael Pavone
2017-04-24
Fix interaction between 68K debugger and instruction retranslation due to sel...
Michael Pavone
2017-03-28
Implemented M68K trace mode. Some edge cases/SR update paths still need work
Michael Pavone
2017-03-25
Prevent blowing past our native translated instruction size of 255 bytes when...
Michael Pavone
2017-02-23
WIP support for XBAND mapper hardware
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-19
Mostly working changes to allow support for multiple emulated system types in...
Michael Pavone
2016-11-28
Clean up symbol visiblity and delete a ltitle bit of dead code
Michael Pavone
2016-11-05
Get Jaguar video interrupt working
Michael Pavone
2016-10-16
Initial stab at implementing the Jaguar object processor
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2016-04-30
Fix 68K interrupt handling some more. Fatal Rewind is working again.
Michael Pavone
2016-04-27
Implemented IR and undefined bits of info word for address error exception fr...
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2016-04-24
Fix interrupt latency from STOP instruction status reg changes. Fix modified ...
Michael Pavone
2016-04-24
Half assed, prefetch based open bus value emulation. Gets BlastEm up to 119/1...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-11-13
It is now possible to switch back and forth between the menu ROM and the game
Michael Pavone
2015-11-08
ROM is now run after being selected in menu. Initial path for menu is read fr...
Michael Pavone
2015-11-08
Initial work for allowing loading a ROM from menu
Michael Pavone
2015-10-31
Implement interrupt latency. Fixes Sesame Street: Counting Cafe and gives acc...
Michael Pavone
2015-10-28
Implement TAS
Michael Pavone
2015-07-20
Full support for Sega mapper when it comes to data. Code in remapped sections...
Michael Pavone
2015-05-22
Don't attempt to translate or map code at odd addresses. This fixes a bug tha...
Michael Pavone
2015-01-14
Removed hardcoded assumptions in M68K core about which parts of the memory ma...
Michael Pavone
2015-01-03
All cycle counters are now based off the master clock. This seems to have mes...
Michael Pavone
2015-01-01
Remove some of the hard coded assumptions about the memory map from the CPU c...
Michael Pavone
2014-03-02
Initial stab at separating the generic parts of the 68K core from the host-cp...
Michael Pavone
2014-03-02
Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...
Michael Pavone