OSDN Git Service

[VM] Set 4:3 monitor flag to using TV/4:3 CRT (at least I know).
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 19 Jan 2016 04:43:40 +0000 (13:43 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 19 Jan 2016 04:43:40 +0000 (13:43 +0900)
24 files changed:
source/src/vm/bmjr/bmjr.h
source/src/vm/familybasic/familybasic.h
source/src/vm/fmr50/fmr50.h
source/src/vm/fp1100/fp1100.h
source/src/vm/gamegear/mastersystem.h
source/src/vm/jr100/jr100.h
source/src/vm/m5/m5.h
source/src/vm/msx/msx.h
source/src/vm/mz2500/mz2500.h
source/src/vm/mz2500/mz80b.h
source/src/vm/mz80k/mz80k.h
source/src/vm/pasopia/pasopia.h
source/src/vm/pasopia7/pasopia7.h
source/src/vm/pc6001/pc6001.h
source/src/vm/pc9801/pc9801.h
source/src/vm/pcengine/pcengine.h
source/src/vm/pv1000/pv1000.h
source/src/vm/pv2000/pv2000.h
source/src/vm/pyuta/pyuta.h
source/src/vm/rx78/rx78.h
source/src/vm/sc3000/sc3000.h
source/src/vm/scv/scv.h
source/src/vm/smc777/smc777.h
source/src/vm/z80tvgame/z80tvgame.h

index 5ba53ab..20a89ce 100644 (file)
@@ -26,6 +26,7 @@
 #define USE_TAPE
 #define USE_TAPE_BUTTON
 #define NOTIFY_KEY_DOWN
+#define USE_CRT_MONITOR_4_3 1
 #define USE_ALT_F10_KEY
 #define USE_AUTO_KEY           8
 #define USE_AUTO_KEY_RELEASE   10
index 74b24e6..ab1e3dc 100644 (file)
@@ -29,6 +29,7 @@
 #define USE_AUTO_KEY           5
 #define USE_AUTO_KEY_RELEASE   6
 #define USE_AUTO_KEY_NO_CAPS
+#define USE_CRT_MONITOR_4_3 1
 #define USE_JOYSTICK
 #define USE_STATE
 
index 33be9b5..e6940b1 100644 (file)
 #if defined(_FMR60)
 #define SCREEN_WIDTH           1120
 #define SCREEN_HEIGHT          750
+#define USE_CRT_MONITOR_4_3 1
 #else
 #define SCREEN_WIDTH           640
 #define SCREEN_HEIGHT          400
+#define USE_CRT_MONITOR_4_3 1
 #endif
 #define MAX_DRIVE              4
 #define MAX_SCSI               8
index 74d1ced..14ed3d3 100644 (file)
@@ -45,6 +45,7 @@
 #define USE_SCANLINE
 #define USE_ACCESS_LAMP
 #define USE_DEBUGGER
+#define USE_CRT_MONITOR_4_3 1
 #define USE_STATE
 
 #include "../../common.h"
index cc51c5f..f311846 100644 (file)
@@ -36,6 +36,7 @@
 #define USE_AUTO_KEY                   5
 #define USE_AUTO_KEY_RELEASE   8
 #define USE_AUTO_KEY_CAPS
+#define USE_CRT_MONITOR_4_3 1
 ///#define USE_ACCESS_LAMP
 #define USE_DEBUGGER
 #define USE_JOYSTICK
index 3d3468c..242fd0a 100644 (file)
@@ -28,6 +28,7 @@
 #define USE_AUTO_KEY           8
 #define USE_AUTO_KEY_RELEASE   10
 #define USE_VM_AUTO_KEY_TABLE
+#define USE_CRT_MONITOR_4_3 1
 //#define USE_CRT_FILTER
 //#define USE_SCANLINE
 #define USE_JOYSTICK
index af1c812..aaf7aa0 100644 (file)
@@ -31,6 +31,7 @@
 #define USE_ALT_F10_KEY
 #define USE_AUTO_KEY           5
 #define USE_AUTO_KEY_RELEASE   8
+#define USE_CRT_MONITOR_4_3 1
 #define USE_DEBUGGER
 #define USE_STATE
 #define USE_JOYSTICK
index cde0177..0caf561 100644 (file)
@@ -65,6 +65,7 @@
 #define USE_ALT_F10_KEY
 #define USE_AUTO_KEY           6
 #define USE_AUTO_KEY_RELEASE   10
+#define USE_CRT_MONITOR_4_3 1
 #define USE_DEBUGGER
 #define USE_STATE
 #define USE_JOYSTICK
index c24e154..64901ae 100644 (file)
@@ -55,6 +55,7 @@
 #define USE_STATE
 #define USE_MOUSE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index a135e47..85a17d4 100644 (file)
@@ -73,6 +73,7 @@
 #define USE_PRINTER_TYPE       4
 #define USE_DEBUGGER
 #define USE_MOUSE
+#define USE_CRT_MONITOR_4_3 1
 #define USE_JOYSTICK
 #define USE_STATE
 
index 1a59d30..faa459f 100644 (file)
@@ -65,6 +65,7 @@
 #define USE_FD3
 #define USE_FD4
 #define USE_ACCESS_LAMP
+#define USE_CRT_MONITOR_4_3 1
 //#define USE_DISK_WRITE_PROTECT
 #endif
 #if defined(_MZ80K)
index 1955963..3686824 100644 (file)
@@ -47,6 +47,7 @@
 #else
 #define SCREEN_WIDTH           640
 #define SCREEN_HEIGHT          400
+#define USE_CRT_MONITOR_4_3 1
 #endif
 #define MAX_DRIVE              4
 #define SUPPORT_VARIABLE_TIMING
index 78bf025..a8f089f 100644 (file)
@@ -37,6 +37,7 @@
 #else
 #define SCREEN_WIDTH           640
 #define SCREEN_HEIGHT          400
+#define USE_CRT_MONITOR_4_3 1
 #endif
 #define MAX_DRIVE              4
 #define IO_ADDR_MAX            0x100
index 585f089..d131390 100644 (file)
@@ -96,6 +96,7 @@
 #define USE_DEBUGGER
 #define USE_STATE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 //#define USE_MOUSE
 
 #include "../../common.h"
index 262b570..4a6b44c 100644 (file)
 #define USE_STATE
 #define USE_MOUSE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index 98edccb..85a8640 100644 (file)
@@ -26,6 +26,7 @@
 #define USE_CART1
 #define USE_DEBUGGER
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 #define USE_STATE
 
 #include "../../common.h"
index 08e7ed3..8d4270e 100644 (file)
@@ -35,6 +35,7 @@
 #define USE_STATE
 //#define USE_MOUSE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index 5957f60..5d69768 100644 (file)
@@ -36,6 +36,7 @@
 #define USE_DEBUGGER
 #define USE_STATE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index 82d7179..2079b56 100644 (file)
@@ -31,6 +31,7 @@
 #define USE_AUTO_KEY_CAPS
 #define USE_STATE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index d56cf47..4aad57f 100644 (file)
@@ -32,6 +32,7 @@
 #define USE_DEBUGGER
 #define USE_JOYSTICK
 #define USE_STATE
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index a82ead0..9eaf820 100644 (file)
@@ -35,6 +35,7 @@
 #define USE_DEBUGGER
 #define USE_STATE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index b7909ae..f916e99 100644 (file)
@@ -32,6 +32,7 @@
 #define USE_DEBUGGER
 #define USE_JOYSTICK
 #define USE_STATE
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"
index 06ecc1d..6f78301 100644 (file)
@@ -52,6 +52,7 @@
 #define USE_STATE
 #define USE_MOUSE
 #define USE_JOYSTICK
+#define USE_CRT_MONITOR_4_3 1
 
 static const int vm_autokey_table_base[][2] = {
        // 0x100: shift
index f26d3a4..9f8b624 100644 (file)
@@ -36,6 +36,7 @@
 #define USE_JOYSTICK
 #define USE_DEBUGGER
 #define USE_STATE
+#define USE_CRT_MONITOR_4_3 1
 
 #include "../../common.h"
 #include "../../fileio.h"