From 6e15d298234a0d8140061b7a4be8c617f12c9690 Mon Sep 17 00:00:00 2001 From: Ivan Vangelista Date: Sun, 1 Jul 2018 10:52:39 +0200 Subject: new not working machine -------------------------------------- Boris - Electronic Chess Computer [TrevEB, Sean Riddle, The Dumping Union] --- src/mame/drivers/chesstrv.cpp | 9 +++++++++ src/mame/mame.lst | 1 + 2 files changed, 10 insertions(+) diff --git a/src/mame/drivers/chesstrv.cpp b/src/mame/drivers/chesstrv.cpp index db4a478c640..6ba3c3dc2c7 100644 --- a/src/mame/drivers/chesstrv.cpp +++ b/src/mame/drivers/chesstrv.cpp @@ -301,6 +301,14 @@ ROM_START( chesstrv ) ROM_REGION(0x0100, "ram", ROMREGION_ERASE) ROM_END +ROM_START( boris ) + ROM_REGION(0x0c00, "maincpu", 0) + ROM_LOAD("007-7020-00_c10502_korea.bin", 0x0000, 0x0800, CRC(18182870) SHA1(cb717a4b5269b04b0d7ae61aaf4a8f6a019626a5)) + ROM_LOAD("007-7021-00_c10503_korea.bin", 0x0800, 0x0400, CRC(49b77505) SHA1(474b665ee2955497f6d70878d817f1783ba1a835)) + + ROM_REGION(0x0100, "ram", ROMREGION_ERASE) +ROM_END + ROM_START( borisdpl ) ROM_REGION(0x0800, "maincpu", 0) ROM_LOAD("007-7024-00_7847.u8", 0x0000, 0x0800, CRC(e20bac03) SHA1(9e17b9d90522371fbf7018926356150f70b9a3b6)) @@ -311,4 +319,5 @@ ROM_END // YEAR NAME PARENT COMPAT MACHINE INPUT STATE INIT COMPANY FULLNAME FLAGS CONS( 1980, chesstrv, 0, 0, chesstrv, chesstrv, chesstrv_state, empty_init, "Acetronic", "Chess Traveller", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE ) +CONS( 1979, boris, 0, 0, borisdpl, borisdpl, borisdpl_state, empty_init, "Applied Concepts", "Boris - Electronic Chess Computer", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE ) CONS( 1979, borisdpl, 0, 0, borisdpl, borisdpl, borisdpl_state, empty_init, "Applied Concepts", "Boris Diplomat", MACHINE_NOT_WORKING | MACHINE_NO_SOUND_HW | MACHINE_SUPPORTS_SAVE ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index ce9c695ad08..bab649504c2 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -9664,6 +9664,7 @@ chessmsta // chessmstdm // @source:chesstrv.cpp +boris // borisdpl // chesstrv // -- cgit v1.2.3