trunk/src/mame/drivers/mac.c
| r250151 | r250152 | |
| 765 | 765 | // fc4003da bit 3 is VBL |
| 766 | 766 | AM_RANGE(0xfcff8000, 0xfcffffff) AM_ROM AM_REGION("vrom", 0x0000) |
| 767 | 767 | ADDRESS_MAP_END |
| 768 | | #if 0 |
| 768 | |
| 769 | 769 | static ADDRESS_MAP_START(macpd210_map, AS_PROGRAM, 32, mac_state ) |
| 770 | 770 | AM_RANGE(0x40000000, 0x400fffff) AM_ROM AM_REGION("bootrom", 0) AM_MIRROR(0x0ff00000) |
| 771 | 771 | |
| r250151 | r250152 | |
| 784 | 784 | |
| 785 | 785 | AM_RANGE(0x60000000, 0x6001ffff) AM_RAM AM_SHARE("vram") AM_MIRROR(0x0ffe0000) |
| 786 | 786 | ADDRESS_MAP_END |
| 787 | | #endif |
| 787 | |
| 788 | 788 | static ADDRESS_MAP_START(quadra700_map, AS_PROGRAM, 32, mac_state ) |
| 789 | 789 | AM_RANGE(0x40000000, 0x400fffff) AM_ROM AM_REGION("bootrom", 0) AM_MIRROR(0x0ff00000) |
| 790 | 790 | |
| r250151 | r250152 | |
| 1672 | 1672 | MCFG_RAM_DEFAULT_SIZE("4M") |
| 1673 | 1673 | MCFG_RAM_EXTRA_OPTIONS("8M,12M,16M") |
| 1674 | 1674 | MACHINE_CONFIG_END |
| 1675 | | #if 0 |
| 1675 | |
| 1676 | 1676 | static MACHINE_CONFIG_DERIVED( macpd210, macpb160 ) |
| 1677 | 1677 | MCFG_CPU_REPLACE("maincpu", M68030, 25000000) |
| 1678 | 1678 | MCFG_CPU_PROGRAM_MAP(macpd210_map) |
| r250151 | r250152 | |
| 1681 | 1681 | MCFG_RAM_DEFAULT_SIZE("4M") |
| 1682 | 1682 | MCFG_RAM_EXTRA_OPTIONS("8M,12M,16M,20M,24M") |
| 1683 | 1683 | MACHINE_CONFIG_END |
| 1684 | | #endif |
| 1684 | |
| 1685 | 1685 | static MACHINE_CONFIG_DERIVED( macclas2, maclc ) |
| 1686 | 1686 | MCFG_CPU_REPLACE("maincpu", M68030, C15M) |
| 1687 | 1687 | MCFG_CPU_PROGRAM_MAP(maclc_map) |
| r250151 | r250152 | |
| 2430 | 2430 | ROM_REGION32_BE(0x100000, "bootrom", 0) |
| 2431 | 2431 | ROM_LOAD( "ecd99dc0.rom", 0x000000, 0x100000, CRC(c84c3aa5) SHA1(fd9e852e2d77fe17287ba678709b9334d4d74f1e) ) |
| 2432 | 2432 | ROM_END |
| 2433 | | /* |
| 2433 | |
| 2434 | 2434 | ROM_START( macpd210 ) |
| 2435 | | ROM_REGION32_BE(0x100000, "bootrom", 0) |
| 2436 | | ROM_LOAD( "ecfa989b.rom", 0x000000, 0x100000, CRC(b86ed854) SHA1(ed1371c97117a5884da4a6605ecfc5abed48ae5a) ) |
| 2435 | ROM_REGION32_BE(0x100000, "bootrom", 0) |
| 2436 | ROM_LOAD( "ecfa989b.rom", 0x000000, 0x100000, CRC(b86ed854) SHA1(ed1371c97117a5884da4a6605ecfc5abed48ae5a) ) |
| 2437 | 2437 | ROM_END |
| 2438 | | */ |
| 2439 | 2438 | |
| 2440 | 2439 | ROM_START( maclc520 ) |
| 2441 | 2440 | ROM_REGION32_BE(0x100000, "bootrom", 0) |
| r250151 | r250152 | |
| 2473 | 2472 | COMP( 1992, macpb160, 0, 0, macpb160, macadb, mac_state, macpb160, "Apple Computer", "Macintosh PowerBook 160", MACHINE_NOT_WORKING ) |
| 2474 | 2473 | COMP( 1992, macpb180, macpb160, 0, macpb180, macadb, mac_state, macpb160, "Apple Computer", "Macintosh PowerBook 180", MACHINE_NOT_WORKING ) |
| 2475 | 2474 | COMP( 1992, macpb180c,macpb160, 0, macpb180c,macadb, mac_state, macpb160, "Apple Computer", "Macintosh PowerBook 180c", MACHINE_NOT_WORKING ) |
| 2476 | | //COMP( 1992, macpd210, 0, 0, macpd210, macadb, mac_state, macpd210, "Apple Computer", "Macintosh PowerBook Duo 210", MACHINE_NOT_WORKING ) |
| 2475 | COMP( 1992, macpd210, 0, 0, macpd210, macadb, mac_state, macpd210, "Apple Computer", "Macintosh PowerBook Duo 210", MACHINE_NOT_WORKING ) |
| 2477 | 2476 | COMP( 1993, maccclas, 0, 0, maccclas, macadb, mac_state, maclrcclassic,"Apple Computer", "Macintosh Color Classic", MACHINE_NOT_WORKING ) |
| 2478 | 2477 | COMP( 1992, macpb145b,macpb140, 0, macpb170, macadb, mac_state, macpb140, "Apple Computer", "Macintosh PowerBook 145B", MACHINE_NOT_WORKING ) |
| 2479 | 2478 | COMP( 1993, maclc3, 0, 0, maclc3, maciici, mac_state, maclc3, "Apple Computer", "Macintosh LC III", MACHINE_IMPERFECT_SOUND ) |