diff options
| author | 2017-08-31 04:53:13 -0700 | |
|---|---|---|
| committer | 2017-08-31 07:53:13 -0400 | |
| commit | c7304df30a030506ed4479abf8d129ccd2c9920b (patch) | |
| tree | f76d09c6376dbd356705adcce343acde095483d5 /src | |
| parent | c64933be0e4ecc53569c7d11e3ebf80bd18e54c1 (diff) | |
add apple2_cass softlist (#2605)
Create apple2_cass softlist
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/apple2.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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 ) |
