summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/toaplan1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/toaplan1.h')
-rw-r--r--src/mame/includes/toaplan1.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mame/includes/toaplan1.h b/src/mame/includes/toaplan1.h
index c9455017136..f791ede28d8 100644
--- a/src/mame/includes/toaplan1.h
+++ b/src/mame/includes/toaplan1.h
@@ -163,6 +163,14 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<screen_device> m_screen;
required_device<palette_device> m_palette;
+ void demonwld(machine_config &config);
+ void samesame(machine_config &config);
+ void truxton(machine_config &config);
+ void outzone(machine_config &config);
+ void vimana(machine_config &config);
+ void outzonecv(machine_config &config);
+ void hellfire(machine_config &config);
+ void zerowing(machine_config &config);
};
class toaplan1_rallybik_state : public toaplan1_state
@@ -184,4 +192,5 @@ public:
DECLARE_WRITE_LINE_MEMBER(screen_vblank_rallybik);
required_device<toaplan_scu_device> m_spritegen;
+ void rallybik(machine_config &config);
};