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 / pc9801 / mouse.cpp
index b6ed99c..675f7c1 100644 (file)
@@ -19,7 +19,7 @@ static const int freq_table[4] = {120, 60, 30, 15};
 
 void MOUSE::initialize()
 {
-       status = emu->mouse_buffer();
+       status = emu->get_mouse_buffer();
        
        ctrlreg = 0xff;
        freq = cur_freq = 0;