mirror of
https://github.com/holub/mame
synced 2025-05-22 13:48:55 +03:00
19 lines
408 B
C
19 lines
408 B
C
/*********************************************************************
|
|
|
|
formats/atarist_dsk.h
|
|
|
|
atarist disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef ATARIST_DSK_H
|
|
#define ATARIST_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(atarist);
|
|
|
|
#endif /* ATARIST_DSK_H */
|