mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
formats/vt_dsk.cpp: Fix clang error: unused variable 'floppyoptions_vz' [-Werror,-Wunused-const-variable]
This commit is contained in:
parent
fd4f9f237c
commit
7026e4ceaa
@ -47,7 +47,7 @@ static FLOPPY_CONSTRUCT(vz_construct)
|
||||
}
|
||||
|
||||
|
||||
LEGACY_FLOPPY_OPTIONS_START(vz)
|
||||
extern LEGACY_FLOPPY_OPTIONS_START(vz)
|
||||
LEGACY_FLOPPY_OPTION(vtech1, "dsk", "Laser/VZ disk image", vz_identify, vz_construct, NULL,
|
||||
HEADS([1])
|
||||
TRACKS([40])
|
||||
|
Loading…
Reference in New Issue
Block a user