- qdips: patch chunk upload working but fw transfer bug remains

usb bulk transfers copy the last byte of the chunk to SRAM twice.
This commit is contained in:
Tobias Pflug
2009-10-25 01:34:03 +02:00
parent 297b10ccf7
commit b927fbf93b
3 changed files with 17 additions and 23 deletions

View File

@@ -50,7 +50,7 @@
#define DO_CRC_CHECK_LOADER 0
#define DO_CRC_CHECK 0
#define DO_SHM_SCRATCHPAD 1
#define DO_SHM_SCRATCHPAD 0
#define DO_SHM 0
#define DO_TIMER 0
#define DO_SHELL 1

View File

@@ -305,7 +305,7 @@ int main(void)
system_set_bus_avr();
system_send_snes_reset();
}
globals_init();
/*globals_init();*/
}
return 0;
}