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
Age
Commit message (
Expand
)
Author
2013-05-08
More fixes for confusion between Z80_UNUSED and MODE_UNUSED
Mike Pavone
2013-05-08
Compare src_op.mode with the correct constant in shift/rotate instructions
Mike Pavone
2013-05-08
Fix IX/IY register selection when the direction bit is set
Mike Pavone
2013-05-08
Fix calcuation of IX/IY dipslacements. Fix a bunch of stuff related to the IX...
Mike Pavone
2013-05-08
Fix handling of instructions that combine an IX/IY displacement with another ...
Mike Pavone
2013-05-08
Fix printing of negative displacements in Z80 disassembler
Mike Pavone
2013-05-08
Fix encoding of "extended" instructions in Z80 test generator
Mike Pavone
2013-05-08
Fix stupid copy-pasta bug in XOR
Mike Pavone
2013-05-08
Fix byte order of pop AF
Mike Pavone
2013-05-08
Cleanup reg printing in z80 test runner
Mike Pavone
2013-05-08
Added z80 test generator and z80 test runner.
Mike Pavone
2013-05-06
Make sure all rendering operations mask CRAM with 0xEEE before using it
Mike Pavone
2013-05-06
Implement writes from Z80 to YM-2612
Mike Pavone
2013-05-06
Hopefully more correct implementation of the Z80 busack status
Mike Pavone
2013-05-05
Add a YM2612 stub implementation with just timers and status registers so tha...
Mike Pavone
2013-05-05
Implement RRD and implement flags on RLD
Mike Pavone
2013-05-04
Implemente RLD
Mike Pavone
2013-05-04
Implement HALT (sort of tested)
Mike Pavone
2013-05-04
Implement IN and OUT (untested)
Mike Pavone
2013-05-04
Implement RETI and RETN (untested). Cleanup tests for "terminal" instructions.
Mike Pavone
2013-05-04
Remove deferred address entries from abandoned translations inside z80_retran...
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
Use hex where appropriate in disassembler
Mike Pavone
2013-05-03
Using push/pop inside translated code is not compatible with the current way ...
Mike Pavone
2013-05-03
Fix crash bug in Z80 interrupt support
Mike Pavone
2013-05-03
Implement shift instructions (untested)
Mike Pavone
2013-05-02
Implement CPL and NEG (untested)
Mike Pavone
2013-05-02
Implement LDD and LDDR
Mike Pavone
2013-05-02
Implement LDI
Mike Pavone
2013-05-02
Protect debug prints for busreq/reset regs with appropriate macros
Mike Pavone
2013-05-02
Fix decoding of CP.
Mike Pavone
2013-05-02
Fix IX/IY displace modes. Fix check for registers requiring REX.
Mike Pavone
2013-05-02
Sync Z80 on writes to busreq/reset ports. NULL out extra_pc on z80 reset
Mike Pavone
2013-05-02
Don't mix *H regs with the REX prefix
Mike Pavone
2013-05-01
Fix some more retranslation bugs in the Z80 core
Mike Pavone
2013-05-01
Add -n flag for disabling the Z80 core
Mike Pavone
2013-05-01
Fix a crash bug in instruction retranslation
Mike Pavone
2013-04-30
Add a second context pointer to m68k_context so that try_fifo_write can still...
Mike Pavone
2013-04-30
Implement ld to and from the I and R registers
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
Initial stab at integartiong Z80 core
Mike Pavone
2013-04-30
Fix a remaining z80_write reg swap bug. Properly initialize the native map sl...
Mike Pavone
2013-04-30
Fix infinite loop in Z80 disassembler
Mike Pavone
2013-04-29
Implement CCF and SCF
Mike Pavone
2013-04-29
Fix decoding of address in JP and JPCC instructions in the Z80 core
Mike Pavone
2013-04-29
Properly handle wrapping around to 0 in translate_z80_stream
Mike Pavone
2013-04-29
Fix bug in end condition inside translate_z80_stream.
Mike Pavone
2013-04-29
Squashing some bugs introduced when I switched the register assignments for z...
Mike Pavone
[prev]
[next]