diff options
| author | 2022-03-28 00:07:37 +1100 | |
|---|---|---|
| committer | 2022-03-28 00:07:37 +1100 | |
| commit | c6517f5d1eb8f64d48a6d1890db4cfef2db99f5a (patch) | |
| tree | 2d99c45a17a08ba367c381251d2e293c26e74b41 /src | |
| parent | 1589b642c3322e17f6d42f4b2901087595eb4d6f (diff) | |
timetrv: corrected screen height in layout.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/layout/timetrv.lay | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/layout/timetrv.lay b/src/mame/layout/timetrv.lay index f33134bf235..929d44f00af 100644 --- a/src/mame/layout/timetrv.lay +++ b/src/mame/layout/timetrv.lay @@ -37,7 +37,7 @@ copyright-holders:Ryan Holtz <bounds x="0" y="0" width="704" height="544" /> <screen index="0"> - <bounds left="0" top="16" right="704" bottom="528" /> + <bounds left="0" top="16" right="704" bottom="544" /> </screen> <repeat count="16"> |
