mirror of
https://github.com/holub/mame
synced 2025-05-19 20:29:09 +03:00
19 lines
393 B
C
19 lines
393 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sean Young
|
|
/*********************************************************************
|
|
|
|
fmsx_cas.h
|
|
|
|
Format code for MSX cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef FMSX_CAS_H
|
|
#define FMSX_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(fmsx_cassette_formats);
|
|
|
|
#endif /* FMSX_CAS_H */
|