OSDN Git Service

[VM][General] Merge upstream 2016-03-01. (Pahse 1).
[csp-qt/common_source_project-fm7.git] / source / src / vm / pc9801 / fmsound.cpp
index d5c6b86..d081c63 100644 (file)
@@ -21,7 +21,7 @@ void FMSOUND::reset()
 }
 #endif
 
-void FMSOUND::write_io8(uint32 addr, uint32 data)
+void FMSOUND::write_io8(uint32_t addr, uint32_t data)
 {
        switch(addr & 0xffff) {
        case 0x188:
@@ -48,7 +48,7 @@ void FMSOUND::write_io8(uint32 addr, uint32 data)
        }
 }
 
-uint32 FMSOUND::read_io8(uint32 addr)
+uint32_t FMSOUND::read_io8(uint32_t addr)
 {
        switch(addr & 0xffff) {
        case 0x188: