Added sc-3000 bit format to castool (nw)

This commit is contained in:
Miodrag Milanovic 2014-05-29 06:24:44 +00:00
parent a74a44751e
commit 057b4d4222

View File

@ -39,6 +39,7 @@
#include "formats/pmd_cas.h" #include "formats/pmd_cas.h"
#include "formats/primoptp.h" #include "formats/primoptp.h"
#include "formats/rk_cas.h" #include "formats/rk_cas.h"
#include "formats/sc3000_bit.h"
#include "formats/sord_cas.h" #include "formats/sord_cas.h"
#include "formats/svi_cas.h" #include "formats/svi_cas.h"
#include "formats/thom_cas.h" #include "formats/thom_cas.h"
@ -87,6 +88,7 @@ const struct SupportedCassetteFormats formats[] = {
{"rka", rka_cassette_formats ,"Apogee"}, {"rka", rka_cassette_formats ,"Apogee"},
{"rkm", rkm_cassette_formats ,"Mikrosha"}, {"rkm", rkm_cassette_formats ,"Mikrosha"},
{"rkp", rkp_cassette_formats ,"Partner"}, {"rkp", rkp_cassette_formats ,"Partner"},
{"sc3000", sc3000_cassette_formats ,"Sega SC-3000"},
{"sordm5", sordm5_cassette_formats ,"Sord M5"}, {"sordm5", sordm5_cassette_formats ,"Sord M5"},
{"svi", svi_cassette_formats ,"SVI"}, {"svi", svi_cassette_formats ,"SVI"},
{"to7", to7_cassette_formats ,"Thomson TO"}, {"to7", to7_cassette_formats ,"Thomson TO"},