mirror of
https://github.com/holub/mame
synced 2025-06-01 02:21:48 +03:00
small cleanup in formats headers (nw)
This commit is contained in:
parent
3f9234b23f
commit
6b0355117f
@ -11,6 +11,7 @@
|
||||
|
||||
#include "cassimg.h"
|
||||
|
||||
#if 0
|
||||
struct ace_tape_t
|
||||
{
|
||||
UINT8 hdr_type;
|
||||
@ -22,6 +23,7 @@ struct ace_tape_t
|
||||
UINT8 hdr_3c4d;
|
||||
UINT16 dat_len;
|
||||
};
|
||||
#endif
|
||||
|
||||
CASSETTE_FORMATLIST_EXTERN(ace_cassette_formats);
|
||||
|
||||
|
@ -11,9 +11,6 @@
|
||||
|
||||
#include "cassimg.h"
|
||||
|
||||
extern const struct CassetteFormat coco_cas_format;
|
||||
extern const struct CassetteModulation coco_cas_modulation;
|
||||
|
||||
CASSETTE_FORMATLIST_EXTERN(coco_cassette_formats);
|
||||
CASSETTE_FORMATLIST_EXTERN(alice32_cassette_formats);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user