summaryrefslogtreecommitdiff
path: root/m68k_core.h
AgeCommit message (Expand)Author
2015-11-08ROM is now run after being selected in menu. Initial path for menu is read fr...Michael Pavone
2015-11-08Initial work for allowing loading a ROM from menuMichael Pavone
2015-10-31Implement interrupt latency. Fixes Sesame Street: Counting Cafe and gives acc...Michael Pavone
2015-10-28Implement TASMichael Pavone
2015-07-20Full support for Sega mapper when it comes to data. Code in remapped sections...Michael Pavone
2015-05-22Don't attempt to translate or map code at odd addresses. This fixes a bug tha...Michael Pavone
2015-01-14Removed hardcoded assumptions in M68K core about which parts of the memory ma...Michael Pavone
2015-01-03All cycle counters are now based off the master clock. This seems to have mes...Michael Pavone
2015-01-01Remove some of the hard coded assumptions about the memory map from the CPU c...Michael Pavone
2014-03-02Initial stab at separating the generic parts of the 68K core from the host-cp...Michael Pavone
2014-03-02Rename x86_68k_options and m68k_to_x86.h to m68k_options and m68k_core.h resp...Michael Pavone