summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/popeye.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/popeye.h')
-rw-r--r--src/mame/includes/popeye.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mame/includes/popeye.h b/src/mame/includes/popeye.h
index b677b677d25..8f673fc7bdb 100644
--- a/src/mame/includes/popeye.h
+++ b/src/mame/includes/popeye.h
@@ -65,4 +65,8 @@ public:
required_device<cpu_device> m_maincpu;
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
+ void tpp2(machine_config &config);
+ void tpp1(machine_config &config);
+ void tnx1(machine_config &config);
+ void popeyebl(machine_config &config);
};