summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/hx20.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/hx20.h')
-rw-r--r--src/mame/includes/hx20.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/hx20.h b/src/mame/includes/hx20.h
index d0dcba1d3d1..f93e68aeb7c 100644
--- a/src/mame/includes/hx20.h
+++ b/src/mame/includes/hx20.h
@@ -95,7 +95,7 @@ private:
DECLARE_WRITE_LINE_MEMBER( sio_rx_w ) { m_sio_rx = state; }
DECLARE_WRITE_LINE_MEMBER( sio_pin_w ) { m_sio_pin = state; }
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER( optrom );
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER( optrom_load );
DECLARE_READ8_MEMBER( optrom_r );
void update_interrupt();