OSDN Git Service

[VM] Remove define value for before commit.
authorK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 9 Feb 2018 08:53:41 +0000 (17:53 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Fri, 9 Feb 2018 08:53:41 +0000 (17:53 +0900)
13 files changed:
source/src/vm/bmjr/bmjr.h
source/src/vm/fm7/fm7.h
source/src/vm/fp1100/fp1100.h
source/src/vm/fp200/fp200.h
source/src/vm/msx/msx.h
source/src/vm/multi8/multi8.h
source/src/vm/mycomz80a/mycomz80a.h
source/src/vm/mz2500/mz2500.h
source/src/vm/mz2500/mz80b.h
source/src/vm/mz700/mz700.h
source/src/vm/pasopia/pasopia.h
source/src/vm/pc8801/pc8801.h
source/src/vm/x1/x1.h

index e48c87d..850a0ad 100644 (file)
@@ -30,7 +30,6 @@
 #define USE_ALT_F10_KEY
 #define USE_AUTO_KEY           8
 #define USE_AUTO_KEY_RELEASE   10
-#define SUPPORT_ROMA_KANA_CONVERSION
 //#define USE_SCREEN_FILTER
 //#define USE_SCANLINE
 #define USE_SOUND_VOLUME       3
index 5f4de2c..f0abe61 100644 (file)
@@ -41,7 +41,7 @@
 #define USE_DEBUGGER
 #define DATAREC_SOUND
 #define USE_DIG_RESOLUTION
-#define SUPPORT_ROMA_KANA_CONVERSION
+
 
 #if defined(_FM8)
 #define DEVICE_NAME            "FUJITSU FM-8"
index 32fd0b6..b73fe85 100644 (file)
@@ -36,7 +36,6 @@
 #define USE_FD2
 //#define USE_FD3
 //#define USE_FD4
-#define SUPPORT_ROMA_KANA_CONVERSION
 
 #define NOTIFY_KEY_DOWN
 #define USE_SHIFT_NUMPAD_KEY
index b64e50c..98bdc89 100644 (file)
@@ -33,7 +33,6 @@
 #define USE_AUTO_KEY           5
 #define USE_AUTO_KEY_RELEASE   6
 #define USE_AUTO_KEY_CAPS
-#define SUPPORT_ROMA_KANA_CONVERSION
 
 #define USE_SOUND_VOLUME       2
 #define USE_DEBUGGER
index f307fc4..e9b9462 100644 (file)
@@ -70,7 +70,6 @@
 //#define USE_SOUND_VOLUME     5
 #define USE_SOUND_VOLUME       4
 #endif
-#define SUPPORT_ROMA_KANA_CONVERSION
 #define SUPPORT_TV_RENDER
 #define USE_JOYSTICK
 #define USE_DEBUGGER
index eea5039..32452ca 100644 (file)
@@ -45,7 +45,6 @@
 #define USE_AUTO_KEY_NUMPAD
 #define USE_SCREEN_FILTER
 #define USE_SCANLINE
-#define SUPPORT_ROMA_KANA_CONVERSION
 
 #define USE_SOUND_VOLUME       3
 #define USE_DEBUGGER
index 58f27ae..e614eb4 100644 (file)
@@ -37,7 +37,6 @@
 #define USE_AUTO_KEY_NUMPAD
 #define USE_SCREEN_FILTER
 #define USE_SCANLINE
-#define SUPPORT_ROMA_KANA_CONVERSION
 
 #define USE_SOUND_VOLUME       3
 #define SUPPORT_TV_RENDER
index 9ace96e..c954cbe 100644 (file)
@@ -53,7 +53,6 @@
 #define USE_MONITOR_TYPE       4
 #define USE_SCREEN_FILTER
 #define USE_SCANLINE
-#define SUPPORT_ROMA_KANA_CONVERSION
 #define USE_SOUND_VOLUME       7
 #define USE_JOYSTICK
 #define USE_MOUSE
index d190cc5..37b09d6 100644 (file)
@@ -75,7 +75,6 @@
 #define USE_PRINTER_TYPE       4
 #define USE_DEBUGGER
 #define USE_STATE
-#define SUPPORT_ROMA_KANA_CONVERSION
 
 #include "../../common.h"
 #include "../../fileio.h"
index 0d7c30c..338bc2c 100644 (file)
@@ -85,7 +85,6 @@
 #define USE_PRINTER
 #define USE_PRINTER_TYPE       4
 #endif
-#define SUPPORT_ROMA_KANA_CONVERSION
 #define SUPPORT_TV_RENDER
 #define USE_DEBUGGER
 #define USE_STATE
index 785e563..a102e34 100644 (file)
@@ -69,7 +69,6 @@
 #define USE_AUTO_KEY_NUMPAD
 #define USE_SCREEN_FILTER
 #define USE_SCANLINE
-#define SUPPORT_ROMA_KANA_CONVERSION
 #define USE_SOUND_VOLUME       4
 #define USE_JOYSTICK
 #define USE_DEBUGGER
index a95e492..19eb344 100644 (file)
@@ -83,7 +83,6 @@
 #define USE_KEY_LOCKED
 #define USE_SHIFT_NUMPAD_KEY
 #define USE_ALT_F10_KEY
-#define SUPPORT_ROMA_KANA_CONVERSION
 // slow enough for N88-\93ú\96{\8cêBASIC
 #define USE_AUTO_KEY           8
 #define USE_AUTO_KEY_RELEASE   10
index 37acbe5..97b87c5 100644 (file)
 #define USE_SOUND_TYPE         3
 // ToDo
 //#define DATAREC_SOUND
-#define SUPPORT_ROMA_KANA_CONVERSION
 // CZ-8BS1 x1
 #define SOUND_TYPE_DEFAULT     1
 # if defined(_X1TWIN)