mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
17 lines
329 B
C
17 lines
329 B
C
/*********************************************************************
|
|
|
|
formats/vtech1_dsk.h
|
|
|
|
VTech1 disk images
|
|
|
|
*********************************************************************/
|
|
|
|
#ifndef VTECH1_DSK_H
|
|
#define VTECH1_DSK_H
|
|
|
|
#include "flopimg.h"
|
|
|
|
LEGACY_FLOPPY_OPTIONS_EXTERN(vtech1_only);
|
|
|
|
#endif /* VTECH1_DSK_H */
|