mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
16 lines
244 B
C
16 lines
244 B
C
/*
|
|
csw_cas.h
|
|
|
|
Format code for csw cassette files
|
|
*/
|
|
|
|
#ifndef CSW_CAS_H
|
|
#define CSW_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(csw_cassette_formats);
|
|
CASSETTE_FORMATLIST_EXTERN(bbc_cassette_formats);
|
|
|
|
#endif /* CSW_CAS_H */
|