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