firmware: adjust SNES reset pulse

This commit is contained in:
Maximilian Rehkopf 2012-06-10 20:08:31 +02:00
parent 034b39588c
commit ae4af50dac

View File

@ -276,7 +276,7 @@ printf("PCONP=%lx\n", LPC_SC->PCONP);
/* process RESET request from SNES */
printf("RESET requested by SNES\n");
snes_reset(1);
sleep_ms(1);
sleep_ms(10);
snes_reset(0);
cmd=0; /* stay in menu loop */
break;