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