mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
15 lines
332 B
C
15 lines
332 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Robbbert
|
|
/*********************************************************************
|
|
|
|
sol_cas.h
|
|
|
|
Format code for SOL-20 cassette images
|
|
|
|
*********************************************************************/
|
|
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(sol20_cassette_formats);
|