summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/ampoker2.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/ampoker2.h')
-rw-r--r--src/mame/includes/ampoker2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mame/includes/ampoker2.h b/src/mame/includes/ampoker2.h
index 38f105f7b41..0a94fe9aef6 100644
--- a/src/mame/includes/ampoker2.h
+++ b/src/mame/includes/ampoker2.h
@@ -35,4 +35,6 @@ public:
required_device<cpu_device> m_maincpu;
required_device<watchdog_timer_device> m_watchdog;
required_device<gfxdecode_device> m_gfxdecode;
+ void sigma2k(machine_config &config);
+ void ampoker2(machine_config &config);
};