mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
19 lines
422 B
C
19 lines
422 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Wilbert Pol
|
|
/*********************************************************************
|
|
|
|
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 */
|