mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
19 lines
390 B
C
19 lines
390 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Nathan Woods
|
|
/*********************************************************************
|
|
|
|
mz_cas.h
|
|
|
|
Format code for MZ700 cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef MZ_CAS_H
|
|
#define MZ_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(mz700_cassette_formats);
|
|
|
|
#endif /* MZ_CAS_H */
|