summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/c128.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/c128.h')
-rw-r--r--src/mess/includes/c128.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mess/includes/c128.h b/src/mess/includes/c128.h
index d4d84e1d494..9b9dd03fc51 100644
--- a/src/mess/includes/c128.h
+++ b/src/mess/includes/c128.h
@@ -193,7 +193,8 @@ public:
DECLARE_INPUT_CHANGED_MEMBER( restore );
DECLARE_INPUT_CHANGED_MEMBER( caps_lock );
-
+
+ DECLARE_QUICKLOAD_LOAD_MEMBER( cbm_c64 );
// memory state
int m_z80en;
int m_loram;