blob: 1e56614e6734e15016dcf59ffaafd1c93c2746bf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
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_*/
|