summaryrefslogtreecommitdiff
path: root/runtime.S
AgeCommit message (Collapse)Author
2012-12-26Initial 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-21Implement word wide access to IO areaMike Pavone
2012-12-20Gamepad supportMike Pavone
2012-12-19Cleanup 68K timing code. Temporarily omment out fFPS counter as it was ↵Mike Pavone
causing segfaults
2012-12-18ecx was getting clobbered before the relevant temp value was used in some ↵Mike Pavone
cases during memory reads
2012-12-18Code in runtime for checking for VDP reads was using the wrong register. ↵Mike Pavone
This is now fixed.
2012-12-18Get Flavio's color bar demo kind of sort of workingMike Pavone
2012-12-16Add preliminary support for JMPMike Pavone
2012-12-04M68K to x86 translation works for a limited subset of instructions and ↵Mike Pavone
addressing modes
2012-11-27Add asssembly runtime code stubMike Pavone