Previous 199869 Revisions Next

r24005 Saturday 29th June, 2013 at 18:49:07 UTC by R. Belmont
it's not possible to emulate powermacs due to modernized 68k, RIP that project (nw)
[src/mess]mess.lst
[src/mess/drivers]mac.c

trunk/src/mess/mess.lst
r24004r24005
503503maciivx // 1993 Apple Macintosh IIvx
504504maciivi // 1993 Apple Macintosh IIvi
505505maclc520    // 1993 Apple Macintosh LC 520
506pmac6100  // 1994 Apple Power Macintosh 6100
507506
508507// Atari
509508a400      // 1979 Atari 400
trunk/src/mess/drivers/mac.c
r24004r24005
785785   AM_RANGE(0xf9800000, 0xf98001ff) AM_READWRITE(dafb_r, dafb_w)
786786   AM_RANGE(0xf9800200, 0xf980023f) AM_READWRITE(dafb_dac_r, dafb_dac_w)
787787ADDRESS_MAP_END
788
788#if 0
789789static ADDRESS_MAP_START(pwrmac_map, AS_PROGRAM, 64, mac_state )
790790   AM_RANGE(0x00000000, 0x007fffff) AM_RAM // 8 MB standard
791791
r24004r24005
811811
812812   AM_RANGE(0xffc00000, 0xffffffff) AM_ROM AM_REGION("bootrom", 0)
813813ADDRESS_MAP_END
814
814#endif
815815/***************************************************************************
816816    DEVICE CONFIG
817817***************************************************************************/
r24004r24005
15701570   MCFG_QUANTUM_PERFECT_CPU("maincpu")
15711571MACHINE_CONFIG_END
15721572
1573#if 0
15731574static MACHINE_CONFIG_START( pwrmac, mac_state )
15741575
15751576   /* basic machine hardware */
r24004r24005
16171618
16181619   MCFG_CUDA_ADD(CUDA_341S0060, mac_cuda_interface)
16191620MACHINE_CONFIG_END
1621#endif
16201622
16211623static MACHINE_CONFIG_START( macqd700, mac_state )
16221624   /* basic machine hardware */
r24004r24005
21792181COMP( 1993, maciivx,  0,        0,  maciivx,  maciici, mac_state,  maciivx,   "Apple Computer", "Macintosh IIvx", GAME_IMPERFECT_SOUND )
21802182COMP( 1993, maciivi,  maciivx,  0,  maciivi,  maciici, mac_state,  maciivx,   "Apple Computer", "Macintosh IIvi", GAME_IMPERFECT_SOUND )
21812183COMP( 1993, maclc520, 0,        0,  maclc520, maciici, mac_state,  maclc520,     "Apple Computer", "Macintosh LC 520",  GAME_NOT_WORKING )
2182COMP( 1994, pmac6100, 0,        0,  pwrmac,   macadb, mac_state,   macpm6100,     "Apple Computer", "Power Macintosh 6100/60",  GAME_NOT_WORKING | GAME_NO_SOUND )
2184//COMP( 1994, pmac6100, 0,        0,  pwrmac,   macadb, mac_state,   macpm6100,     "Apple Computer", "Power Macintosh 6100/60",  GAME_NOT_WORKING | GAME_NO_SOUND )

Previous 199869 Revisions Next


© 1997-2024 The MAME Team