Commit Graph

13 Commits

Author SHA1 Message Date
jasonhilder bc9a282b52 Moved test roms to own folder. 2026-05-26 07:48:20 +02:00
jasonhilder 167e50b3a7 Major clean before doing the rest of instructions.
After looking at the code, I noticed I was doing the same operations in
the functions and most of the instructions require the same compoenents
if not some so I split them out into a pre decode step and pass down.
2026-05-22 07:37:50 +02:00
jasonhilder 4b77405ba4 Indentation formatting fix. 2026-05-22 07:37:32 +02:00
jasonhilder b3ed78097c Continued adding next instructions 2026-05-20 21:42:09 +02:00
jasonhilder ac19813b4c Added function to render the display buffer. 2026-05-20 21:41:31 +02:00
jasonhilder e3d9263ff6 Crude drawing call for now just to test. 2026-05-19 08:06:46 +02:00
jasonhilder 6f4754d235 Added, clear, jmp, ld, add, set and draw ops.
Also cleaned up comments for now will add better clear ones later down
the line for future reference.
2026-05-19 08:06:06 +02:00
jasonhilder ebb3de3784 Small fix to display buffer and new rom addition. 2026-05-19 08:05:43 +02:00
jasonhilder 951a16f024 Added extra test rom. 2026-05-19 08:05:09 +02:00
jasonhilder beb2faa1ed Split files to domains. 2026-05-16 09:13:38 +02:00
jasonhilder 8ff22fac55 added raylib for initial window/display. 2026-05-16 09:07:19 +02:00
jasonhilder 4fec0b5d94 Initial commit, with some added boiler plate. 2026-05-15 11:14:28 +02:00
jasonhilder 6ec91bee2e Initial commit 2026-05-14 05:23:30 +00:00