mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
15 lines
245 B
C
15 lines
245 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Barry Rodewald
|
|
/*
|
|
* Fujitsu FM-7 cassette format handling
|
|
*/
|
|
|
|
#ifndef FM7_CAS_H_
|
|
#define FM7_CAS_H_
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN( fm7_cassette_formats );
|
|
|
|
#endif /*FM7_CAS_H_*/
|