blob: 1948725af0ecc2648101e868b61dbe44cf205774 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
// license:???
// copyright-holders:???
/*********************************************************************
formats/atari_dsk.h
Atari disk images
*********************************************************************/
#ifndef ATARI_DSK_H
#define ATARI_DSK_H
#include "flopimg.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(atari_only);
#endif /* ATARI_DSK_H */
|