mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
20 lines
457 B
C
20 lines
457 B
C
// license:GPL-2.0+
|
|
// copyright-holders:Juergen Buchmueller, Krzysztof Strzecha, Robbbert
|
|
/*********************************************************************
|
|
|
|
zx81_p.h
|
|
|
|
Format code for ZX-81 cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef ZX81_P_H
|
|
#define ZX81_P_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(zx81_p_format);
|
|
CASSETTE_FORMATLIST_EXTERN(zx80_o_format);
|
|
|
|
#endif /* ZX81_P_H */
|