summaryrefslogtreecommitdiff
path: root/hw/kdrive/mach64/mach64.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/mach64/mach64.c')
-rw-r--r--hw/kdrive/mach64/mach64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/mach64/mach64.c b/hw/kdrive/mach64/mach64.c
index 06818f8f2..a036f3e1d 100644
--- a/hw/kdrive/mach64/mach64.c
+++ b/hw/kdrive/mach64/mach64.c
@@ -70,7 +70,7 @@ mach64ScreenInit (KdScreenInfo *screen)
screen->dumb = TRUE;
if (mach64s->vesa.mapping != VESA_LINEAR)
screen->dumb = TRUE;
- mach64s->screen = mach64s->vesa.fb;
+ screen->memory_base = mach64s->vesa.fb;
switch (screen->fb[0].depth) {
case 8:
mach64s->colorKey = 0xff;