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 / bmjr / bmjr.cpp
index b463146..e6e3572 100644 (file)
@@ -41,7 +41,7 @@ VM::VM(EMU* parent_emu) : VM_TEMPLATE(parent_emu)
        cpu = new MC6800(this, emu);
        pia = new MC6820(this, emu);
        
-       memory = new MEMORY(this, emu);
+       memory = new BMJR_MEMORY(this, emu);
        
        // Set names
 #if defined(_USE_QT)