summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/act53.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/act53.cpp')
-rw-r--r--src/devices/bus/nes/act53.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/devices/bus/nes/act53.cpp b/src/devices/bus/nes/act53.cpp
index 2a441c36153..f163be268fd 100644
--- a/src/devices/bus/nes/act53.cpp
+++ b/src/devices/bus/nes/act53.cpp
@@ -158,7 +158,7 @@ void nes_action53_device::update_mirr()
}
}
-void nes_action53_device::write_l(offs_t offset, uint8_t data)
+WRITE8_MEMBER(nes_action53_device::write_l)
{
LOG_MMC(("action 53 write_l, offset: %04x, data: %02x\n", offset, data));
offset += 0x100;
@@ -167,7 +167,7 @@ void nes_action53_device::write_l(offs_t offset, uint8_t data)
}
-void nes_action53_device::write_h(offs_t offset, uint8_t data)
+WRITE8_MEMBER(nes_action53_device::write_h)
{
LOG_MMC(("action 53 write_h, offset: %04x, data: %02x\n", offset, data));