blob: 56f3bc57191d7e100ee0a0fe8d3b393233a57f63 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// license:GPL-2.0+
// copyright-holders:Juergen Buchmueller
/*********************************************************************
vt_cas.h
Format code for VTech cassette files
*********************************************************************/
#ifndef MAME_FORMATS_VT_CAS_H
#define MAME_FORMATS_VT_CAS_H
#pragma once
#include "cassimg.h"
CASSETTE_FORMATLIST_EXTERN(vtech1_cassette_formats);
CASSETTE_FORMATLIST_EXTERN(vtech2_cassette_formats);
#endif // MAME_FORMATS_VT_CAS_H
|