mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
18 lines
365 B
C
18 lines
365 B
C
/*********************************************************************
|
|
|
|
zx81_p.h
|
|
|
|
Format code for ZX-81 casette 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 */
|