mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
19 lines
403 B
C
19 lines
403 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Wilbert Pol
|
|
/*********************************************************************
|
|
|
|
kim1_cas.h
|
|
|
|
Format code for KIM-1 cassette files.
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef __KIM1_CAS_H
|
|
#define __KIM1_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(kim1_cassette_formats);
|
|
|
|
#endif /* __KIM1_CAS_H */
|