summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/v1050.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/v1050.h')
-rw-r--r--src/mame/includes/v1050.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/mame/includes/v1050.h b/src/mame/includes/v1050.h
index f56c6b22840..55f0c3a39a6 100644
--- a/src/mame/includes/v1050.h
+++ b/src/mame/includes/v1050.h
@@ -152,6 +152,8 @@ public:
MC6845_UPDATE_ROW(crtc_update_row);
+ void v1050(machine_config &config);
+ void v1050_video(machine_config &config);
protected:
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -227,8 +229,4 @@ private:
int m_centronics_perror;
};
-//----------- defined in video/v1050.c -----------
-
-MACHINE_CONFIG_EXTERN( v1050_video );
-
#endif // MAME_INCLUDES_V1050_H