mirror of
https://github.com/holub/mame
synced 2025-05-20 04:39:11 +03:00
18 lines
269 B
C
18 lines
269 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Olivier Galibert
|
|
/*
|
|
|
|
orao_cas.h
|
|
|
|
Format code for orao cassette files
|
|
*/
|
|
|
|
#ifndef ORAO_CAS_H
|
|
#define ORAO_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(orao_cassette_formats);
|
|
|
|
#endif /* ORAO_CAS_H */
|