summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/twincobr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/twincobr.h')
-rw-r--r--src/mame/includes/twincobr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mame/includes/twincobr.h b/src/mame/includes/twincobr.h
index 670c762a923..6f6c603af24 100644
--- a/src/mame/includes/twincobr.h
+++ b/src/mame/includes/twincobr.h
@@ -106,7 +106,6 @@ public:
TILE_GET_INFO_MEMBER(get_tx_tile_info);
DECLARE_MACHINE_RESET(twincobr);
DECLARE_VIDEO_START(toaplan0);
- void copy_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect, int priority);
UINT32 screen_update_toaplan0(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(twincobr_interrupt);
INTERRUPT_GEN_MEMBER(wardner_interrupt);
@@ -115,7 +114,6 @@ public:
void twincobr_display(int enable);
void twincobr_flipscreen(int flip);
void twincobr_log_vram();
- void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
void twincobr_dsp(int enable);
void toaplan0_control_w(int offset, int data);
void toaplan0_coin_dsp_w(address_space &space, int offset, int data);