mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
15 lines
356 B
C
15 lines
356 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Robbbert
|
|
/*********************************************************************
|
|
|
|
fc100_cas.h
|
|
|
|
Format code for Goldstar FC-100 cassette images (CAS format)
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(fc100_cassette_formats);
|