summaryrefslogtreecommitdiff
path: root/zruntime.S
AgeCommit message (Collapse)Author
2013-04-30Implement LDIR and fix a bug in which context was not restored after a call ↵Mike Pavone
to z80_handle_code_write
2013-04-30Fix 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-29Squashing some bugs introduced when I switched the register assignments for ↵Mike Pavone
z80_write_byte around.
2013-04-29Implement retranslating code when written to. Possibly broken, need to fix ↵Mike Pavone
some other bugs before a proper test.
2013-04-29Forgot to commit zruntime a while back, adding it now.Mike Pavone