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
/
runtime.S
Age
Commit message (
Expand
)
Author
2012-12-27
Use unsigned comparisons for address decoding, exit when we hit an unhandled ...
Mike Pavone
2012-12-27
Initial work on allowing dynamic branches and code in RAM plus a small fix to...
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
2012-12-21
Implement word wide access to IO area
Mike Pavone
2012-12-20
Gamepad support
Mike Pavone
2012-12-19
Cleanup 68K timing code. Temporarily omment out fFPS counter as it was causin...
Mike Pavone
2012-12-18
ecx was getting clobbered before the relevant temp value was used in some cas...
Mike Pavone
2012-12-18
Code in runtime for checking for VDP reads was using the wrong register. This...
Mike Pavone
2012-12-18
Get Flavio's color bar demo kind of sort of working
Mike Pavone
2012-12-16
Add preliminary support for JMP
Mike Pavone
2012-12-04
M68K to x86 translation works for a limited subset of instructions and addres...
Mike Pavone
2012-11-27
Add asssembly runtime code stub
Mike Pavone