mirror of
https://github.com/holub/mame
synced 2025-04-21 07:52:35 +03:00
dbridgec: correct company string
This commit is contained in:
parent
5d48e114bc
commit
cd3147a831
@ -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 )
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user