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 / familybasic / ppu.cpp
index 4c154f8..112fcd1 100644 (file)
@@ -303,7 +303,7 @@ void PPU::draw_screen()
 {
        
        for(int y = 0; y < 240; y++) {
-               scrntype* dest = emu->screen_buffer(y);
+               scrntype* dest = emu->get_screen_buffer(y);
                uint8* src = screen[y];
                
                for(int x = 0; x < 256; x++) {