mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
17 lines
331 B
C
17 lines
331 B
C
/*********************************************************************
|
|
|
|
mz_cas.h
|
|
|
|
Format code for MZ700 casette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef MZ_CAS_H
|
|
#define MZ_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(mz700_cassette_formats);
|
|
|
|
#endif /* MZ_CAS_H */
|