OSDN Git Service

[VM] MEMORY:: class within some VM will change Foo_MEMORY:: to reduce misundestanding...
[csp-qt/common_source_project-fm7.git] / source / src / vm / msx / msx.h
index 88e48ad..73d6275 100644 (file)
@@ -113,7 +113,7 @@ class Z80;
 
 class JOYSTICK;
 class KEYBOARD;
-class MEMORY;
+class MSX_MEMORY;
 #if defined(_MSX2)
 class RTCIF;
 #endif
@@ -150,7 +150,7 @@ protected:
        
        JOYSTICK* joystick;
        KEYBOARD* keyboard;
-       MEMORY* memory;
+       MSX_MEMORY* memory;
 #ifdef _MSX2
        RTCIF* rtcif;
 #endif