some ui changes / nes

This commit is contained in:
Luxferre
2026-01-09 13:44:36 +02:00
parent 02acab7289
commit 063c2eef99
+3 -1
View File
@@ -35,6 +35,8 @@ void ppu_off() {
}
void ppu_on() {
waitvsync();
PPU.scroll = 0;
PPU.mask |= 0x1A;
}
@@ -306,7 +308,7 @@ void render_main_scene() {
cputsxy(statbase, 17, "Choose: D-Pad");
cputsxy(statbase, 19, can_run ? "Run: A/B/SELECT" : "Cannot run!");
gotoxy(statbase, 21);
cprintf("Rooms clrd %02d", rooms_cleared);
cprintf("Rooms clrd: %02d", rooms_cleared);
/* render status message */
gotoxy(1, SCREEN_HEIGHT-2);
cprintf("%s", status_msg);