mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
17 lines
329 B
C
17 lines
329 B
C
/*********************************************************************
|
|
|
|
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 */
|