From a3605402dbda257c87bbb90661db3ed65c1db38c Mon Sep 17 00:00:00 2001 From: tertu marybig Date: Thu, 4 Jun 2020 15:18:10 -0500 Subject: twinkle.cpp physical aspect ratio should be 16:9 --- src/mame/drivers/twinkle.cpp | 4 ++- src/mame/layout/bmiidx.lay | 82 ++++++++++++++++++++++---------------------- 2 files changed, 44 insertions(+), 42 deletions(-) diff --git a/src/mame/drivers/twinkle.cpp b/src/mame/drivers/twinkle.cpp index 30f917b65cf..73a6e22cd98 100644 --- a/src/mame/drivers/twinkle.cpp +++ b/src/mame/drivers/twinkle.cpp @@ -1090,7 +1090,9 @@ void twinkle_state::twinkle(machine_config &config) /* video hardware */ CXD8561Q(config, "gpu", XTAL(53'693'175), 0x200000, subdevice("maincpu")).set_screen("screen"); - SCREEN(config, "screen", SCREEN_TYPE_RASTER); + screen_device &screen(SCREEN(config, "screen", SCREEN_TYPE_RASTER)); + //all twinkle cabinets use anamorphic widescreen displays + screen.set_physical_aspect(16, 9); /* sound hardware */ SPEAKER(config, "speakerleft").front_left(); diff --git a/src/mame/layout/bmiidx.lay b/src/mame/layout/bmiidx.lay index 920b4bf5101..ec8f2c0010d 100644 --- a/src/mame/layout/bmiidx.lay +++ b/src/mame/layout/bmiidx.lay @@ -55,13 +55,13 @@ license:CC0 - + - + @@ -69,20 +69,20 @@ license:CC0 - - - - + + + + - - - - + + + + - - - - + + + + @@ -117,38 +117,38 @@ license:CC0 - - - - + + + + - - - - + + + + - - - - + + + + - - - - - - - - + + + + + + + + - - - - - - - + + + + + + + -- cgit v1.2.3