beginning ppu

This commit is contained in:
2025-02-01 00:48:49 -07:00
parent 5206c3871e
commit f4cbfd09c8
25 changed files with 683 additions and 43 deletions

View File

@ -7,5 +7,6 @@ db "My Test ROM ", 0 ; title
ds $150 - @, 0
EntryPoint:
xor a
ld a,0x80
rlc a
halt

Binary file not shown.