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
/
z80_to_x86.h
Age
Commit message (
Expand
)
Author
2017-10-19
Implemented Z80 IM 2 and attempted correct intack cycle delay
Michael Pavone
2017-08-06
WIP - New savestate format
Michael Pavone
2017-05-28
Implemented Z80 NMI
Michael Pavone
2017-01-02
Invalidate translated code on a cartridge bank change in SMS mode. Fix handli...
Michael Pavone
2016-12-28
Remove memory map assumptions from Z80 core and move a little bit of logic to...
Michael Pavone
2016-12-22
Initial support for Genesis/Megadrive PBC mode. VDP still needs Mode 4 to be ...
Michael Pavone
2016-12-22
More cleanup in preparation for SMS/Mark III support
Michael Pavone
2016-07-28
Partial support for undocumented flag bits
Michael Pavone
2016-07-27
Change cycle tracking code for Z80 core to only use a single register. Store ...
Michael Pavone
2016-04-20
Fix bug in Z80 rrd implementation. This fixes the annoying high pitched wine ...
Michael Pavone
2015-11-13
Selecting a second game from the menu now works
Michael Pavone
2015-07-29
Added support for an IO memory map in Z80 core
Michael Pavone
2015-05-25
Add a define in both the source and Makefile for enabling logging of z80 inst...
Michael Pavone
2015-01-04
Merge
Michael Pavone
2015-01-03
Made the Z80 core more contained by refactoring some code in blastem.c into z...
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 dedicated registers for Z80 bank reg and Z80 bank pointer as they are ...
Michael Pavone
2015-01-01
Add the 3 cycle delay back in to Z80 bank area access
Michael Pavone
2015-01-01
Minor Z80 core cleanup
Michael Pavone
2014-12-30
Merge
Michael Pavone
2014-12-26
Add in missing generated Z80 helper functions. Fix a small bug in Z80_HALT. F...
Michael Pavone
2014-12-22
Z80 core is sort of working again
Michael Pavone
2014-12-17
Get rest of emulator compiling again with Z80 core enabled
Michael Pavone
2014-12-17
Get Z80 core back into compileable state
Michael Pavone
2014-12-14
WIP effort to update z80 core for code gen changes
Michael Pavone
2014-06-21
Fix Z80 interrupts
Michael Pavone
2014-06-20
Added some preliminary support for interpreting Z80 code from non-RAM addresses
Michael Pavone
2014-06-19
Properly handle Z80 breakpoints on self-modifying code and setting Z80 breakp...
Michael Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-02-24
Rename x86_backend.h and x86_backend.c to backend.h and backend.c respectively
Mike Pavone
2013-09-10
Added copyright notice to source files and added GPL license text in COPYING
Mike Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-06-29
Add support for loading GST format savestates
Mike Pavone
2013-05-31
Partial implementation of Z80 debugger
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-06
Implement writes from Z80 to YM-2612
Mike Pavone
2013-04-30
Add a second context pointer to m68k_context so that try_fifo_write can still...
Mike Pavone
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix so...
Mike Pavone
2013-04-28
Implement cycle limit in Z80 core.
Mike Pavone
2013-04-28
Implement EI, DI and IM in the Z80 core
Mike Pavone
2013-04-28
Implement EX, EXX and RST in Z80 core
Mike Pavone
2013-04-25
Get Z80 core working for simple programs
Mike Pavone
2013-04-16
Make reset trigger debug exit to make it easier to test the same cases in bla...
Mike Pavone