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.c
Age
Commit message (
Expand
)
Author
2020-01-07
Reset 68K supervisor state and interrupt mask on soft reset
Michael Pavone
2019-03-11
Minor cleanup
Michael Pavone
2018-06-28
Fix a number of other memory errors (mostly leaks again) identified by valgrind
Michael Pavone
2018-06-22
Fix some memory errors (mostly leaks) identified by valgrind
Michael Pavone
2018-05-17
Fix instruction timing for a number of instructions with only a single operand
Michael Pavone
2017-11-21
Basic support for loading ROMs via Nuklear UI
Michael Pavone
2017-09-08
Fix unlk for the a7 case
Michael Pavone
2017-09-06
Properly clear trace mode on interrupt or other exception. Fix NBCD with memo...
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-05-04
Fix intermittent crash due to an inadvertent executable memory allocation in ...
Michael Pavone
2017-04-24
Fix interaction between 68K debugger and instruction retranslation due to sel...
Michael Pavone
2017-04-20
Fixed timing for RTS and RTE
Michael Pavone
2017-03-25
Prevent blowing past our native translated instruction size of 255 bytes when...
Michael Pavone
2017-03-15
Cycle accurate implementation of divs
Michael Pavone
2017-03-13
RESET is not a terminal instruction on the 68K. Fixes a crash bug in Chavez I...
Michael Pavone
2017-03-09
Fix bug in handling of translating unmapped addresses
Michael Pavone
2017-03-03
Cycle accurate divu and undefined flags for overflow case
Michael Pavone
2017-02-23
WIP support for XBAND mapper hardware
Michael Pavone
2017-02-01
Fix regression in handling of unmapped memory addresses
Michael Pavone
2017-01-29
Implement extra read and fix movem timing generally
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-11-28
Clean up symbol visiblity and delete a ltitle bit of dead code
Michael Pavone
2016-10-06
Add support for specifying a reset handler in the M68K core. Adjust memory ma...
Michael Pavone
2016-05-10
Fix PC value pushed to stack for A and F line traps
Michael Pavone
2016-04-28
Implemented A line and F line traps.
Michael Pavone
2016-04-27
Implement privelege violation exceptions
Michael Pavone
2016-04-27
Implemented IR and undefined bits of info word for address error exception fr...
Michael Pavone
2016-04-27
Fix changes made to get_instruction_start and map_native_address to cope with...
Michael Pavone
2016-04-26
Initial stab at implementing address error exceptions. Need to fill in the va...
Michael Pavone
2016-04-26
Implement illegal instruction trap
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
2016-04-24
Fix order of writes for move.l with a predec destination
Michael Pavone
2015-11-27
Fix a few lingering stack alignment rework bugs
Michael Pavone
2015-11-25
Partially working change to do proper stack alignment rather than doing a lam...
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-10-29
Implement TRAPV
Michael Pavone
2015-10-28
Implement TAS
Michael Pavone
2015-10-21
Implemented nbcd
Michael Pavone
2015-07-26
Merge
Michael Pavone
2015-07-26
Fix some memory issues
=?UTF-8?q?Higor=20Eur=C3=ADpedes?=
2015-07-25
Use a new fatal_error function instead of calling fprintf and exit for fatal ...
Michael Pavone
2015-05-22
Don't attempt to translate or map code at odd addresses. This fixes a bug tha...
Michael Pavone
2015-05-22
Fix out of bounds memory access when an instruction wraps around the end of m...
Michael Pavone
2015-05-17
Don't overwrite an instruction offset mapping with an extension word value. I...
Michael Pavone
2015-05-13
Fix problem with removing breakpoints
Michael Pavone
2015-05-11
Remove/comment verbose logging added for tracking down sync bug
Michael Pavone
2015-05-11
Sync fixes and logging to fix more sync issues
Michael Pavone
[next]