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
/
zruntime.S
Age
Commit message (
Expand
)
Author
2014-06-23
Ensure proper stack alignment when the Z80 calls into C code. This fixes a cr...
Mike Pavone
2014-06-17
blastem builds and almost works on OS X now
Mike Pavone
2014-02-06
Fix accidental use of the conditional jump instruction jp instead of jmp
Michael Pavone
2014-02-03
Initial attempt at emulating extended bank area access delays when 68K bus is...
Michael Pavone
2014-01-28
Add 3 wait states to Z80 access to bank area since that seems to be roughly t...
Michael Pavone
2013-07-26
Added support for saving savestates. Added gst savestate format test harness
Mike Pavone
2013-06-09
Fix address adjustement in z80_retrans_stub
Mike Pavone
2013-06-08
Use a call instruction to figure out the original native address when retrans...
Mike Pavone
2013-06-02
Clear IFF1 and IFF2 when an interrupt is taken on the Z80
Mike Pavone
2013-05-24
Allow VDP/PSG writes from Z80
Mike Pavone
2013-05-14
Some Z80 interrupt fixes
Mike Pavone
2013-05-06
Implement writes from Z80 to YM-2612
Mike Pavone
2013-05-04
Implement HALT (sort of tested)
Mike Pavone
2013-05-04
Implement IN and OUT (untested)
Mike Pavone
2013-05-03
Save context in z80_do_sync
Mike Pavone
2013-05-03
Fix bank register update
Mike Pavone
2013-05-03
Fix native address lookup in bannked memory area
Mike Pavone
2013-05-03
Fix crash bug in Z80 interrupt support
Mike Pavone
2013-04-30
Implement LDIR and fix a bug in which context was not restored after a call t...
Mike Pavone
2013-04-30
Fix a remaining z80_write reg swap bug. Properly initialize the native map sl...
Mike Pavone
2013-04-29
Squashing some bugs introduced when I switched the register assignments for z...
Mike Pavone
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix so...
Mike Pavone
2013-04-29
Forgot to commit zruntime a while back, adding it now.
Mike Pavone