mirror of
https://github.com/holub/mame
synced 2025-04-16 21:44:32 +03:00
19 lines
387 B
C
19 lines
387 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Fabio Priuli
|
|
/*********************************************************************
|
|
|
|
cbm_tap.h
|
|
|
|
Format code for CBM .tap files
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef CBM_TAP_H
|
|
#define CBM_TAP_H
|
|
|
|
#include "cassimg.h"
|
|
|
|
CASSETTE_FORMATLIST_EXTERN(cbm_cassette_formats);
|
|
|
|
#endif /* CBM_TAP_H */
|