diff --git a/Core/NES/Mappers/Sunsoft/Sunsoft184.h b/Core/NES/Mappers/Sunsoft/Sunsoft184.h index 7a5402e59..1e1031e6d 100644 --- a/Core/NES/Mappers/Sunsoft/Sunsoft184.h +++ b/Core/NES/Mappers/Sunsoft/Sunsoft184.h @@ -20,6 +20,6 @@ class Sunsoft184 : public BaseMapper SelectChrPage(0, value & 0x07); //"The most significant bit of H is always set in hardware." - SelectChrPage(1, 0x80 | ((value >> 4) & 0x07)); + SelectChrPage(1, 0x04 | ((value >> 4) & 0x07)); } }; \ No newline at end of file