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
2012-12-30
Fix bug that was causing DMA fills to lock up under certain circumstances
Mike Pavone
2012-12-30
Make version register return correct value for USA
Mike Pavone
2012-12-29
Fix swap
Mike Pavone
2012-12-29
Cleanup bit instructions and fix bug in translate_m68k_move that caused incor...
Mike Pavone
2012-12-29
Fix crash when printing error message about modified return address
Mike Pavone
2012-12-29
Fix check in translate_m68k_src that deals with instructions for which both o...
Mike Pavone
2012-12-29
Fix encoding of movsx instruction when used with new (i.e. r9-r15) registers....
Mike Pavone
2012-12-29
Some fixes for translating code in located in RAM
Mike Pavone
2012-12-29
Implement the rest of the bit instructions
Mike Pavone
2012-12-29
Implemented ROL and ROR
Mike Pavone
2012-12-29
Fix logic for switching between USP and SSP
Mike Pavone
2012-12-28
Fix decoding of CMPA
Mike Pavone
2012-12-28
Fix return address pushed to stack for jsr
Mike Pavone
2012-12-28
cycles should return dst
Mike Pavone
2012-12-28
Fix call_r in gen_x86 so that it properly returns a pointer to the location a...
Mike Pavone
2012-12-28
Implement pea (untested).
Mike Pavone
2012-12-28
Fix Z80 busreq logic
Mike Pavone
2012-12-28
Allow jmp/jsr to follow pc-relative addresses in disassembler
Mike Pavone
2012-12-28
Defer the correct address for pc relative jsr/jmp
Mike Pavone
2012-12-28
Implement scc (untested)
Mike Pavone
2012-12-28
Fix decoding of Scc
Mike Pavone
2012-12-28
Implement more address modes for jsr
Mike Pavone
2012-12-28
COmment out fifo full debug printf
Mike Pavone
2012-12-28
Fix horizontal mask values for scroll plane map address calculation
Mike Pavone
2012-12-28
Fix areg indexed mode for move dst
Mike Pavone
2012-12-28
Implement ORI to CCR/SR
Mike Pavone
2012-12-28
Implemented move from SR
Mike Pavone
2012-12-27
Use unsigned comparisons for address decoding, exit when we hit an unhandled ...
Mike Pavone
2012-12-27
Don't pre-emptively translate code at interrupt vectors as some PD ROMs have ...
Mike Pavone
2012-12-27
allocate a new native code chunk when we run out of space
Mike Pavone
2012-12-27
Some fixes to add/addx sub/subx decoding
Mike Pavone
2012-12-27
Implement areg indexed mode for lea
Mike Pavone
2012-12-27
Allow use of indexed modes as move dst
Mike Pavone
2012-12-27
Allow indexed modes to be used as a destination
Mike Pavone
2012-12-27
Fix address register indexed addressing (probably)
Mike Pavone
2012-12-27
Fix pc indexed addressing (probably) when used as a source
Mike Pavone
2012-12-27
Initial work on allowing dynamic branches and code in RAM plus a small fix to...
Mike Pavone
2012-12-27
Fix decoding bug for addq/subq
Mike Pavone
2012-12-27
Implement EXT, add some fixes to LINK/UNLK
Mike Pavone
2012-12-27
Fix some bugs in emulation of CLR
Mike Pavone
2012-12-27
Fix decoding bug in addq/subq
Mike Pavone
2012-12-26
Fix decoding of and
Mike Pavone
2012-12-26
Minor joypad fix and commeount out some debug printfs
Mike Pavone
2012-12-26
Forgot to add blastem main file earlier
Mike Pavone
2012-12-26
vertical interrupts now work
Mike Pavone
2012-12-26
RTE doesn't crash the emulator anymore
Mike Pavone
2012-12-26
Fix Z80 BUSREQ/RESET implementation.
Mike Pavone
2012-12-26
Fix long reads from IO ports or long reads that trigger sync cycles by saving...
Mike Pavone
2012-12-26
Implement Z80 reset and bus request registers.
Mike Pavone
2012-12-26
Initial stab at interrupt support. Make native code offsets bigger so I don't...
Mike Pavone
[prev]
[next]