summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vectrex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vectrex.h')
-rw-r--r--src/mame/includes/vectrex.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/vectrex.h b/src/mame/includes/vectrex.h
index b49b366bda3..cedbf0b60b5 100644
--- a/src/mame/includes/vectrex.h
+++ b/src/mame/includes/vectrex.h
@@ -76,7 +76,7 @@ protected:
DECLARE_WRITE8_MEMBER(v_via_pa_w);
DECLARE_WRITE_LINE_MEMBER(v_via_ca2_w);
DECLARE_WRITE_LINE_MEMBER(v_via_cb2_w);
- DECLARE_DEVICE_IMAGE_LOAD_MEMBER(vectrex_cart);
+ DECLARE_DEVICE_IMAGE_LOAD_MEMBER(cart_load);
DECLARE_WRITE_LINE_MEMBER(vectrex_via_irq);
void vectrex_base(machine_config &config);