mirror of
https://github.com/holub/mame
synced 2025-05-25 07:15:25 +03:00
17 lines
341 B
C
17 lines
341 B
C
/*********************************************************************
|
|
|
|
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 */
|