mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
21 lines
406 B
C
21 lines
406 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Curt Coder
|
|
/*********************************************************************
|
|
|
|
formats/atom_tap.h
|
|
|
|
Cassette code for Acorn Atom tap files
|
|
|
|
*********************************************************************/
|
|
|
|
#pragma once
|
|
|
|
#ifndef __ATOM_TAP__
|
|
#define __ATOM_TAP__
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(atom_cassette_formats);
|
|
|
|
#endif
|