mirror of
https://github.com/holub/mame
synced 2025-05-22 05:38:52 +03:00
17 lines
323 B
C
17 lines
323 B
C
/*********************************************************************
|
|
|
|
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 */
|