summaryrefslogtreecommitdiffstatshomepage
path: root/src/lib/formats/coco_cas.h
blob: 0cd6f32e97daa7625dcd23f6300825add398caf2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// license:BSD-3-Clause
// copyright-holders:Nathan Woods
/*********************************************************************

    coco_cas.h

    Format code for CoCo CAS (*.cas) files

*********************************************************************/
#ifndef MAME_FORMATS_COCO_CAS_H
#define MAME_FORMATS_COCO_CAS_H

#pragma once

#include "cassimg.h"

CASSETTE_FORMATLIST_EXTERN(coco_cassette_formats);
CASSETTE_FORMATLIST_EXTERN(alice32_cassette_formats);

#endif // MAME_FORMATS_COCO_CAS_H