summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/layout
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2021-05-18 00:26:16 +0200
committer hap <happppp@users.noreply.github.com>2021-05-18 00:26:16 +0200
commitfde37c3d4c2a69c68bac03269f73743a9125039c (patch)
treeb5f2e8a24a4f380aac1c3685a63d3dfbbbc12a75 /src/mame/layout
parentc5ae39b4146c1b88d738b48f2ae35cf7a0c9ddbc (diff)
coco3: remove the dual screens, machine config option instead
Diffstat (limited to 'src/mame/layout')
-rw-r--r--src/mame/layout/coco3.lay20
1 files changed, 0 insertions, 20 deletions
diff --git a/src/mame/layout/coco3.lay b/src/mame/layout/coco3.lay
deleted file mode 100644
index 561248b7dc1..00000000000
--- a/src/mame/layout/coco3.lay
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<!--
-license:CC0
--->
-<mamelayout version="2">
- <view name="Composite">
- <!-- workaround for MAME selecting a 2-screen view by default -->
- <screen index="1"><bounds left="0" top="0" right="4" bottom="3" /><color alpha="0" /></screen>
-
- <screen index="0">
- <bounds left="0" top="0" right="4" bottom="3" />
- </screen>
- </view>
-
- <view name="RGB">
- <screen index="1">
- <bounds left="0" top="0" right="4" bottom="3" />
- </screen>
- </view>
-</mamelayout>