Previous 199869 Revisions Next

r26329 Thursday 21st November, 2013 at 10:25:31 UTC by Robbbert
(MESS) New working system   [ ]
------------------------------------

VTech IT Unlimited (Team Europe)


(out of whatsnew) someone needs to check if it actually is fully working.
[src/mess]mess.lst
[src/mess/drivers]geniusiq.c

trunk/src/mess/mess.lst
r26328r26329
12081208gl2000 // 1993 Genius Leader 2000
12091209gl2000p // 1993 Genius Leader 2000 Plus
12101210gln // 199? Genius Leader Notebook
1211itunlim  // 199? IT Unlimited
12111212
12121213// Tangerine
12131214microtan  // 1979 Microtan 65
trunk/src/mess/drivers/geniusiq.c
r26328r26329
832832   ROM_LOAD( "27-6296-0-0.u3", 0x000, 0x800, NO_DUMP )
833833ROM_END
834834
835ROM_START( itunlim )
836   ROM_REGION(0x200000, "maincpu", 0)
837   ROM_LOAD( "27-06124-002.u3", 0x000000, 0x200000, CRC(0c0753ce) SHA1(d22504d583ca8d6a9d2f56fbaa3e1d52c442a1e9) )
838
839   ROM_REGION(0x100000, "cart", ROMREGION_ERASEFF)
840ROM_END
841
835842/* Driver */
836843
837844/*    YEAR  NAME        PARENT          COMPAT MACHINE   INPUT        INIT                COMPANY             FULLNAME                  FLAGS */
r26328r26329
839846COMP( 1997, iq128_fr,   iq128,          0,    iq128,     geniusiq,    driver_device,  0,  "Video Technology", "Genius IQ 128 (France)", GAME_NOT_WORKING | GAME_NO_SOUND)
840847COMP( 1998, iqtv512,    0,              0,    iqtv512,   geniusiq_de, driver_device,  0,  "Video Technology", "Genius IQ TV 512 (Germany)", GAME_NOT_WORKING | GAME_NO_SOUND)
841848COMP( 1999, gl8008cx,   0,              0,    gl8008cx,  gl8008cx,    driver_device,  0,  "Video Technology", "Genius Leader 8008 CX (Germany)", GAME_IS_SKELETON)
849COMP( 1998, itunlim,    0,              0,    iq128,     geniusiq_de, driver_device,  0,  "Video Technology", "Vtech IT Unlimited (UK)", GAME_NO_SOUND)

Previous 199869 Revisions Next


© 1997-2024 The MAME Team