From 67f30c15981080b007f02e80a4b631858f75df44 Mon Sep 17 00:00:00 2001 From: ClawGrip Date: Mon, 11 Nov 2019 04:29:20 +0100 Subject: New clones marked as NOT_WORKING (#5891) * New clones marked as NOT_WORKING -------------------------------- PreComputer 2000 (Spain) [ClawGrip] * Add "pc2000s" (nw) * Forgot to add the parent (nw) --- src/mame/drivers/pc2000.cpp | 7 +++++++ src/mame/mame.lst | 1 + 2 files changed, 8 insertions(+) diff --git a/src/mame/drivers/pc2000.cpp b/src/mame/drivers/pc2000.cpp index cdb51981fb5..bd69cabfd55 100644 --- a/src/mame/drivers/pc2000.cpp +++ b/src/mame/drivers/pc2000.cpp @@ -10,6 +10,7 @@ - fix MisterX LCD - MisterX bankswitch - dump the chargen + - change PC2000 to use a SED1278F-0B instead of an HD44780 (different charset) **************************************************************************** @@ -1017,6 +1018,11 @@ ROM_START( pc2000 ) ROM_LOAD( "lh532hee_9344_d.u4", 0x000000, 0x040000, CRC(0b03bf33) SHA1(cb344b94b14975c685041d3e669f386e8a21909f)) ROM_END +ROM_START( pc2000s ) + ROM_REGION( 0x40000, "bios", 0 ) + ROM_LOAD( "lh531h74_9527_d.u4", 0x000000, 0x040000, CRC(b729d10a) SHA1(b0260649c9337f3cdf0fe619e6c8fa50f7b4803a)) +ROM_END + ROM_START( gl2000 ) ROM_REGION( 0x40000, "bios", 0 ) ROM_LOAD( "lh532hez_9416_d.bin", 0x000000, 0x040000, CRC(532f219e) SHA1(4044f0cf098087af4cc9d1b2a80c3c9ec06f154e)) @@ -1100,6 +1106,7 @@ COMP( 1988, pc1000, 0, 0, pc1000, pc1000, pc1000_state, empty_ini COMP( 1988, misterx, 0, 0, misterx, pc1000, pc1000_state, empty_init, "Video Technology / Yeno", "MisterX", MACHINE_NOT_WORKING ) COMP( 1988, ordisava, 0, 0, pc1000, pc1000, pc1000_state, empty_init, "Video Technology", "Ordisavant (France)", MACHINE_NOT_WORKING ) COMP( 1993, pc2000, 0, 0, pc2000, pc2000, pc2000_state, empty_init, "Video Technology", "PreComputer 2000", MACHINE_NOT_WORKING ) +COMP( 1993, pc2000s, pc2000, 0, pc2000, pc2000, pc2000_state, empty_init, "Video Technology", "PreComputer 2000 (Spain)", MACHINE_NOT_WORKING ) COMP( 1993, gl2000, 0, 0, gl2000, pc2000, pc2000_state, empty_init, "Video Technology", "Genius Leader 2000", MACHINE_NOT_WORKING ) COMP( 1994, gl2000c, gl2000, 0, gl2000, pc2000, pc2000_state, empty_init, "Video Technology", "Genius Leader 2000 Compact", MACHINE_NOT_WORKING ) COMP( 1995, gl2000p, gl2000, 0, gl2000, pc2000, pc2000_state, empty_init, "Video Technology", "Genius Leader 2000 Plus", MACHINE_NOT_WORKING ) diff --git a/src/mame/mame.lst b/src/mame/mame.lst index afa94dafe91..01b61cbac6c 100644 --- a/src/mame/mame.lst +++ b/src/mame/mame.lst @@ -31876,6 +31876,7 @@ misterx // 1988 (Yeno) MisterX ordisava // 1988 Ordisavant (France) pc1000 // 1988 PreComputer 1000 pc2000 // 1993 PreComputer 2000 +pc2000s // 1993 PreComputer 2000 (Spain) @source:pc4.cpp pc4 // -- cgit v1.2.3