summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pdp1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pdp1.h')
-rw-r--r--src/mame/includes/pdp1.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/pdp1.h b/src/mame/includes/pdp1.h
index 72e4aa428a3..adb47696860 100644
--- a/src/mame/includes/pdp1.h
+++ b/src/mame/includes/pdp1.h
@@ -302,6 +302,7 @@ public:
void pdp1_lightpen();
int read_spacewar() { return m_spacewar->read(); }
+ void pdp1(machine_config &config);
private:
pdp1_reset_param_t m_reset_param;
int m_old_typewriter_keys[4];