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 / pasopia / keyboard.cpp
index da6089d..9b44e17 100644 (file)
@@ -27,7 +27,7 @@ static const int key_map[12][8] = {
 
 void KEYBOARD::initialize()
 {
-       key_stat = emu->key_buffer();
+       key_stat = emu->get_key_buffer();
        register_frame_event(this);
 }