mirror of
https://github.com/holub/mame
synced 2025-05-23 14:19:01 +03:00
17 lines
354 B
C
17 lines
354 B
C
/*********************************************************************
|
|
|
|
trs_cas.h
|
|
|
|
Format code for TRS80 (level 2) casette files.
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef __TRS_CAS_H
|
|
#define __TRS_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(trs80l2_cassette_formats);
|
|
|
|
#endif /* __TRS_CAS_H */
|