summaryrefslogtreecommitdiff
path: root/runtime.S
AgeCommit message (Expand)Author
2012-12-27Use unsigned comparisons for address decoding, exit when we hit an unhandled ...Mike Pavone
2012-12-27Initial work on allowing dynamic branches and code in RAM plus a small fix to...Mike Pavone
2012-12-26vertical interrupts now workMike Pavone
2012-12-26RTE doesn't crash the emulator anymoreMike Pavone
2012-12-26Fix Z80 BUSREQ/RESET implementation.Mike Pavone
2012-12-26Fix long reads from IO ports or long reads that trigger sync cycles by saving...Mike Pavone
2012-12-26Implement Z80 reset and bus request registers.Mike Pavone
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