From cd3147a83140bdcc7d968db360f4d0104edc9692 Mon Sep 17 00:00:00 2001 From: hap Date: Fri, 24 Jan 2025 00:42:10 +0100 Subject: dbridgec: correct company string --- src/mame/handheld/dbridgec.cpp | 6 +++--- src/mame/handheld/hh_hmcs40.cpp | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mame/handheld/dbridgec.cpp b/src/mame/handheld/dbridgec.cpp index 605c17651fc..88bc993994b 100644 --- a/src/mame/handheld/dbridgec.cpp +++ b/src/mame/handheld/dbridgec.cpp @@ -3,14 +3,14 @@ // thanks-to:Sean Riddle /******************************************************************************* -Diamond Bridge Computer (model M1011) +Micro-Concepts Diamond Bridge Computer (model M1011) Also sold by Nu Vations as Nu Va Bridge Computer (model NV211) Hardware notes: - PCB label: MCL, M1011 - Hitachi HD44860 @ ~800kHz (33K resistor) - LCD with custom segments, no sound -- comms jack for playing against another Bridge Computer +- comms jack for playing against another Diamond Bridge Computer TODO: - add comms port @@ -255,4 +255,4 @@ ROM_END *******************************************************************************/ // YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY, FULLNAME, FLAGS -SYST( 1987, dbridgec, 0, 0, dbridgec, dbridgec, dbridgec_state, empty_init, "Diamond", "Bridge Computer (Diamond)", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW | MACHINE_NODEVICE_LAN ) +SYST( 1987, dbridgec, 0, 0, dbridgec, dbridgec, dbridgec_state, empty_init, "Micro-Concepts", "Diamond Bridge Computer", MACHINE_SUPPORTS_SAVE | MACHINE_NO_SOUND_HW | MACHINE_NODEVICE_LAN ) diff --git a/src/mame/handheld/hh_hmcs40.cpp b/src/mame/handheld/hh_hmcs40.cpp index 39db0fd63bb..4a7f1b60e3d 100644 --- a/src/mame/handheld/hh_hmcs40.cpp +++ b/src/mame/handheld/hh_hmcs40.cpp @@ -88,7 +88,7 @@ known chips: *A13 HD44840 1982, CXG Computachess II *A14 HD44840 1982, CXG Computachess II / Advanced Portachess - B29 HD44860 1987, Diamond Bridge Computer -> handheld/dbridgec.cpp + B29 HD44860 1987, Micro-Concepts Diamond Bridge Computer -> handheld/dbridgec.cpp *B55 HD44860 1987, Saitek Pro Bridge 100 (have dump) *A04 HD44868 1984, SciSys Rapier -- cgit v1.2.3