- 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:
@@ -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
|
||||
|
||||
@@ -305,7 +305,7 @@ int main(void)
|
||||
system_set_bus_avr();
|
||||
system_send_snes_reset();
|
||||
}
|
||||
globals_init();
|
||||
/*globals_init();*/
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user