blob: 413497c07c35bedaa317ec346052c2dad47b6e98 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// license:BSD-3-Clause
// copyright-holders:Robbbert
/*********************************************************************
formats/sorc_dsk.h
Exidy Sorcerer disk images
*********************************************************************/
#ifndef EXI_DSK_H
#define EXI_DSK_H
#include "flopimg.h"
/**************************************************************************/
LEGACY_FLOPPY_OPTIONS_EXTERN(sorcerer);
#endif /* EXI_DSK_H */
|