mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
19 lines
350 B
C
19 lines
350 B
C
/*********************************************************************
|
|
|
|
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
|