summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/machine/vp590.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/machine/vp590.h')
-rw-r--r--src/mess/machine/vp590.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/machine/vp590.h b/src/mess/machine/vp590.h
index f3173602d57..56e2148c9f0 100644
--- a/src/mess/machine/vp590.h
+++ b/src/mess/machine/vp590.h
@@ -50,7 +50,7 @@ protected:
virtual void vip_program_w(address_space &space, offs_t offset, UINT8 data, int cdef, int *minh);
virtual void vip_io_w(address_space &space, offs_t offset, UINT8 data);
virtual void vip_dma_w(address_space &space, offs_t offset, UINT8 data);
- virtual UINT32 vip_screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect);
+ virtual UINT32 vip_screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect);
virtual int vip_ef3_r();
virtual int vip_ef4_r();