mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
15 lines
348 B
C
15 lines
348 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Robbbert
|
|
/*********************************************************************
|
|
|
|
spc1000_cas.h
|
|
|
|
Format code for Samsung SPC-1000 cassette images
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(spc1000_cassette_formats);
|