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 / pc6001 / joystick.cpp
index 96edca7..10a872f 100644 (file)
@@ -16,7 +16,7 @@
 
 void JOYSTICK::initialize()
 {
-       joy_stat = emu->joy_buffer();
+       joy_stat = emu->get_joy_buffer();
        
        // register event to update the key status
        register_frame_event(this);