Browse Source

fix mirroring for menu

Maximilian Rehkopf 14 years ago
parent
commit
a9fe8dd09d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main.c

+ 1 - 0
src/main.c

@@ -190,6 +190,7 @@ int main(void) {
 
 	uart_putc('(');
 	load_rom((uint8_t*)"/sd2snes/menu.bin");
+	set_rom_mask(0x3fffff); // force mirroring off
 	uart_putc(')');
 
 	sram_writebyte(0, SRAM_CMD_ADDR);