mirror of
https://github.com/sanni/cartreader.git
synced 2025-03-12 22:36:36 +01:00
Fix Famicom XEVIOUS dumping
This commit is contained in:
parent
72651a9cf1
commit
b6c511c792
@ -830,6 +830,7 @@ static void set_romsel(unsigned int address) {
|
||||
static unsigned char read_prg_byte(unsigned int address) {
|
||||
MODE_READ;
|
||||
PRG_READ;
|
||||
ROMSEL_HI;
|
||||
set_address(address);
|
||||
PHI2_HI;
|
||||
set_romsel(address);
|
||||
|
Loading…
x
Reference in New Issue
Block a user