summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/freekick.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/freekick.h')
-rw-r--r--src/mame/includes/freekick.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mame/includes/freekick.h b/src/mame/includes/freekick.h
index 418e16d5afd..dcb56cb226b 100644
--- a/src/mame/includes/freekick.h
+++ b/src/mame/includes/freekick.h
@@ -70,4 +70,12 @@ public:
required_device<gfxdecode_device> m_gfxdecode;
required_device<palette_device> m_palette;
optional_memory_bank m_bank1, m_bank1d;
+ void base(machine_config &config);
+ void oigas(machine_config &config);
+ void pbillrd(machine_config &config);
+ void gigas(machine_config &config);
+ void gigasm(machine_config &config);
+ void pbillrdm(machine_config &config);
+ void omega(machine_config &config);
+ void freekick(machine_config &config);
};