mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
19 lines
405 B
C
19 lines
405 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Tim Schuerewegen
|
|
/*********************************************************************
|
|
|
|
sord_cas.h
|
|
|
|
Format code for Sord M5 cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef SORD_CAS_H
|
|
#define SORD_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(sordm5_cassette_formats);
|
|
|
|
#endif /* SORD_CAS_H */
|