Merge pull request #1064 from splash5/fc-xevious-dump

Fix Famicom XEVIOUS dumping
This commit is contained in:
sanni 2025-01-16 14:14:48 +01:00 committed by GitHub
commit 1ee532984d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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