Mercurial > repos > blastem
log z80_to_x86.c @ 262:d97c9eca49f4
age | author | description |
---|---|---|
Tue, 30 Apr 2013 20:33:30 -0700 | Mike Pavone | Implement ld to and from the I and R registers |
Tue, 30 Apr 2013 01:00:10 -0700 | Mike Pavone | Implement LDIR and fix a bug in which context was not restored after a call to z80_handle_code_write |
Tue, 30 Apr 2013 00:39:20 -0700 | Mike Pavone | Fix a remaining z80_write reg swap bug. Properly initialize the native map slots. Reset appropriate regs when z80_reset is called. |
Mon, 29 Apr 2013 23:02:39 -0700 | Mike Pavone | Implement CCF and SCF |
Mon, 29 Apr 2013 22:52:05 -0700 | Mike Pavone | Properly handle wrapping around to 0 in translate_z80_stream |
Mon, 29 Apr 2013 22:37:47 -0700 | Mike Pavone | Fix bug in end condition inside translate_z80_stream. |
Mon, 29 Apr 2013 22:32:21 -0700 | Mike Pavone | Squashing some bugs introduced when I switched the register assignments for z80_write_byte around. |