diff options
author | 2024-07-17 23:01:04 -0400 | |
---|---|---|
committer | 2024-07-17 23:01:04 -0400 | |
commit | 5fd57331a71f31aa700ea9a7bb8feaec141e5654 (patch) | |
tree | 888cdf795f2b3ed9ec65307c9887c1341f2483d1 | |
parent | c6c302f924c2bc7750f455b766a694de823f104d (diff) |
apple/macquadra700.cpp: Temporarily comment out a new software list that isn't ready yet. [R. Belmont]
-rw-r--r-- | src/mame/apple/macquadra700.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/apple/macquadra700.cpp b/src/mame/apple/macquadra700.cpp index b64878ded04..31a9f52b9eb 100644 --- a/src/mame/apple/macquadra700.cpp +++ b/src/mame/apple/macquadra700.cpp @@ -830,7 +830,7 @@ void eclipse_state::via2_out_b_q900(u8 data) SOFTWARE_LIST(config, "hdd_list").set_original("mac_hdd"); SOFTWARE_LIST(config, "cd_list").set_original("mac_cdrom").set_filter("MC68040"); - SOFTWARE_LIST(config, "cd_apple_dev").set_original("apple_devcd"); + // SOFTWARE_LIST(config, "cd_apple_dev").set_original("apple_devcd"); SOFTWARE_LIST(config, "flop_mac35_orig").set_original("mac_flop_orig"); SOFTWARE_LIST(config, "flop_mac35_clean").set_original("mac_flop_clcracked"); SOFTWARE_LIST(config, "flop35_list").set_original("mac_flop"); |