OSDN Git Service

[VM][FM7] .
authorK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 16 Jan 2017 12:21:10 +0000 (12:21 +0000)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Mon, 16 Jan 2017 12:21:10 +0000 (12:21 +0000)
source/src/vm/fm7/fm7.cpp

index 45be71c..ded9635 100644 (file)
@@ -91,7 +91,8 @@ VM::VM(EMU* parent_emu): emu(parent_emu)
 #endif
 #if defined(_FM8)
        for(int i = 0; i < 2; i++) bubble_casette[i] = new BUBBLECASETTE(this, emu);
-#endif drec = NULL;
+#endif
+       drec = NULL;
        drec = new DATAREC(this, emu);
        pcm1bit = new PCM1BIT(this, emu);