mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
19 lines
402 B
C
19 lines
402 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:JJ Stacino
|
|
/*********************************************************************
|
|
|
|
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 */
|