From afe2234e3709d7754bc4b8f26741bcb05f16888b Mon Sep 17 00:00:00 2001 From: cmitu <31816814+cmitu@users.noreply.github.com> Date: Sun, 9 Feb 2025 04:15:12 +0000 Subject: [PATCH] coco/dragon32: add .bin extension According to the docs: > a `.bin` is a DragonDOS or RS-DOS binary file. XRoar will determine which type it is from the header and load it into RAM, then tell the CPU to jump to its start (EXEC) address. --- platforms.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms.cfg b/platforms.cfg index f7e01cf1..fd6bab2a 100644 --- a/platforms.cfg +++ b/platforms.cfg @@ -46,7 +46,7 @@ c64_fullname="Commodore 64" channelf_exts=".bin .rom .zip .7z" channelf_fullname="Fairchild ChannelF" -coco_exts=".cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna" +coco_exts=".bin .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna" coco_fullname="TRS-80 Color Computer" coleco_exts=".bin .col .rom .zip" @@ -60,7 +60,7 @@ crvision_fullname="CreatiVision" daphne_exts=".daphne .ogv" daphne_fullname="Daphne" -dragon32_exts=".cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna" +dragon32_exts=".bin .cas .wav .bas .asc .dmk .jvc .os9 .dsk .vdk .rom .ccc .sna" dragon32_fullname="Dragon 32" dreamcast_exts=".cdi .chd .cue .gdi .sh .zip .m3u"