mirror of
https://github.com/libretro/nestopia.git
synced 2025-10-14 02:07:20 +08:00
NstFds: Return Nametable Arrangement bit in 0x4030 reads
This commit is contained in:
@@ -1432,7 +1432,7 @@ namespace Nes
|
||||
|
||||
ClearIRQ();
|
||||
|
||||
return status;
|
||||
return status | (unit.drive.ctrl & uint(CTRL1_NMT_HORIZONTAL));
|
||||
}
|
||||
|
||||
NES_PEEK(Fds::Adapter,4032)
|
||||
|
Reference in New Issue
Block a user