From 7a9079edb8953be594b8bfde5dc8c3aa465ebacd Mon Sep 17 00:00:00 2001 From: hap Date: Tue, 29 Aug 2023 15:44:29 +0200 Subject: intchess,regence: add german text labels to internal layout --- src/mame/chess/regence.cpp | 2 +- src/mame/layout/debutm.lay | 28 +++---- src/mame/layout/regence.lay | 105 +++++++++++++++++-------- src/mame/layout/saitek_intchess.lay | 150 +++++++++++++++++++++++------------- src/mame/saitek/intchess.cpp | 7 +- 5 files changed, 185 insertions(+), 107 deletions(-) diff --git a/src/mame/chess/regence.cpp b/src/mame/chess/regence.cpp index 28fa214d767..5abb9342600 100644 --- a/src/mame/chess/regence.cpp +++ b/src/mame/chess/regence.cpp @@ -4,7 +4,7 @@ La Régence, French chess computer by "France Double R". German distribution by Sandy Electronic, who sub-titled it TSB 4 (Turniersensorbrett), the EPROM -contents is the same. +contents is the same. There is no English version. The chess engine is Richard Lang's Cyrus. diff --git a/src/mame/layout/debutm.lay b/src/mame/layout/debutm.lay index b8293aa87aa..a4cda2122d7 100644 --- a/src/mame/layout/debutm.lay +++ b/src/mame/layout/debutm.lay @@ -576,20 +576,20 @@ license:CC0-1.0 - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/src/mame/layout/regence.lay b/src/mame/layout/regence.lay index be2ae8a664a..e28ad67a782 100644 --- a/src/mame/layout/regence.lay +++ b/src/mame/layout/regence.lay @@ -6,6 +6,8 @@ license:CC0-1.0 + + @@ -93,18 +95,28 @@ license:CC0-1.0 - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -398,9 +410,9 @@ license:CC0-1.0 - + - + @@ -409,8 +421,7 @@ license:CC0-1.0 - - + @@ -429,8 +440,8 @@ license:CC0-1.0 - - + + @@ -451,28 +462,54 @@ license:CC0-1.0 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/src/mame/layout/saitek_intchess.lay b/src/mame/layout/saitek_intchess.lay index 7f7ddd18891..fdb8d923365 100644 --- a/src/mame/layout/saitek_intchess.lay +++ b/src/mame/layout/saitek_intchess.lay @@ -38,23 +38,41 @@ license:CC0-1.0 - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -69,6 +87,67 @@ license:CC0-1.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -144,43 +223,6 @@ license:CC0-1.0 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/src/mame/saitek/intchess.cpp b/src/mame/saitek/intchess.cpp index db2e3f98503..2feba384894 100644 --- a/src/mame/saitek/intchess.cpp +++ b/src/mame/saitek/intchess.cpp @@ -5,8 +5,7 @@ SciSys Intelligent Chess -The UK version wasn't widely released, perhaps it wasn't sold at all (can't find -photos, just brochures and some magazine reviews). The German version was common. +The UK version wasn't widely released, the German version was more common. Development by Intelligent Games, the same group of people that worked on the Super System III and Mark V. The visual interface is an evolution of "Tolinka". @@ -124,9 +123,9 @@ INPUT_CHANGED_MEMBER(intchess_state::reset_button) void intchess_state::init_palette(palette_device &palette) const { - palette.set_pen_color(0, 0xa0, 0xb0, 0xff); + palette.set_pen_color(0, 0xb0, 0xd0, 0xff); palette.set_pen_color(1, 0x00, 0x00, 0x00); - palette.set_pen_color(2, 0x50, 0x80, 0x20); + palette.set_pen_color(2, 0x88, 0xa8, 0x50); palette.set_pen_color(3, 0xff, 0xff, 0xff); } -- cgit v1.2.3