mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
18 lines
385 B
C
18 lines
385 B
C
/*********************************************************************
|
|
|
|
vt_cas.h
|
|
|
|
Format code for VTech casette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef VT_CAS_H
|
|
#define VT_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(vtech1_cassette_formats);
|
|
CASSETTE_FORMATLIST_EXTERN(vtech2_cassette_formats);
|
|
|
|
#endif /* VT_CAS_H */
|