summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/shangha3.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/shangha3.c')
-rw-r--r--src/mame/video/shangha3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/shangha3.c b/src/mame/video/shangha3.c
index 631c4f605f9..72d5dfc8c03 100644
--- a/src/mame/video/shangha3.c
+++ b/src/mame/video/shangha3.c
@@ -77,7 +77,7 @@ VIDEO_START( shangha3 )
{
int i;
- rawbitmap = video_screen_auto_bitmap_alloc(machine->primary_screen);
+ rawbitmap = machine->primary_screen->alloc_compatible_bitmap();
for (i = 0;i < 14;i++)
drawmode_table[i] = DRAWMODE_SOURCE;