OSDN Git Service

[VM] Fix FTBFSs.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 19 Nov 2015 15:04:23 +0000 (00:04 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Thu, 19 Nov 2015 15:04:23 +0000 (00:04 +0900)
source/src/vm/mz700/mz700.h
source/src/vm/pc6001/pc6001.h
source/src/vm/pc9801/pc9801.h

index e592dee..90a918b 100644 (file)
@@ -206,6 +206,9 @@ public:
        void rec_tape(const _TCHAR* file_path);
        void close_tape();
        bool tape_inserted();
+       bool tape_playing();
+       bool tape_recording();
+       int tape_position();
        void push_play();
        void push_stop();
        void push_fast_forward();
index e058736..718ad68 100644 (file)
@@ -221,6 +221,9 @@ public:
        void rec_tape(const _TCHAR* file_path);
        void close_tape();
        bool tape_inserted();
+       bool tape_playing();
+       bool tape_recording();
+       int tape_position();
        bool now_skip();
        
        void update_config();
index 2ec2b40..b317e37 100644 (file)
 #define USE_FD3
 #define USE_FD4
 #endif
-#if defined(SUPPORT_CMT_IF)
+#if defined(SUPPORT_CMT_IF) || defined(_PC98DO)
 #define USE_TAPE
-#define USE_TAPE_PTR
 #define TAPE_BINARY_ONLY
-#elif defined(_PC98DO)
-#define USE_TAPE
 #endif
 #define NOTIFY_KEY_DOWN
 #define USE_SHIFT_NUMPAD_KEY