summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/gdrom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/gdrom.cpp')
-rw-r--r--src/mame/machine/gdrom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/gdrom.cpp b/src/mame/machine/gdrom.cpp
index fd081b3f060..e7420ec9383 100644
--- a/src/mame/machine/gdrom.cpp
+++ b/src/mame/machine/gdrom.cpp
@@ -434,7 +434,7 @@ void gdrom_device::WriteData( uint8_t *data, int dataLength )
}
// device type definition
-const device_type GDROM = &device_creator<gdrom_device>;
+const device_type GDROM = device_creator<gdrom_device>;
gdrom_device::gdrom_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
atapi_cdrom_device(mconfig, GDROM, "GDROM", tag, owner, clock, "gdrom", __FILE__)