blob: 031964e8caad8964505c63536481e8faf6e79db4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
// license:BSD-3-Clause
// copyright-holders:Sergey Svishchev
/*********************************************************************
formats/rx01_dsk.h
DEC RX01 disk images
*********************************************************************/
#ifndef MAME_FORMATS_RX01_DSK_H
#define MAME_FORMATS_RX01_DSK_H
#include "flopimg.h"
#include "formats/basicdsk.h"
LEGACY_FLOPPY_OPTIONS_EXTERN(rx01);
#endif // MAME_FORMATS_RX01_DSK_H
|