From 4a9428a03906aab2543d7400b2e73088b9284673 Mon Sep 17 00:00:00 2001 From: hap Date: Sat, 16 Mar 2019 18:31:57 +0100 Subject: boris: add buttons to layout (nw) --- src/mame/drivers/aci_boris.cpp | 4 +- src/mame/layout/aci_boris.lay | 167 ++++++++++++++++++++++++++++++++++++++--- src/mame/layout/cmpchess.lay | 21 +++--- 3 files changed, 171 insertions(+), 21 deletions(-) diff --git a/src/mame/drivers/aci_boris.cpp b/src/mame/drivers/aci_boris.cpp index d7707a1f378..55817b69224 100644 --- a/src/mame/drivers/aci_boris.cpp +++ b/src/mame/drivers/aci_boris.cpp @@ -22,7 +22,7 @@ your move"(same as Boris Master) instead of "Boris plays black". #include "machine/timer.h" // internal artwork -#include "aci_boris.lh" +#include "aci_boris.lh" // clickable namespace { @@ -255,4 +255,4 @@ ROM_END ******************************************************************************/ // YEAR NAME PARENT CMP MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS -COMP( 1978, boris, 0, 0, boris, boris, boris_state, empty_init, "Applied Concepts", "Boris", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW ) +COMP( 1978, boris, 0, 0, boris, boris, boris_state, empty_init, "Applied Concepts", "Boris", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW | MACHINE_CLICKABLE_ARTWORK ) diff --git a/src/mame/layout/aci_boris.lay b/src/mame/layout/aci_boris.lay index 118a383752f..4314ab83d86 100644 --- a/src/mame/layout/aci_boris.lay +++ b/src/mame/layout/aci_boris.lay @@ -3,22 +3,169 @@ - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/layout/cmpchess.lay b/src/mame/layout/cmpchess.lay index fe162d2d718..3cd4abb44ec 100644 --- a/src/mame/layout/cmpchess.lay +++ b/src/mame/layout/cmpchess.lay @@ -4,6 +4,7 @@ + @@ -174,17 +175,19 @@ - + - - - - + - - - - + + + + + + + + + -- cgit v1.2.3