summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/bus/vtech/memexp/floppy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/bus/vtech/memexp/floppy.h')
-rw-r--r--src/emu/bus/vtech/memexp/floppy.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/emu/bus/vtech/memexp/floppy.h b/src/emu/bus/vtech/memexp/floppy.h
index 940c6abc2ea..91c332332c1 100644
--- a/src/emu/bus/vtech/memexp/floppy.h
+++ b/src/emu/bus/vtech/memexp/floppy.h
@@ -1,5 +1,5 @@
// license:GPL-2.0+
-// copyright-holders:Dirk Best
+// copyright-holders:Dirk Best, Olivier Galibert
/***************************************************************************
VTech Laser/VZ Floppy Controller Cartridge
@@ -38,8 +38,6 @@ public:
DECLARE_READ8_MEMBER(rd_r);
DECLARE_READ8_MEMBER(wpt_r);
- DECLARE_FLOPPY_FORMATS( floppy_formats );
-
protected:
virtual const rom_entry *device_rom_region() const;
virtual machine_config_constructor device_mconfig_additions() const;