simplify mode swicthing

This commit is contained in:
David Voswinkel 2009-08-06 21:26:16 +02:00
parent 5e5df7e275
commit 1f68465dc6

View File

@ -349,11 +349,6 @@ int main(void)
}
shared_memory_write(SHARED_MEM_TX_CMD_TERMINATE, 0);
info("USB poll done\n");
//snes_reset_hi();
//snes_reset_off();
//snes_irq_lo();
//snes_irq_off();
//info("IRQ off\n");
set_rom_mode();
snes_wr_disable();
info("Disable snes WR\n");
@ -365,7 +360,6 @@ int main(void)
info("Poll\n");
while (req_state != REQ_STATUS_AVR) {
usbPoll();
#ifdef DO_IRQ