OSDN Git Service

[VM][General][WIP] Apply new (Upstream 2016-02-21) APIs to VMs.
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc8201 / lcd.cpp
index c6085a9..bd23a30 100644 (file)
@@ -152,7 +152,7 @@ void LCD::draw_screen()
        scrntype cd = RGB_COLOR(48, 56, 16);
        scrntype cb = RGB_COLOR(160, 168, 160);
        for(int y = 0; y < 64; y++) {
-               scrntype* dst = emu->screen_buffer(y);
+               scrntype* dst = emu->get_screen_buffer(y);
                uint8* src = screen[y];
                
                for(int x = 0; x < 240; x++) {