summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poly88.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poly88.h')
-rw-r--r--src/mame/includes/poly88.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/poly88.h b/src/mame/includes/poly88.h
index 24e402dd069..ecf434ec4f9 100644
--- a/src/mame/includes/poly88.h
+++ b/src/mame/includes/poly88.h
@@ -64,6 +64,8 @@ public:
IRQ_CALLBACK_MEMBER(poly88_irq_callback);
DECLARE_SNAPSHOT_LOAD_MEMBER( poly88 );
+ void poly88(machine_config &config);
+ void poly8813(machine_config &config);
protected:
required_device<cpu_device> m_maincpu;
required_device<i8251_device> m_uart;