blob: a6b589380cbedae6a3bfef330c96b329816ca348 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// license:BSD-3-Clause
// copyright-holders:Miodrag Milanovic
/*********************************************************************
formats/nes_dsk.h
NES disk images
*********************************************************************/
#ifndef MAME_FORMATS_NES_DSK_H
#define MAME_FORMATS_NES_DSK_H
#pragma once
#include "flopimg_legacy.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(nes_only);
#endif // MAME_FORMATS_NES_DSK_H
|