summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/vidbrain.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/vidbrain.h')
-rw-r--r--src/mame/includes/vidbrain.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/vidbrain.h b/src/mame/includes/vidbrain.h
index cc4aa98c00d..9a49470b699 100644
--- a/src/mame/includes/vidbrain.h
+++ b/src/mame/includes/vidbrain.h
@@ -97,10 +97,8 @@ public:
// timers
emu_timer *m_timer_ne555;
+ void vidbrain(machine_config &config);
+ void vidbrain_video(machine_config &config);
};
-//----------- defined in video/vidbrain.c -----------
-
-MACHINE_CONFIG_EXTERN( vidbrain_video );
-
#endif