summaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
author Robbbert <robbbert@users.noreply.github.com>2014-01-07 06:00:55 +0000
committer Robbbert <robbbert@users.noreply.github.com>2014-01-07 06:00:55 +0000
commit1c89f1903d6d079f472f9d2ecfc28e9691f8bf40 (patch)
tree35dabcf98bf8f92c6c87f69e6a05c5ec25d5a97f /src
parent7456774f36b41647b2b1c1dc7e43e390e64bcbe4 (diff)
(MESS) New not-working system [MooglyGuy, Smitdogg, The Dumping Union, TeamEurope]
---------------------------------- IQ Unlimited out of whatsnew: This is the original Z80 version, not the same as the 680x0 system added recently.
Diffstat (limited to 'src')
-rw-r--r--src/mess/drivers/pc2000.c22
-rw-r--r--src/mess/mess.lst3
2 files changed, 17 insertions, 8 deletions
diff --git a/src/mess/drivers/pc2000.c b/src/mess/drivers/pc2000.c
index 722491a0ae4..020e1cd03d0 100644
--- a/src/mess/drivers/pc2000.c
+++ b/src/mess/drivers/pc2000.c
@@ -620,7 +620,7 @@ ROM_START( gl2000p )
ROM_CART_LOAD( "cart", 0, 0x40000, 0 )
ROM_END
-ROM_START( gln )
+ROM_START( gln ) // not Z80 code
ROM_REGION( 0x80000, "bios", 0 )
ROM_LOAD( "27-5308-00_9524_d.bin", 0x000000, 0x080000, CRC(d1b994ee) SHA1(b5cf0810df0676712e4f30e279cc46c19b4277dd))
@@ -635,11 +635,19 @@ ROM_START( misterx )
ROM_REGION( 0x40000, "cart", ROMREGION_ERASEFF )
ROM_END
+ROM_START( iqunlimz )
+ ROM_REGION( 0x80000, "bios", 0 )
+ ROM_LOAD( "vtech.bin", 0x000000, 0x080000, CRC(f100c8a7) SHA1(6ad2a8accae2dd5c5c46ae953eef33cdd1ea3cf9) )
+
+ ROM_REGION( 0x40000, "cart", ROMREGION_ERASEFF )
+ROM_END
+
/* Driver */
-/* YEAR NAME PARENT COMPAT MACHINE INPUT INIT COMPANY FULLNAME FLAGS */
-COMP( 1988, misterx, 0, 0, misterx, pc1000, driver_device, 0, "Video Technology / Yeno", "MisterX", GAME_NOT_WORKING)
-COMP( 1993, pc2000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "PreComputer 2000", GAME_NOT_WORKING)
-COMP( 1993, gl2000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 2000", GAME_NOT_WORKING)
-COMP( 1993, gl2000p, gl2000, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 2000 Plus", GAME_NOT_WORKING)
-COMP( 199?, gln, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader Notebook", GAME_NOT_WORKING)
+/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME FLAGS */
+COMP( 1988, misterx, 0, 0, misterx, pc1000, driver_device, 0, "Video Technology / Yeno", "MisterX", GAME_NOT_WORKING)
+COMP( 1993, pc2000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "PreComputer 2000", GAME_NOT_WORKING)
+COMP( 1993, gl2000, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 2000", GAME_NOT_WORKING)
+COMP( 1993, gl2000p, gl2000, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader 2000 Plus", GAME_NOT_WORKING)
+COMP( 199?, gln, 0, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "Genius Leader Notebook", GAME_NOT_WORKING)
+COMP( 1991, iqunlimz, gl2000, 0, pc2000, pc2000, driver_device, 0, "Video Technology", "IQ Unlimited (Z80)", GAME_NOT_WORKING)
diff --git a/src/mess/mess.lst b/src/mess/mess.lst
index 33e2ef0fcb9..ae36fa9d2c6 100644
--- a/src/mess/mess.lst
+++ b/src/mess/mess.lst
@@ -1217,7 +1217,8 @@ gl2000 // 1993 Genius Leader 2000
gl2000p // 1993 Genius Leader 2000 Plus
gln // 199? Genius Leader Notebook
itunlim // 199? IT Unlimited
-iqunlim // 199? IQ Unlimited
+iqunlim // 199? IQ Unlimited (680x0)
+iqunlimz // 1991 IQ Unlimited (Z80)
gl3000s // 199? Genius GL3000S
glmmc // 199? Genius Master Mega Color