change reset delay
This commit is contained in:
parent
f9e1a7a151
commit
9efca9e242
@ -307,7 +307,7 @@ void boot_startup_rom()
|
||||
snes_bus_active();
|
||||
info_P(PSTR("Activate SNES bus\n"));
|
||||
send_reset();
|
||||
_delay_ms(100);
|
||||
_delay_ms(50);
|
||||
}
|
||||
|
||||
void banner(){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user