Revision 4d3b6f6e hw/tcx.c

b/hw/tcx.c
537 537
        s->cplane_offset = vram_offset;
538 538
        cpu_register_physical_memory(addr + 0x0a000000ULL, size, vram_offset);
539 539
        graphic_console_init(s->ds, tcx24_update_display,
540
                             tcx24_invalidate_display, tcx24_screen_dump, s);
540
                             tcx24_invalidate_display,
541
                             tcx24_screen_dump, NULL, s);
541 542
    } else {
542 543
        cpu_register_physical_memory(addr + 0x00300000ULL, TCX_THC_NREGS_8,
543 544
                                     dummy_memory);
544 545
        graphic_console_init(s->ds, tcx_update_display, tcx_invalidate_display,
545
                             tcx_screen_dump, s);
546
                             tcx_screen_dump, NULL, s);
546 547
    }
547 548
    // NetBSD writes here even with 8-bit display
548 549
    cpu_register_physical_memory(addr + 0x00301000ULL, TCX_THC_NREGS_24,

Also available in: Unified diff