NES complete now (tested and conio test updated), replaces what is in #532

This commit is contained in:
mrdudz
2025-05-24 19:19:49 +02:00
parent 6628c4ff43
commit 228316ff58
6 changed files with 85 additions and 36 deletions

View File

@@ -9,11 +9,11 @@
.export _textcolor, _bgcolor, _bordercolor
.import return0, ppubuf_put
.import return0, return1, ppubuf_put
.include "nes.inc"
_textcolor = return0
_textcolor = return1
_bordercolor = return0
.proc _bgcolor