mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
13 lines
185 B
C
13 lines
185 B
C
/*
|
|
* 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_*/
|