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