summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/speedatk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/speedatk.h')
-rw-r--r--src/mame/includes/speedatk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/speedatk.h b/src/mame/includes/speedatk.h
index 7f78528e04a..b62137b131d 100644
--- a/src/mame/includes/speedatk.h
+++ b/src/mame/includes/speedatk.h
@@ -51,7 +51,7 @@ private:
virtual void video_start() override;
void speedatk_palette(palette_device &palette) const;
- uint32_t screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ uint32_t screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
uint8_t iox_key_matrix_calc(uint8_t p_side);