aboutsummaryrefslogtreecommitdiff
path: root/tr8vm.c
AgeCommit message (Collapse)Author
2023-07-18Don't close a non-opened fileHEADmainJuan J. Martinez
2023-05-26Fix the help textJuan J. Martinez
2023-05-20F9 to dump VM state to stderrJuan J. Martinez
2023-05-11Looks better in fullscreenJuan J. Martinez
2023-05-11Make address unsignedJuan J. Martinez
Convert x, y coord to signed when we do the clipping.
2023-05-10Do clipping in the blitterJuan J. Martinez
2023-05-10Avoid magic number and fix in trasparent reading from VRAMJuan J. Martinez
2023-05-09Implement controller 1 (keyboard)Juan J. Martinez
Exposed via port.
2023-05-09Support rendering a to texture, use ARGB everywhereJuan J. Martinez
It was working anyway, but this seems more correct.
2023-05-09Check for errorJuan J. Martinez
2023-05-09Explicit initJuan J. Martinez
2023-05-09May not matter but make it non-transparentJuan J. Martinez
2023-05-08Process all the eventsJuan J. Martinez
2023-05-08Less locking, perhaps?Juan J. Martinez
2023-05-08Fix reading from vramJuan J. Martinez
2023-05-08Support read from the screenJuan J. Martinez
2023-05-06Implement hardware blitterJuan J. Martinez
2023-05-04Update the full fb once to sync with RAMJuan J. Martinez
This is after loading the programm.
2023-05-01Added the VM player using SDLJuan J. Martinez
- Wired basic functionality (fram-buffer, frame interrupt) - Bug fixes in the assembler