diff options
-rw-r--r-- | src/devices/machine/mc68328.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/machine/mc68328.cpp b/src/devices/machine/mc68328.cpp index 4699054dae9..2a6546c51c5 100644 --- a/src/devices/machine/mc68328.cpp +++ b/src/devices/machine/mc68328.cpp @@ -778,7 +778,7 @@ TIMER_CALLBACK_MEMBER( mc68328_device::rtc_tick ) void mc68328_device::scr_w(uint8_t data) // 0x000 { - LOGMASKED(LOG_SCR, "scr_w: SCR = %02x\n", (data >> 8) & 0x00ff); + LOGMASKED(LOG_SCR, "scr_w: SCR = %02x\n", data); } void mc68328_device::grpbasea_w(uint16_t data) // 0x100 |