mirror of
https://github.com/holub/mame
synced 2025-05-24 14:56:21 +03:00
19 lines
398 B
C
19 lines
398 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sandro Ronco
|
|
/*********************************************************************
|
|
|
|
x07_cas.h
|
|
|
|
Format code for Canon X-07 cassette images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef X07_CAS_H
|
|
#define X07_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(x07_cassette_formats);
|
|
|
|
#endif /* X07_CAS_H */
|