diff --git a/hash/apple2_cass.xml b/hash/apple2_cass.xml new file mode 100644 index 00000000000..04bd4ed9e87 --- /dev/null +++ b/hash/apple2_cass.xml @@ -0,0 +1,56 @@ + + + + + + + Color Demosoft / Little Brickout + 1979 + Apple Computer, Inc. + + + + + + + + + + + + + + + + + Lords of Karma + 1980 + Microcomputer Games + + + + + + + + + + Startrek / Starwars + 1978 + Apple Computer, Inc. + + + + + + + + + + + + + + + + diff --git a/src/mame/drivers/apple2.cpp b/src/mame/drivers/apple2.cpp index 819bc39f388..33e4bc731d3 100644 --- a/src/mame/drivers/apple2.cpp +++ b/src/mame/drivers/apple2.cpp @@ -1398,9 +1398,11 @@ static MACHINE_CONFIG_START( apple2_common ) MCFG_A2BUS_SLOT_ADD(A2_BUS_TAG, "sl7", apple2_cards, nullptr) MCFG_SOFTWARE_LIST_ADD("flop525_list","apple2") + MCFG_SOFTWARE_LIST_ADD("cass_list", "apple2_cass") MCFG_CASSETTE_ADD(A2_CASSETTE_TAG) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED) + MCFG_CASSETTE_INTERFACE("apple2_cass") MACHINE_CONFIG_END static MACHINE_CONFIG_DERIVED( apple2, apple2_common )