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 (
Collapse
)
Author
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 ↵
Mike Pavone
to z80_handle_code_write
2013-04-30
Fix a remaining z80_write reg swap bug. Properly initialize the native map ↵
Mike Pavone
slots. Reset appropriate regs when z80_reset is called.
2013-04-29
Squashing some bugs introduced when I switched the register assignments for ↵
Mike Pavone
z80_write_byte around.
2013-04-29
Implement retranslating code when written to. Possibly broken, need to fix ↵
Mike Pavone
some other bugs before a proper test.
2013-04-29
Forgot to commit zruntime a while back, adding it now.
Mike Pavone