mirror of
https://github.com/holub/mame
synced 2025-05-21 13:18:56 +03:00
17 lines
355 B
C
17 lines
355 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Sandro Ronco
|
|
/*********************************************************************
|
|
|
|
vg5k_cas.h
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef VG5K_CAS_H
|
|
#define VG5K_CAS_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(vg5k_cassette_formats);
|
|
|
|
#endif /* VG5K_CAS_H */
|