Fix Famicom XEVIOUS dumping

This commit is contained in:
splash5 2025-01-16 10:44:51 +08:00
parent 72651a9cf1
commit b6c511c792

View File

@ -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);