mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
17 lines
364 B
C
17 lines
364 B
C
/*********************************************************************
|
|
|
|
cgen_cas.h
|
|
|
|
Format code for EACA Colour Genie .cas casette files.
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef __CGEN_CAS_H
|
|
#define __CGEN_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(cgenie_cassette_formats);
|
|
|
|
#endif /* __CGEN_CAS_H */
|