summaryrefslogtreecommitdiff
path: root/runtime.S
AgeCommit message (Expand)Author
2012-12-26Initial stab at interrupt support. Make native code offsets bigger so I don't...Mike Pavone
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 causin...Mike Pavone
2012-12-18ecx was getting clobbered before the relevant temp value was used in some cas...Mike Pavone
2012-12-18Code in runtime for checking for VDP reads was using the wrong register. This...Mike Pavone
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 addres...Mike Pavone
2012-11-27Add asssembly runtime code stubMike Pavone