mirror of
https://github.com/holub/mame
synced 2025-05-20 12:48:53 +03:00
15 lines
255 B
C
15 lines
255 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Angelo Salese
|
|
/*
|
|
* NEC PC-6001 cassette format handling
|
|
*/
|
|
|
|
#ifndef PC6001_CAS_H_
|
|
#define PC6001_CAS_H_
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN( pc6001_cassette_formats );
|
|
|
|
#endif /*PC6001_CAS_H_*/
|