From 5326684c2ff0fd0fd1c4a710707e771c41748ac9 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 3 Mar 2023 16:00:33 +0100 Subject: New working software list items ------------------------------- ggm: Gruenfeld-S Edition: Master Chess Openings [Berger] --- hash/ggm.xml | 14 ++++++++++++++ src/mame/cxg/dominator.cpp | 2 +- src/mame/handheld/hh_cop400.cpp | 6 +++--- src/mame/handheld/hh_hmcs40.cpp | 1 + src/mame/layout/cxg_galaxy.lay | 34 +++++++++++++++++----------------- src/mame/nintendo/cothello.cpp | 4 ++-- 6 files changed, 38 insertions(+), 23 deletions(-) diff --git a/hash/ggm.xml b/hash/ggm.xml index e10a0b115e0..a2254f492fa 100644 --- a/hash/ggm.xml +++ b/hash/ggm.xml @@ -66,6 +66,20 @@ license:CC0-1.0 + + Gruenfeld-S Edition: Master Chess Openings + 1982 + Applied Concepts + + + + + + + + + + Las Vegas 21: Master Blackjack 1980 diff --git a/src/mame/cxg/dominator.cpp b/src/mame/cxg/dominator.cpp index cad807c78d6..0d808a549a3 100644 --- a/src/mame/cxg/dominator.cpp +++ b/src/mame/cxg/dominator.cpp @@ -276,7 +276,7 @@ void dominator_state::galaxy(machine_config &config) // basic machine hardware m_maincpu->set_addrmap(AS_PROGRAM, &dominator_state::galaxy_map); - PWM_DISPLAY(config.replace(), m_display).set_size(8, 8); + m_display->set_size(8, 8); config.set_default_layout(layout_cxg_galaxy); } diff --git a/src/mame/handheld/hh_cop400.cpp b/src/mame/handheld/hh_cop400.cpp index 4e69bb7633d..ee173a2a0ac 100644 --- a/src/mame/handheld/hh_cop400.cpp +++ b/src/mame/handheld/hh_cop400.cpp @@ -245,7 +245,7 @@ ROM_END /*************************************************************************** Coleco Head to Head: Electronic Basketball/Hockey/Soccer (model 2150/2160/2170) - * COP420 MCU label COP420L-NEZ/N + * COP420L MCU label COP420L-NEZ/N * 2-digit 7seg display, 41 other leds, 1-bit sound 3 Head to Head games were released using this MCU/ROM. They play very much @@ -1481,7 +1481,7 @@ ROM_END /*************************************************************************** Mattel Dalla$ (J.R. handheld) - * COP444 MCU label COP444L-HYN/N + * COP444L MCU label COP444L-HYN/N * 8-digit 7seg display, 1-bit sound This is a board game, only the handheld device is emulated here. @@ -2150,7 +2150,7 @@ ROM_END /*************************************************************************** National Semiconductor COPS Pocket Assistant (CPA) - * COP444 MCU label COP444L-JXY/N + * COP444L MCU label COP444L-JXY/N * 8-digit 7seg display, 1-bit sound It's a programmable COP400 series MCU simulator, on a COP400 series MCU. diff --git a/src/mame/handheld/hh_hmcs40.cpp b/src/mame/handheld/hh_hmcs40.cpp index 86c799fb8a1..58f65b5627e 100644 --- a/src/mame/handheld/hh_hmcs40.cpp +++ b/src/mame/handheld/hh_hmcs40.cpp @@ -93,6 +93,7 @@ known chips: *A07 HD44868 1984, Chess King Pocket Micro Deluxe *A12 HD44868 1985, SciSys MK 10 / Pocket Chess *A14 HD44868 1985, SciSys Kasparov Plus + *A16 HD44868 1988, Saitek Pocket Checkers (* means undumped unless noted, @ denotes it's in this driver) diff --git a/src/mame/layout/cxg_galaxy.lay b/src/mame/layout/cxg_galaxy.lay index 39131cd835d..d3d11dc0de9 100644 --- a/src/mame/layout/cxg_galaxy.lay +++ b/src/mame/layout/cxg_galaxy.lay @@ -8,7 +8,7 @@ license:CC0-1.0 - + @@ -587,22 +587,22 @@ license:CC0-1.0 - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/src/mame/nintendo/cothello.cpp b/src/mame/nintendo/cothello.cpp index 1fc4e5460fb..35eb902523c 100644 --- a/src/mame/nintendo/cothello.cpp +++ b/src/mame/nintendo/cothello.cpp @@ -16,8 +16,8 @@ Hardware notes: - 3*1KB M58732S 2708 ROM, 4th socket is empty - 256 bytes RAM (2*M58722P 2111A) - 0.5KB DRAM (M58755S) for framebuffer -- M58741P Color TV Interface, 64*64 pixels (192 scanlines), chip supports 3bpp, - but this game only uses 1 bit per pixel +- M58741P Color TV Interface, 64*64 pixels (192 scanlines), chip supports 3bpp + and the software does write 3bpp, but the VRAM only has 1 bit per pixel - 7seg time counter (not software controlled) - beeper -- cgit v1.2.3