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 (
Collapse
)
Author
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 ↵
Mike Pavone
saving rdi. Possibly fix word wide IO reads.
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 ↵
Mike Pavone
don't have to worry about overflowing the offset. Implement neg and not (untested).
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 ↵
Mike Pavone
causing segfaults
2012-12-18
ecx was getting clobbered before the relevant temp value was used in some ↵
Mike Pavone
cases during memory reads
2012-12-18
Code in runtime for checking for VDP reads was using the wrong register. ↵
Mike Pavone
This is now fixed.
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 ↵
Mike Pavone
addressing modes
2012-11-27
Add asssembly runtime code stub
Mike Pavone