summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ssystem3.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ssystem3.h')
-rw-r--r--src/mame/includes/ssystem3.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/includes/ssystem3.h b/src/mame/includes/ssystem3.h
index 035028677cc..8304bf227b3 100644
--- a/src/mame/includes/ssystem3.h
+++ b/src/mame/includes/ssystem3.h
@@ -67,6 +67,7 @@ public:
void ssystem3_playfield_write(int reset, int signal);
void ssystem3_playfield_read(int *on, int *ready);
+ void ssystem3(machine_config &config);
private:
uint8_t m_porta;
std::unique_ptr<uint8_t[]> m_videoram;