summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/irem/m72.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/irem/m72.h')
-rw-r--r--src/mame/irem/m72.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/src/mame/irem/m72.h b/src/mame/irem/m72.h
index 9cb9c704040..4980573443d 100644
--- a/src/mame/irem/m72.h
+++ b/src/mame/irem/m72.h
@@ -5,8 +5,8 @@
Irem M72 hardware
*************************************************************************/
-#ifndef MAME_INCLUDES_M72_H
-#define MAME_INCLUDES_M72_H
+#ifndef MAME_IREM_M72_H
+#define MAME_IREM_M72_H
#pragma once
@@ -89,14 +89,13 @@ public:
void rtype2(machine_config &config);
void m82(machine_config &config);
void rtype(machine_config &config);
- void imgfightb(machine_config &config);
+ void imgfightjb(machine_config &config);
void lohtb(machine_config &config);
void imgfight(machine_config &config);
void mrheli(machine_config &config);
void nspiritj(machine_config &config);
void init_dkgenm72();
- void init_bchopper();
void init_gallop();
void init_m72_8751();
void init_dbreedm72();
@@ -176,7 +175,6 @@ private:
void protection_w(offs_t offset, u16 data, u16 mem_mask = ~0);
// game specific
- void bchopper_sample_trigger_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void nspirit_sample_trigger_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void loht_sample_trigger_w(offs_t offset, u16 data, u16 mem_mask = ~0);
void dbreedm72_sample_trigger_w(offs_t offset, u16 data, u16 mem_mask = ~0);
@@ -197,6 +195,7 @@ private:
void machine_start() override;
void machine_reset() override;
DECLARE_VIDEO_START(m72);
+ DECLARE_VIDEO_START(dbreedm72);
DECLARE_VIDEO_START(imgfight);
DECLARE_VIDEO_START(mrheli);
DECLARE_VIDEO_START(nspiritj);
@@ -264,4 +263,4 @@ private:
void xmultiplm72_map(address_map &map);
};
-#endif // MAME_INCLUDES_M72_H
+#endif // MAME_IREM_M72_H