From 057b4d42224e1805dda90c712e2cb853ad479875 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Thu, 29 May 2014 06:24:44 +0000 Subject: [PATCH] Added sc-3000 bit format to castool (nw) --- src/mess/tools/castool/main.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mess/tools/castool/main.c b/src/mess/tools/castool/main.c index d29ba64f3ff..410a4f6a3ca 100644 --- a/src/mess/tools/castool/main.c +++ b/src/mess/tools/castool/main.c @@ -39,6 +39,7 @@ #include "formats/pmd_cas.h" #include "formats/primoptp.h" #include "formats/rk_cas.h" +#include "formats/sc3000_bit.h" #include "formats/sord_cas.h" #include "formats/svi_cas.h" #include "formats/thom_cas.h" @@ -87,6 +88,7 @@ const struct SupportedCassetteFormats formats[] = { {"rka", rka_cassette_formats ,"Apogee"}, {"rkm", rkm_cassette_formats ,"Mikrosha"}, {"rkp", rkp_cassette_formats ,"Partner"}, + {"sc3000", sc3000_cassette_formats ,"Sega SC-3000"}, {"sordm5", sordm5_cassette_formats ,"Sord M5"}, {"svi", svi_cassette_formats ,"SVI"}, {"to7", to7_cassette_formats ,"Thomson TO"},