mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
17 lines
327 B
C
17 lines
327 B
C
/*********************************************************************
|
|
|
|
formats/vt_dsk.h
|
|
|
|
Tandy Color Computer / Dragon disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef VT_DSK_H
|
|
#define VT_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(vz);
|
|
|
|
#endif /* VT_DSK_H */
|