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.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mame/includes/nycaptor.h b/src/mame/includes/nycaptor.h
index 9d519ba2811..6c2f2eabcb0 100644
--- a/src/mame/includes/nycaptor.h
+++ b/src/mame/includes/nycaptor.h
@@ -42,8 +42,7 @@ public:
/* misc */
int m_generic_control_reg;
- int m_vol_ctrl[16];
- int m_gametype;
+ int m_gametype;
int m_mask;
/* devices */
@@ -92,7 +91,6 @@ public:
virtual void machine_start() override;
virtual void machine_reset() override;
virtual void video_start() override;
- DECLARE_MACHINE_RESET(ta7630);
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 );