OSDN Git Service

[VM][FM7] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Oct 2020 12:45:57 +0000 (21:45 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 22 Oct 2020 12:45:57 +0000 (21:45 +0900)
source/src/vm/fm7/fm7.cpp

index 07aef4e..2de8b5d 100644 (file)
@@ -261,13 +261,12 @@ VM::VM(EMU_TEMPLATE* parent_emu): VM_TEMPLATE(parent_emu)
 
 
        keyboard = new KEYBOARD(this, emu);
-       //display = new DISPLAY(this, emu);
+       display = new DISPLAY(this, emu);
 #if defined(_FM8)
        mainio  = new FM8_MAINIO(this, emu);
 #else
        mainio  = new FM7_MAINIO(this, emu);
 #endif
-       display = new DISPLAY(this, emu);
        mainmem = new FM7_MAINMEM(this, emu);
 //     display = new DISPLAY(this, emu);