Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |