mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
17 lines
365 B
C
17 lines
365 B
C
/*********************************************************************
|
|
|
|
cgen_cas.h
|
|
|
|
Format code for EACA Colour Genie .cas cassette files.
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef __CGEN_CAS_H
|
|
#define __CGEN_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(cgenie_cassette_formats);
|
|
|
|
#endif /* __CGEN_CAS_H */
|