diff --git a/hash/spc1500_cass.xml b/hash/spc1500_cass.xml new file mode 100644 index 00000000000..45d039d8309 --- /dev/null +++ b/hash/spc1500_cass.xml @@ -0,0 +1,51 @@ + + + + + + + + SPC1500 Demo + 198? + Samsung + + + + + + + + + SPC1500 Demo (Alt) + 198? + Samsung + + + + + + + + + Galaga + 198? + <unknown> + + + + + + + + + Lode Runner + 198? + <unknown> + + + + + + + + \ No newline at end of file diff --git a/src/mame/drivers/spc1000.cpp b/src/mame/drivers/spc1000.cpp index 3040fad5bf7..e29615835a4 100644 --- a/src/mame/drivers/spc1000.cpp +++ b/src/mame/drivers/spc1000.cpp @@ -490,6 +490,7 @@ static MACHINE_CONFIG_START( spc1000, spc1000_state ) MCFG_CASSETTE_ADD("cassette") MCFG_CASSETTE_FORMATS(spc1000_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_ENABLED | CASSETTE_MOTOR_DISABLED) + MCFG_CASSETTE_INTERFACE("spc1000_cass") MCFG_SOFTWARE_LIST_ADD("cass_list", "spc1000_cass") diff --git a/src/mame/drivers/spc1500.cpp b/src/mame/drivers/spc1500.cpp index 11b9c4a48e4..dad393b34bf 100644 --- a/src/mame/drivers/spc1500.cpp +++ b/src/mame/drivers/spc1500.cpp @@ -944,6 +944,7 @@ static MACHINE_CONFIG_START( spc1500, spc1500_state ) MCFG_CASSETTE_ADD("cassette") MCFG_CASSETTE_FORMATS(spc1000_cassette_formats) MCFG_CASSETTE_DEFAULT_STATE(CASSETTE_STOPPED | CASSETTE_SPEAKER_MUTED | CASSETTE_MOTOR_DISABLED) + MCFG_CASSETTE_INTERFACE("spc1500_cass") MCFG_SOFTWARE_LIST_ADD("cass_list", "spc1500_cass")