mirror of
https://github.com/holub/mame
synced 2025-05-30 09:33:05 +03:00
17 lines
346 B
C
17 lines
346 B
C
/*********************************************************************
|
|
|
|
hect_tap.h
|
|
|
|
Format code for Micronique cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef HECT_TAP_H
|
|
#define HECT_TAP_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(hector_cassette_formats);
|
|
|
|
#endif /* HECT_TAP_H */
|