mirror of
https://github.com/holub/mame
synced 2025-05-23 06:08:48 +03:00
19 lines
391 B
C
19 lines
391 B
C
// license:???
|
|
// copyright-holders:Kevin Thacker
|
|
/*********************************************************************
|
|
|
|
oric_tap.h
|
|
|
|
Format code for Oric TAP (*.tap) files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef ORIC_TAP_H
|
|
#define ORIC_TAP_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(oric_cassette_formats);
|
|
|
|
#endif /* ORIC_TAP_H */
|