mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
added tzx to the sc-3000 formats (#8592)
This commit is contained in:
parent
45d893eaa5
commit
1d819e186a
@ -9,6 +9,7 @@
|
|||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
|
|
||||||
#include "sc3000_bit.h"
|
#include "sc3000_bit.h"
|
||||||
|
#include "tzx_cas.h"
|
||||||
|
|
||||||
|
|
||||||
/***************************************************************************
|
/***************************************************************************
|
||||||
@ -98,4 +99,5 @@ const cassette_image::Format sc3000_bit_format =
|
|||||||
|
|
||||||
CASSETTE_FORMATLIST_START( sc3000_cassette_formats )
|
CASSETTE_FORMATLIST_START( sc3000_cassette_formats )
|
||||||
CASSETTE_FORMAT(sc3000_bit_format)
|
CASSETTE_FORMAT(sc3000_bit_format)
|
||||||
|
CASSETTE_FORMAT(tzx_cassette_format)
|
||||||
CASSETTE_FORMATLIST_END
|
CASSETTE_FORMATLIST_END
|
||||||
|
Loading…
Reference in New Issue
Block a user