diff options
author | 2019-08-04 15:48:18 -0400 | |
---|---|---|
committer | 2019-08-04 15:48:18 -0400 | |
commit | 16b1ed88f69c1b61b947584ccf113fedb298b721 (patch) | |
tree | 3460ee727f773c9e63fe93dc6dd330a09ee31796 /src | |
parent | dc35777d8d88bdac6414a424bd8eaea93376e7d6 (diff) | |
parent | 158c6f0bce65696455ba07fcbfdffdf040d881dd (diff) |
continued Spectrum list work [see previous credits] (#5406)
* continued Spectrum list work [see previous credits] (NOT YET READY TO MERGE)
* Betadisc / TR-Dos floppy start (nw)
* casing (nw)
Diffstat (limited to 'src')
-rw-r--r-- | src/mame/drivers/pentagon.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/drivers/pentagon.cpp b/src/mame/drivers/pentagon.cpp index 54ee980e21a..843baee0a1d 100644 --- a/src/mame/drivers/pentagon.cpp +++ b/src/mame/drivers/pentagon.cpp @@ -305,6 +305,7 @@ void pentagon_state::pentagon(machine_config &config) config.device_remove("exp"); SOFTWARE_LIST(config, "cass_list_pen").set_original("pentagon_cass"); + SOFTWARE_LIST(config, "betadisc_list").set_original("spectrum_betadisc_flop"); } void pentagon_state::pent1024(machine_config &config) |