blob: 7f9a5bd194ee636cf2f4a4d6f01de3bba41f23ad (
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/atari_dsk.h
Atari disk images
*********************************************************************/
#ifndef MAME_FORMATS_ATARI_DSK_H
#define MAME_FORMATS_ATARI_DSK_H
#pragma once
#include "flopimg.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(atari_only);
#endif // MAME_FORMATS_ATARI_DSK_H
|