summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/nes/hes.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/nes/hes.cpp')
-rw-r--r--src/devices/bus/nes/hes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/nes/hes.cpp b/src/devices/bus/nes/hes.cpp
index 8d1d3a7a590..946ea1f9585 100644
--- a/src/devices/bus/nes/hes.cpp
+++ b/src/devices/bus/nes/hes.cpp
@@ -73,7 +73,7 @@ void nes_hes_device::pcb_reset()
-------------------------------------------------*/
-WRITE8_MEMBER(nes_hes_device::write_l)
+void nes_hes_device::write_l(offs_t offset, uint8_t data)
{
LOG_MMC(("hes write_l, offset: %04x, data: %02x\n", offset, data));