summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/sprint8.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/sprint8.h')
-rw-r--r--src/mame/includes/sprint8.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/includes/sprint8.h b/src/mame/includes/sprint8.h
index e3555aa9a5b..1210289d039 100644
--- a/src/mame/includes/sprint8.h
+++ b/src/mame/includes/sprint8.h
@@ -38,7 +38,7 @@ public:
TILE_GET_INFO_MEMBER(get_tile_info2);
virtual void machine_reset();
virtual void video_start();
- virtual void palette_init();
+ DECLARE_PALETTE_INIT(sprint8);
UINT32 screen_update_sprint8(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
void screen_eof_sprint8(screen_device &screen, bool state);
TIMER_CALLBACK_MEMBER(sprint8_collision_callback);
@@ -47,7 +47,7 @@ public:
DECLARE_WRITE8_MEMBER(sprint8_screech_w);
DECLARE_WRITE8_MEMBER(sprint8_attract_w);
DECLARE_WRITE8_MEMBER(sprint8_motor_w);
- void set_pens(sprint8_state *state, colortable_t *colortable);
+ void set_pens();
void draw_sprites(bitmap_ind16 &bitmap, const rectangle &cliprect);
void sprint8_set_collision(int n);
required_device<cpu_device> m_maincpu;