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 / pc80s31k.cpp
index 765fb4b..7948fa0 100644 (file)
@@ -193,7 +193,7 @@ void PC80S31K::write_io8(uint32 addr, uint32 data)
        }
 }
 
-uint32 PC80S31K::intr_ack()
+uint32 PC80S31K::get_intr_ack()
 {
        return 0;       // NOP
 }