summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vcs80.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vcs80.h')
-rw-r--r--src/mame/includes/vcs80.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/vcs80.h b/src/mame/includes/vcs80.h
index 5bb587bdb7b..ae0d0306fdf 100644
--- a/src/mame/includes/vcs80.h
+++ b/src/mame/includes/vcs80.h
@@ -80,6 +80,7 @@ public:
int m_keyclk;
DECLARE_DRIVER_INIT(vcs80);
TIMER_DEVICE_CALLBACK_MEMBER(vcs80_keyboard_tick);
+ void vcs80(machine_config &config);
};
#endif