Previous 199869 Revisions Next

r31621 Tuesday 12th August, 2014 at 01:53:16 UTC by R. Belmont
(MESS) apple2: add possible Laser 128EX2 ROM pending future work on that series [R. Belmont]
[src/mess]mess.lst
[src/mess/drivers]apple2.c

trunk/src/mess/mess.lst
r31620r31621
473473ace100  // ??? 1982 Franklin Ace 100
474474laser128  // ??? 1987 Laser 128
475475las128ex  // ??? 1988 Laser 128 EX
476las128e2  // ??? Laser 128 EX2
476477ivelultr  // Ivasim Ivel Ultra
477478agat7    // Agat-7
478479agat9    // Agat-9
trunk/src/mess/drivers/apple2.c
r31620r31621
12641264   MCFG_A2BUS_ONBOARD_ADD("a2bus", "sl4", A2BUS_LASER128, NULL)
12651265   MCFG_A2BUS_ONBOARD_ADD("a2bus", "sl5", A2BUS_LASER128, NULL)
12661266   MCFG_A2BUS_ONBOARD_ADD("a2bus", "sl6", A2BUS_LASER128, NULL)
1267//    MCFG_A2BUS_ONBOARD_ADD("a2bus", "sl7", A2BUS_LASER128, NULL)
1267    MCFG_A2BUS_ONBOARD_ADD("a2bus", "sl7", A2BUS_LASER128, NULL)
12681268MACHINE_CONFIG_END
12691269
12701270static MACHINE_CONFIG_DERIVED( space84, apple2p )
r31620r31621
16001600   ROM_LOAD( "342-0132-c.e12", 0x000, 0x800, BAD_DUMP CRC(e47045f4) SHA1(12a2e718f5f4acd69b6c33a45a4a940b1440a481) ) // need to dump real laser rom
16011601ROM_END
16021602
1603ROM_START(las128e2)
1604   ROM_REGION(0x2000,"gfx1",0)
1605   ROM_LOAD ( "341-0265-a.chr", 0x0000, 0x1000, BAD_DUMP CRC(2651014d) SHA1(b2b5d87f52693817fc747df087a4aa1ddcdb1f10)) // need to dump real laser rom
1606   ROM_LOAD ( "341-0265-a.chr", 0x1000, 0x1000, BAD_DUMP CRC(2651014d) SHA1(b2b5d87f52693817fc747df087a4aa1ddcdb1f10)) // need to dump real laser rom
1607
1608   ROM_REGION(0x8000,"maincpu",0)
1609   ROM_LOAD( "laser 128ex2 rom version 6.1.bin", 0x000000, 0x008000, CRC(7f911c90) SHA1(125754c1bd777d4c510f5239b96178c6f2e3236b) )
1610
1611   ROM_REGION( 0x800, "keyboard", ROMREGION_ERASE00 )
1612   ROM_LOAD( "342-0132-c.e12", 0x000, 0x800, BAD_DUMP CRC(e47045f4) SHA1(12a2e718f5f4acd69b6c33a45a4a940b1440a481) ) // need to dump real laser rom
1613ROM_END
1614
16031615#if 0
16041616ROM_START(las128e2)
16051617   ROM_REGION(0x2000,"gfx1",0)
r31620r31621
17081720COMP( 1989, prav8c,   apple2c,  0,        apple2c,     apple2e, driver_device,  0,        "Pravetz",           "Pravetz 8C", GAME_NOT_WORKING | GAME_SUPPORTS_SAVE )
17091721COMP( 1987, laser128, apple2c,  0,        laser128,    apple2e, driver_device,  0,        "Video Technology",  "Laser 128 (version 4.2)", GAME_NOT_WORKING )
17101722COMP( 1988, las128ex, apple2c,  0,        laser128,    apple2e, driver_device,  0,        "Video Technology",  "Laser 128ex (version 4.5)", GAME_NOT_WORKING )
1711// TODO: add laser128ex2
1723COMP( 1988, las128e2, apple2c,  0,        laser128,    apple2e, driver_device, 0,        "Video Technology",  "Laser 128ex2 (version 6.1)", GAME_NOT_WORKING )
17121724COMP( 1985, apple2c0, apple2c,  0,        apple2c_iwm, apple2e, driver_device,  0,        "Apple Computer",    "Apple //c (UniDisk 3.5)", GAME_SUPPORTS_SAVE )
17131725COMP( 1986, apple2c3, apple2c,  0,        apple2c_iwm, apple2e, driver_device,  0,        "Apple Computer",    "Apple //c (Original Memory Expansion)", GAME_SUPPORTS_SAVE )
17141726COMP( 1986, apple2c4, apple2c,  0,        apple2c_iwm, apple2e, driver_device,  0,        "Apple Computer",    "Apple //c (rev 4)", GAME_NOT_WORKING )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team