some ui changes / nes
This commit is contained in:
+3
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user