mame/src/lib/formats/gtp_cas.h

16 lines
201 B
C

/*
gtp_cas.h
Format code for gtp cassette files
*/
#ifndef GTP_CAS_H
#define GTP_CAS_H
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(gtp_cassette_formats);
#endif /* GTP_CAS_H */