mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
19 lines
388 B
C
19 lines
388 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sean Young
|
|
/*********************************************************************
|
|
|
|
svi_cas.h
|
|
|
|
Format code for SVI cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef SVI_CAS_H
|
|
#define SVI_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(svi_cassette_formats);
|
|
|
|
#endif /* SVI_CAS_H */
|