mirror of
https://github.com/holub/mame
synced 2025-05-28 00:31:33 +03:00
19 lines
386 B
C
19 lines
386 B
C
// license:BSD-3-Clause
|
|
// copyright-holders:Miodrag Milanovic
|
|
/*********************************************************************
|
|
|
|
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 */
|