mirror of
https://github.com/sanni/cartreader.git
synced 2024-11-10 23:15:08 +01:00
fix reset byte
This commit is contained in:
parent
a7efb5d140
commit
36c6c657d6
@ -4012,7 +4012,7 @@ void NESmaker_ResetFlash() { // Reset Flash
|
||||
write_prg_byte(0xC000, 0x00);
|
||||
write_prg_byte(0xAAAA, 0x55);
|
||||
write_prg_byte(0xC000, 0x01);
|
||||
write_prg_byte(0x9555, 0xFF); // Reset
|
||||
write_prg_byte(0x9555, 0xF0); // Reset
|
||||
}
|
||||
|
||||
// SST 39SF040 Software ID
|
||||
|
Loading…
Reference in New Issue
Block a user