mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
19 lines
312 B
C
19 lines
312 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Wilbert Pol,???
|
|
/*
|
|
|
|
tzx_cas.h
|
|
|
|
Format code for tzx cassette files
|
|
*/
|
|
|
|
#ifndef TZX_CAS_H
|
|
#define TZX_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(tzx_cassette_formats);
|
|
CASSETTE_FORMATLIST_EXTERN(cdt_cassette_formats);
|
|
|
|
#endif /* TZX_CAS_H */
|