summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/video/crt9021.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/video/crt9021.c')
-rw-r--r--src/emu/video/crt9021.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/emu/video/crt9021.c b/src/emu/video/crt9021.c
index 7613014eac1..d6ed7ba6aec 100644
--- a/src/emu/video/crt9021.c
+++ b/src/emu/video/crt9021.c
@@ -222,7 +222,7 @@ WRITE_LINE_MEMBER( crt9021_device::vsync_w )
// screen_update - update screen
//-------------------------------------------------
-UINT32 crt9021_device::screen_update(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
+UINT32 crt9021_device::screen_update(screen_device &screen, bitmap_rgb32 &bitmap, const rectangle &cliprect)
{
return 0;
}