mirror of
https://github.com/holub/mame
synced 2025-10-08 17:37:56 +03:00
Added sc-3000 bit format to castool (nw)
This commit is contained in:
parent
a74a44751e
commit
057b4d4222
@ -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"},
|
||||||
|
Loading…
Reference in New Issue
Block a user