diff options
Diffstat (limited to 'src/lib/formats/trs_dsk.h')
-rw-r--r-- | src/lib/formats/trs_dsk.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/lib/formats/trs_dsk.h b/src/lib/formats/trs_dsk.h deleted file mode 100644 index a33cec6872b..00000000000 --- a/src/lib/formats/trs_dsk.h +++ /dev/null @@ -1,20 +0,0 @@ -// license:BSD-3-Clause -// copyright-holders:Nathan Woods -/********************************************************************* - - formats/trs_dsk.h - - TRS-80 disk images - -*********************************************************************/ - -#ifndef TRS_DSK_H -#define TRS_DSK_H - -#include "flopimg.h" - -/**************************************************************************/ - -LEGACY_FLOPPY_OPTIONS_EXTERN( trs80 ); - -#endif /* TRS_DSK_H */ |