summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/gcpinbal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/gcpinbal.h')
-rw-r--r--src/mame/includes/gcpinbal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mame/includes/gcpinbal.h b/src/mame/includes/gcpinbal.h
index a8acae9616e..fa32062eb1c 100644
--- a/src/mame/includes/gcpinbal.h
+++ b/src/mame/includes/gcpinbal.h
@@ -62,8 +62,6 @@ public:
DECLARE_WRITE16_MEMBER(ioc_w);
DECLARE_READ16_MEMBER(gcpinbal_tilemaps_word_r);
DECLARE_WRITE16_MEMBER(gcpinbal_tilemaps_word_w);
- DECLARE_READ16_MEMBER(gcpinbal_ctrl_word_r);
- DECLARE_WRITE16_MEMBER(gcpinbal_ctrl_word_w);
TILE_GET_INFO_MEMBER(get_bg0_tile_info);
TILE_GET_INFO_MEMBER(get_bg1_tile_info);
TILE_GET_INFO_MEMBER(get_fg_tile_info);
@@ -73,7 +71,6 @@ public:
UINT32 screen_update_gcpinbal(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(gcpinbal_interrupt);
void gcpinbal_core_vh_start( );
- void draw_sprites( screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect, int y_offs );
DECLARE_WRITE_LINE_MEMBER(gcp_adpcm_int);
required_device<excellent_spr_device> m_sprgen;