mac128: re-promote drivers now that basic things all work [O. Galibert, AJR]

This commit is contained in:
arbee 2021-03-23 22:52:37 -04:00
parent 3d03805b4b
commit 338d719e9f

View File

@ -1414,13 +1414,13 @@ ROM_START( macclasc )
ROM_END ROM_END
/* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */ /* YEAR NAME PARENT COMPAT MACHINE INPUT CLASS INIT COMPANY FULLNAME */
//COMP( 1983, mactw, 0, 0, mac128k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh (4.3T Prototype)", MACHINE_NOT_WORKING ) //COMP( 1983, mactw, 0, 0, mac128k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh (4.3T Prototype)", MACHINE_SUPPORTS_SAVE )
COMP( 1984, mac128k, 0, 0, mac128k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 128k", MACHINE_NOT_WORKING ) COMP( 1984, mac128k, 0, 0, mac128k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 128k", MACHINE_SUPPORTS_SAVE )
COMP( 1984, mac512k, mac128k, 0, mac512k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 512k", MACHINE_NOT_WORKING ) COMP( 1984, mac512k, mac128k, 0, mac512k, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 512k", MACHINE_SUPPORTS_SAVE )
COMP( 1986, mac512ke, macplus, 0, mac512ke, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 512ke", MACHINE_NOT_WORKING ) COMP( 1986, mac512ke, macplus, 0, mac512ke, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh 512ke", MACHINE_SUPPORTS_SAVE )
COMP( 1985, unitron, macplus, 0, mac512ke, macplus, mac128_state, mac_driver_init, "bootleg (Unitron)", "Mac 512", MACHINE_NOT_WORKING ) COMP( 1985, unitron, macplus, 0, mac512ke, macplus, mac128_state, mac_driver_init, "bootleg (Unitron)", "Mac 512", MACHINE_SUPPORTS_SAVE )
COMP( 1986, macplus, 0, 0, macplus, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh Plus", MACHINE_NOT_WORKING ) COMP( 1986, macplus, 0, 0, macplus, macplus, mac128_state, mac_driver_init, "Apple Computer", "Macintosh Plus", MACHINE_SUPPORTS_SAVE )
COMP( 1985, utrn1024, macplus, 0, macplus, macplus, mac128_state, mac_driver_init, "bootleg (Unitron)", "Unitron 1024", MACHINE_NOT_WORKING ) COMP( 1985, utrn1024, macplus, 0, macplus, macplus, mac128_state, mac_driver_init, "bootleg (Unitron)", "Unitron 1024", MACHINE_SUPPORTS_SAVE )
COMP( 1987, macse, 0, 0, macse, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh SE", MACHINE_NOT_WORKING ) COMP( 1987, macse, 0, 0, macse, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh SE", MACHINE_SUPPORTS_SAVE )
COMP( 1987, macsefd, 0, 0, macsefd, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh SE (FDHD)", MACHINE_NOT_WORKING ) COMP( 1987, macsefd, 0, 0, macsefd, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh SE (FDHD)", MACHINE_SUPPORTS_SAVE )
COMP( 1990, macclasc, 0, 0, macclasc, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh Classic", MACHINE_NOT_WORKING ) COMP( 1990, macclasc, 0, 0, macclasc, macadb, mac128_state, mac_driver_init, "Apple Computer", "Macintosh Classic", MACHINE_SUPPORTS_SAVE )