blob: 391ba221034fec2e70644bfe4bc46362be7ae1af (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
formats/nes_dsk.h
NES disk images
*********************************************************************/
#ifndef NES_DSK_H_
#define NES_DSK_H_
#include "flopimg.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(nes_only);
#endif /*NES_DSK_H_*/
|