index
:
tr8vm
main
sound-opl3
ui-test
TR8 is an 8-bit fantasy console inspired by MIPS, Z80 and 6502 real world CPUs.
Juan J. Martinez
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tr8vm.c
Age
Commit message (
Expand
)
Author
2023-05-26
Fix the help text
Juan J. Martinez
2023-05-20
F9 to dump VM state to stderr
Juan J. Martinez
2023-05-11
Looks better in fullscreen
Juan J. Martinez
2023-05-11
Make address unsigned
Juan J. Martinez
2023-05-10
Do clipping in the blitter
Juan J. Martinez
2023-05-10
Avoid magic number and fix in trasparent reading from VRAM
Juan J. Martinez
2023-05-09
Implement controller 1 (keyboard)
Juan J. Martinez
2023-05-09
Support rendering a to texture, use ARGB everywhere
Juan J. Martinez
2023-05-09
Check for error
Juan J. Martinez
2023-05-09
Explicit init
Juan J. Martinez
2023-05-09
May not matter but make it non-transparent
Juan J. Martinez
2023-05-08
Process all the events
Juan J. Martinez
2023-05-08
Less locking, perhaps?
Juan J. Martinez
2023-05-08
Fix reading from vram
Juan J. Martinez
2023-05-08
Support read from the screen
Juan J. Martinez
2023-05-06
Implement hardware blitter
Juan J. Martinez
2023-05-04
Update the full fb once to sync with RAM
Juan J. Martinez
2023-05-01
Added the VM player using SDL
Juan J. Martinez