summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/namconb1.h
diff options
context:
space:
mode:
author David Haywood <hazemamewip@hotmail.com>2018-07-01 02:34:14 +0100
committer ajrhacker <ajrhacker@users.noreply.github.com>2018-06-30 21:34:14 -0400
commit7bfe316fd41e7c2bb9ef1bb160f152ae1635e9f9 (patch)
tree4422f6f2e8735c92c81f1027adfadbbe2ba25793 /src/mame/includes/namconb1.h
parent296de771c3a9f7712f72e600dcb381a2c94190db (diff)
stronger private: use (N, O, P, Q, R) (#3717)
* private N,O (nw) * P + Q (nw) * R (nt)
Diffstat (limited to 'src/mame/includes/namconb1.h')
-rw-r--r--src/mame/includes/namconb1.h27
1 files changed, 15 insertions, 12 deletions
diff --git a/src/mame/includes/namconb1.h b/src/mame/includes/namconb1.h
index d2b4a9c69aa..af27e951805 100644
--- a/src/mame/includes/namconb1.h
+++ b/src/mame/includes/namconb1.h
@@ -46,6 +46,21 @@ public:
m_tilebank32(*this, "tilebank32"),
m_namconb_shareram(*this, "namconb_share") { }
+ void namconb1(machine_config &config);
+ void namconb2(machine_config &config);
+
+ void init_sws95();
+ void init_machbrkr();
+ void init_sws97();
+ void init_sws96();
+ void init_vshoot();
+ void init_nebulray();
+ void init_gunbulet();
+ void init_gslgr94j();
+ void init_outfxies();
+ void init_gslgr94u();
+
+private:
required_device<namco_c116_device> m_c116;
required_device<eeprom_parallel_28xx_device> m_eeprom;
required_ioport m_p1;
@@ -92,16 +107,6 @@ public:
DECLARE_READ8_MEMBER(dac0_r);
virtual void machine_start() override;
- void init_sws95();
- void init_machbrkr();
- void init_sws97();
- void init_sws96();
- void init_vshoot();
- void init_nebulray();
- void init_gunbulet();
- void init_gslgr94j();
- void init_outfxies();
- void init_gslgr94u();
DECLARE_MACHINE_RESET(namconb);
DECLARE_VIDEO_START(namconb1);
DECLARE_VIDEO_START(namconb2);
@@ -118,8 +123,6 @@ public:
int NB2objcode2tile(int code);
void NB1TilemapCB(uint16_t code, int *tile, int *mask);
void NB2TilemapCB(uint16_t code, int *tile, int *mask);
- void namconb1(machine_config &config);
- void namconb2(machine_config &config);
void namcoc75_am(address_map &map);
void namcoc75_io(address_map &map);
void namconb1_am(address_map &map);