summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/poly880.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/poly880.h')
-rw-r--r--src/mame/includes/poly880.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/poly880.h b/src/mame/includes/poly880.h
index 7f717469f73..36a91b23fe0 100644
--- a/src/mame/includes/poly880.h
+++ b/src/mame/includes/poly880.h
@@ -35,6 +35,7 @@ public:
{ }
void poly880(machine_config &config);
+ void poly880s(machine_config &config);
DECLARE_INPUT_CHANGED_MEMBER( trigger_reset );
DECLARE_INPUT_CHANGED_MEMBER( trigger_nmi );
@@ -63,6 +64,7 @@ private:
bool m_nmi;
void poly880_io(address_map &map);
void poly880_mem(address_map &map);
+ void poly880s_mem(address_map &map);
};
#endif