mirror of
https://github.com/holub/mame
synced 2025-05-24 06:30:04 +03:00
19 lines
384 B
C
19 lines
384 B
C
/*********************************************************************
|
|
|
|
formats/trd_dsk.h
|
|
|
|
TRD disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef TRD_DSK_H
|
|
#define TRD_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
/**************************************************************************/
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(trd);
|
|
|
|
#endif /* TRD_DSK_H */
|