mirror of
https://github.com/holub/mame
synced 2025-05-20 20:58:51 +03:00
19 lines
401 B
C
19 lines
401 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sandro Ronco
|
|
/*********************************************************************
|
|
|
|
tvc_cas.h
|
|
|
|
Format code for Videoton TVC cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef TVC_CAS_H
|
|
#define TVC_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(tvc64_cassette_formats);
|
|
|
|
#endif /* TVC_CAS_H */
|