summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/bottom9.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/bottom9.h')
-rw-r--r--src/mame/includes/bottom9.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mame/includes/bottom9.h b/src/mame/includes/bottom9.h
index d038e07b4d6..66ace28ab83 100644
--- a/src/mame/includes/bottom9.h
+++ b/src/mame/includes/bottom9.h
@@ -25,11 +25,6 @@ public:
m_k051316(*this, "k051316"),
m_palette(*this, "palette") { }
- /* video-related */
- int m_layer_colorbase[3];
- int m_sprite_colorbase;
- int m_zoom_colorbase;
-
/* misc */
int m_video_enable;
int m_zoomreadroms;
@@ -58,7 +53,6 @@ public:
DECLARE_WRITE8_MEMBER(sound_bank_w);
virtual void machine_start();
virtual void machine_reset();
- virtual void video_start();
UINT32 screen_update_bottom9(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
INTERRUPT_GEN_MEMBER(bottom9_interrupt);
INTERRUPT_GEN_MEMBER(bottom9_sound_interrupt);