summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/nycaptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/nycaptor.h')
-rw-r--r--src/mame/includes/nycaptor.h17
1 files changed, 10 insertions, 7 deletions
diff --git a/src/mame/includes/nycaptor.h b/src/mame/includes/nycaptor.h
index 1d2c391ebd0..6b616f23bd1 100644
--- a/src/mame/includes/nycaptor.h
+++ b/src/mame/includes/nycaptor.h
@@ -27,6 +27,16 @@ public:
m_soundlatch2(*this, "soundlatch2"),
m_soundnmi(*this, "soundnmi") { }
+ void nycaptor(machine_config &config);
+ void cyclshtg(machine_config &config);
+ void bronx(machine_config &config);
+
+ void init_cyclshtg();
+ void init_colt();
+ void init_bronx();
+ void init_nycaptor();
+
+private:
/* memory pointers */
required_shared_ptr<uint8_t> m_videoram;
required_shared_ptr<uint8_t> m_scrlram;
@@ -84,10 +94,6 @@ public:
DECLARE_READ8_MEMBER(nycaptor_gfxctrl_r);
DECLARE_WRITE8_MEMBER(nycaptor_scrlram_w);
DECLARE_WRITE8_MEMBER(unk_w);
- void init_cyclshtg();
- void init_colt();
- void init_bronx();
- void init_nycaptor();
TILE_GET_INFO_MEMBER(get_tile_info);
virtual void machine_start() override;
virtual void machine_reset() override;
@@ -95,9 +101,6 @@ public:
uint32_t screen_update_nycaptor(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
int nycaptor_spot( );
void draw_sprites( bitmap_ind16 &bitmap, const rectangle &cliprect, int pri );
- void nycaptor(machine_config &config);
- void cyclshtg(machine_config &config);
- void bronx(machine_config &config);
void bronx_master_map(address_map &map);
void bronx_slave_io_map(address_map &map);
void bronx_slave_map(address_map &map);