From 8f273e02b3e2d2f442dd501e5ecb664dcfb99fe9 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 2 Mar 2019 22:16:58 +0100 Subject: [PATCH] added mwcbaseb internal artwork (nw) --- src/mame/drivers/hh_hmcs40.cpp | 6 ++++- src/mame/layout/mwcbaseb.lay | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 src/mame/layout/mwcbaseb.lay diff --git a/src/mame/drivers/hh_hmcs40.cpp b/src/mame/drivers/hh_hmcs40.cpp index cc9469b7fe5..46bad8ae23c 100644 --- a/src/mame/drivers/hh_hmcs40.cpp +++ b/src/mame/drivers/hh_hmcs40.cpp @@ -98,12 +98,14 @@ #include "screen.h" #include "speaker.h" -// internal artwork +// internal artwork (complete) #include "pairmtch.lh" #include "sag.lh" +// internal artwork (bezel overlay) #include "bambball.lh" #include "gckong.lh" +#include "mwcbaseb.lh" #include "msthawk.lh" #include "packmon.lh" @@ -3913,7 +3915,9 @@ void mwcbaseb_state::mwcbaseb(machine_config &config) screen.set_refresh_hz(50); screen.set_size(1920, 478); screen.set_visarea(0, 1920-1, 0, 478-1); + TIMER(config, "display_decay").configure_periodic(FUNC(hh_hmcs40_state::display_decay_tick), attotime::from_msec(1)); + config.set_default_layout(layout_mwcbaseb); /* sound hardware */ SPEAKER(config, "mono").front_center(); diff --git a/src/mame/layout/mwcbaseb.lay b/src/mame/layout/mwcbaseb.lay new file mode 100644 index 00000000000..5a460dc2576 --- /dev/null +++ b/src/mame/layout/mwcbaseb.lay @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +