mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
17 lines
305 B
C
17 lines
305 B
C
/*********************************************************************
|
|
|
|
formats/nes_dsk.h
|
|
|
|
NES disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef NES_DSK_H_
|
|
#define NES_DSK_H_
|
|
|
|
#include "flopimg.h"
|
|
|
|
FLOPPY_OPTIONS_EXTERN(nes_only);
|
|
|
|
#endif /*NES_DSK_H_*/
|