mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
19 lines
395 B
C
19 lines
395 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sandro Ronco
|
|
/*********************************************************************
|
|
|
|
pmd_cas.h
|
|
|
|
Format code for PMD-85 cassette files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef PMD_CAS_H
|
|
#define PMD_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(pmd85_cassette_formats);
|
|
|
|
#endif /* PMD_CAS_H */
|