diff options
| author | 2022-03-27 14:53:21 +0200 | |
|---|---|---|
| committer | 2022-03-28 00:05:52 +1100 | |
| commit | 1589b642c3322e17f6d42f4b2901087595eb4d6f (patch) | |
| tree | 2188949888883ec281ac34fc1c21a4539f681fdf /src | |
| parent | 5edff6b3029867fa95cb194e64ed3227b4ece376 (diff) | |
-timetrv: Fixed layout to not warp screen to non-4:3 aspect. [Ryan Holtz] (#9475)
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/layout/timetrv.lay | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/mame/layout/timetrv.lay b/src/mame/layout/timetrv.lay index cad88c53a3c..f33134bf235 100644 --- a/src/mame/layout/timetrv.lay +++ b/src/mame/layout/timetrv.lay @@ -33,9 +33,11 @@ copyright-holders:Ryan Holtz <text string="PLAYER 2"><color red="0.3" green="0.3" blue="0.3" /></text> </element> - <view name="Lamps and LEDs"> + <view name="Lamps and LEDs Separate"> + <bounds x="0" y="0" width="704" height="544" /> + <screen index="0"> - <bounds left="0" top="0" right="704" bottom="480" /> + <bounds left="0" top="16" right="704" bottom="528" /> </screen> <repeat count="16"> |
