Skip to content

Commit 9273e4b

Browse files
author
Batocera (presence)
committed
register coco_cass software list for COCO/COCO3
1 parent e99ee80 commit 9273e4b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/mame/trs/coco12.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -563,6 +563,7 @@ void coco12_state::coco(machine_config &config)
563563

564564
// software lists
565565
SOFTWARE_LIST(config, "coco_cart_list").set_original("coco_cart").set_filter("COCO");
566+
SOFTWARE_LIST(config, "coco_cass_list").set_original("coco_cass").set_filter("COCO");
566567
SOFTWARE_LIST(config, "coco_flop_list").set_original("coco_flop").set_filter("COCO");
567568
SOFTWARE_LIST(config, "dragon_cart_list").set_compatible("dragon_cart");
568569

src/mame/trs/coco3.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ void coco3_state::coco3(machine_config &config)
328328

329329
// software lists
330330
SOFTWARE_LIST(config, "cart_list").set_original("coco_cart").set_filter("COCO3");
331-
331+
SOFTWARE_LIST(config, "cass_list").set_original("coco_cass").set_filter("COCO3");
332332
SOFTWARE_LIST(config, "flop_list").set_original("coco_flop").set_filter("COCO3");
333333
}
334334

0 commit comments

Comments
 (0)