diff --git a/src/core/bus.cpp b/src/core/bus.cpp index 53ab5e072..7b6d936d9 100644 --- a/src/core/bus.cpp +++ b/src/core/bus.cpp @@ -875,7 +875,7 @@ ALWAYS_INLINE static TickCount DoEXP2Access(u32 offset, u32& value) } else { - if (offset == 0x23) + if (offset == 0x23 || offset == 0x80) { if (value == '\r') {