Skip to content

Commit c314f82

Browse files
committed
apple/dafb.cpp: Allow "no monitor" as a valid monitor selection to disable the internal video on Quadras. [R. Belmont]
1 parent 74712e3 commit c314f82

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mame/apple/dafb.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ static INPUT_PORTS_START(monitor_config)
207207
PORT_CONFSETTING(0x02, u8"Mac RGB Display (12\" 512\u00d7384)") // "Rubik" (modified IIgs AppleColor RGB)
208208
PORT_CONFSETTING(0x03, u8"Mac Two-Page Display (B&W 21\" 1152\u00d7870)") // "2 Page"
209209
PORT_CONFSETTING(0x06, u8"Mac Hi-Res Display (12-14\" 640\u00d7480)") // "High Res"
210+
PORT_CONFSETTING(0x07, u8"No monitor, disable internal video") // No monitor connected
210211
PORT_CONFSETTING(ext(0, 0, 0), "PAL Encoder (640\u00d7480, 768\u00d7576)")
211212
PORT_CONFSETTING(ext(1, 1, 0), "NTSC Encoder (512\u00d7384, 640\u00d7480)")
212213
PORT_CONFSETTING(ext(1, 1, 3), "640x480 VGA")
@@ -224,6 +225,7 @@ static INPUT_PORTS_START(monitor_config_noconv)
224225
PORT_CONFSETTING(0x02, u8"Mac RGB Display (12\" 512\u00d7384)") // "Rubik" (modified IIgs AppleColor RGB)
225226
PORT_CONFSETTING(0x03, u8"Mac Two-Page Display (B&W 21\" 1152\u00d7870)") // "2 Page"
226227
PORT_CONFSETTING(0x06, u8"Mac Hi-Res Display (12-14\" 640\u00d7480)") // "High Res"
228+
PORT_CONFSETTING(0x07, u8"No monitor, disable internal video") // No monitor connected
227229
PORT_CONFSETTING(ext(1, 1, 3), "640x480 VGA")
228230
PORT_CONFSETTING(ext(2, 3, 1), "832x624 16\" RGB") // "Goldfish" or "16 inch RGB"
229231
PORT_CONFSETTING(ext(3, 2, 2), "1024\u00d7768 19\" RGB");

0 commit comments

Comments
 (0)