summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-07-14Key handling supportEkaitz Zarraga
2022-07-08Rework FPS log is correct and add possible FPSsEkaitz Zarraga
2022-07-08Set flag for hardware accelerated rendererEkaitz Zarraga
2022-07-08Rewrite access in terms of get-byteEkaitz Zarraga
- This changes happens to slow down the whole system a lot. Also add a test for the PC.
2022-07-08WIP fix instructions:Ekaitz Zarraga
Fixes access to bytes and instruction calls
2022-07-08Fix palette:Ekaitz Zarraga
Looks like the colors were unpacked incorrectly after the changes and red and blue where inverted.
2022-07-08Parameterize scaleEkaitz Zarraga
2022-07-07Remove ugly whitespaceEkaitz Zarraga
2022-07-07Make `get-pixels` fast:Ekaitz Zarraga
Using bytevectors inside makes the process way faster and now can be safely used in the loop, not only for debugging purposes
2022-07-07Add update-texture support:Ekaitz Zarraga
Cleans the code generation and controls the formats better. I'm not sure if this really improves performance, but it looks cleaner so ¯\_(ツ)_/¯
2022-07-06First prototype...Ekaitz Zarraga
Palette works, but the instruction execution loop doesn't. Needs further research. Sound and keys are not implemented either.