mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
17 lines
331 B
C
17 lines
331 B
C
/*********************************************************************
|
|
|
|
svi_cas.h
|
|
|
|
Format code for SVI casette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef SVI_CAS_H
|
|
#define SVI_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(svi_cassette_formats);
|
|
|
|
#endif /* SVI_CAS_H */
|