mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
17 lines
266 B
C
17 lines
266 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Wilbert Pol
|
|
/*
|
|
a26_cas.h
|
|
|
|
Format code for a2600 SuperCharger cassette files
|
|
*/
|
|
|
|
#ifndef A26_CAS_H
|
|
#define A26_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(a26_cassette_formats);
|
|
|
|
#endif /* A26_CAS_H */
|