fix timing again

This commit is contained in:
ikari
2009-09-17 12:34:45 +02:00
parent 7b361889be
commit 150384fba3
2 changed files with 6 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ int main(void) {
snes_reset(1);
uart_init();
// sei(); // interrupts are bad for now, resets the poor AVR when inserting SD card
sei(); // suspected to reset the AVR when inserting an SD card
_delay_ms(100);
disk_init();
snes_init();