From 762ebf36bbed3911b6266de538d99d03c68da142 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 3 Dec 2021 13:57:31 +0100 Subject: im01: added buttons to internal artwork --- src/mame/drivers/im01.cpp | 5 +- src/mame/layout/im01.lay | 265 ++++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 259 insertions(+), 11 deletions(-) diff --git a/src/mame/drivers/im01.cpp b/src/mame/drivers/im01.cpp index 32ab3176e29..e7d14bdcc23 100644 --- a/src/mame/drivers/im01.cpp +++ b/src/mame/drivers/im01.cpp @@ -18,7 +18,6 @@ TODO: and/or T11 core timing itself is not 100% accurate. There's a big "but": these measurements are from the older ИМ-01. - verify actual XTAL, the label couldn't be seen -- add button panel to internal artwork - dump/add im01 (rom serial 106/107) ******************************************************************************* @@ -64,7 +63,7 @@ N: чксло ходов - Show Moves #include "speaker.h" // internal artwork -#include "im01.lh" +#include "im01.lh" // clickable namespace { @@ -293,4 +292,4 @@ ROM_END ******************************************************************************/ // YEAR NAME PARENT CMP MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS -CONS( 1991, im01t, 0, 0, im01, im01, im01_state, empty_init, "Svetlana", "Elektronika IM-01T", MACHINE_SUPPORTS_SAVE ) +CONS( 1991, im01t, 0, 0, im01, im01, im01_state, empty_init, "Svetlana", "Elektronika IM-01T", MACHINE_SUPPORTS_SAVE | MACHINE_CLICKABLE_ARTWORK ) diff --git a/src/mame/layout/im01.lay b/src/mame/layout/im01.lay index c4e8d4d298d..dc5c038c3ea 100644 --- a/src/mame/layout/im01.lay +++ b/src/mame/layout/im01.lay @@ -8,20 +8,256 @@ license:CC0 - - + + + + + + + + + + + + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - + + + + + + + + + + + + + + @@ -30,5 +266,18 @@ license:CC0 + + + + + + + + + + + + + -- cgit v1.2.3