blob: 0b11eae510816084b72ada3943234db64807eecf (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
/*********************************************************************
formats/vtech1_dsk.h
VTech1 disk images
*********************************************************************/
#ifndef VTECH1_DSK_H
#define VTECH1_DSK_H
#include "flopimg.h"
FLOPPY_OPTIONS_EXTERN(vtech1_only);
#endif /* VTECH1_DSK_H */
|