mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
15 lines
177 B
C
15 lines
177 B
C
/*
|
|
*
|
|
* Sharp X1 TAP image format
|
|
*
|
|
*/
|
|
|
|
#ifndef X1_TAP_H_
|
|
#define X1_TAP_H_
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN( x1_cassette_formats );
|
|
|
|
#endif /*X1_TAP_H_*/
|