mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
16 lines
349 B
C
16 lines
349 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);
|
|
|