summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/tmc1800.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/tmc1800.h')
-rw-r--r--src/mame/includes/tmc1800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/tmc1800.h b/src/mame/includes/tmc1800.h
index 2bb8755a23c..ef11c1be1c0 100644
--- a/src/mame/includes/tmc1800.h
+++ b/src/mame/includes/tmc1800.h
@@ -35,7 +35,7 @@ public:
, m_beeper(*this, "beeper")
{ }
- DECLARE_QUICKLOAD_LOAD_MEMBER( tmc1800 );
+ DECLARE_QUICKLOAD_LOAD_MEMBER(quickload_cb);
protected:
required_device<cosmac_device> m_maincpu;