Previous 199869 Revisions Next

r19562 Saturday 15th December, 2012 at 04:31:55 UTC by R. Belmont
(MESS) New clones added
-----------------------
ASEM AM 64 [Museo Dell'Informatica Funzionante]
[src/mess]mess.lst
[src/mess/drivers]apple2.c

trunk/src/mess/mess.lst
r19561r19562
443443agat7    // Agat-7
444444agat9    // Agat-9
445445space84 // 1985 IBS/ComputerTechnik Space 84
446am64   // 1985 ASEM AM 64 (motherboard is marked AM-100 but it boots as "AM 64")
446447
447448//  Lisa   January    1983
448449//  Lisa 2   January  1984
trunk/src/mess/drivers/apple2.c
r19561r19562
10901090    ROM_LOAD( "space84_f.bin", 0x3000, 0x1000, CRC(4e741069) SHA1(ca1f16da9fb40e966ee4a899964cd6a7e140ab50))
10911091ROM_END
10921092
1093ROM_START(am64)
1094   ROM_REGION(0x2000,"gfx1",0)
1095    ROM_LOAD( "gm-2716.bin",  0x0000, 0x0800, CRC(863e657f) SHA1(cc954204c503bc545ec0d08862483aaad83805d5) )
1096
1097   ROM_REGION(0x4700,"maincpu",0)
1098    ROM_LOAD( "am64-27128.bin", 0x0000, 0x4000, CRC(f25cdc7b) SHA1(235e72b77695938a9df8781f5bea3cbbbe1f4c76) )
1099
1100    ROM_REGION(0x2000, "spares", 0)
1101    // parallel card ROM
1102    ROM_LOAD( "ap-2716.bin",  0x0000, 0x0800, CRC(c6990f08) SHA1(e7daf63639234e46738a4d78a49287d11ccaf537) )
1103    // i8048 keyboard MCU ROM
1104    ROM_LOAD( "tk10.bin",     0x0800, 0x0800, CRC(a06c5b78) SHA1(27c5160b913e0f62120f384026d24b9f1acb6970) )
1105ROM_END
1106
1107
10931108/*    YEAR  NAME      PARENT    COMPAT    MACHINE      INPUT     INIT      COMPANY            FULLNAME */
10941109COMP( 1977, apple2,   0,        0,        apple2,      apple2, driver_device,   0,        "Apple Computer",    "Apple ][", GAME_SUPPORTS_SAVE )
10951110COMP( 1979, apple2p,  apple2,   0,        apple2p,      apple2p, driver_device,  0,        "Apple Computer",    "Apple ][+", GAME_SUPPORTS_SAVE )
r19561r19562
11151130COMP( 1983, agat7,    apple2,   0,        apple2p,     apple2p, driver_device,  0,        "Agat",              "Agat-7", GAME_NOT_WORKING) // disk controller ROM JSRs to $FCA8 which is a delay on apple II, illegal instruction crash here :(
11161131COMP( 1984, agat9,    apple2,   0,        apple2p,     apple2p, driver_device,  0,        "Agat",              "Agat-9", GAME_NOT_WORKING)
11171132COMP( 1985, space84,  apple2,   0,        space84,      apple2p, driver_device,  0,        "ComputerTechnik/IBS",  "Space 84",   GAME_NOT_WORKING )
1133COMP( 1985, am64,     apple2,   0,        space84,      apple2p, driver_device,  0,        "ASEM",              "AM 64",   GAME_SUPPORTS_SAVE )
11181134

Previous 199869 Revisions Next


© 1997-2024 The MAME Team