OSDN Git Service

[VM][FM7] Re-order reset timing : Display -> MainIO -> MainMem.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 27 May 2015 10:38:40 +0000 (19:38 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Wed, 27 May 2015 10:38:40 +0000 (19:38 +0900)
source/src/vm/fm7/fm7.cpp

index 1f30063..a68baba 100644 (file)
@@ -78,9 +78,9 @@ VM::VM(EMU* parent_emu): emu(parent_emu)
 #ifdef CAPABLE_KANJI_CLASS2
        kanjiclass2 = new KANJIROM(this, emu, true);
 #endif
+       display = new DISPLAY(this, emu);
        mainio  = new FM7_MAINIO(this, emu);
        mainmem = new FM7_MAINMEM(this, emu);
-       display = new DISPLAY(this, emu);
    
        connect_bus();
        initialize();