summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/comx35.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/comx35.h')
-rw-r--r--src/mame/includes/comx35.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/comx35.h b/src/mame/includes/comx35.h
index 8cd0106baa7..a8b4dbca0e7 100644
--- a/src/mame/includes/comx35.h
+++ b/src/mame/includes/comx35.h
@@ -81,7 +81,7 @@ public:
DECLARE_WRITE_LINE_MEMBER( irq_w );
DECLARE_WRITE_LINE_MEMBER( prd_w );
DECLARE_INPUT_CHANGED_MEMBER( trigger_reset );
- DECLARE_QUICKLOAD_LOAD_MEMBER( comx );
+ DECLARE_QUICKLOAD_LOAD_MEMBER( quickload_cb );
void image_fread_memory(device_image_interface &image, uint16_t addr, uint32_t count);
CDP1869_CHAR_RAM_READ_MEMBER(comx35_charram_r);
CDP1869_CHAR_RAM_WRITE_MEMBER(comx35_charram_w);