summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/pc9801_cd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/pc9801_cd.cpp')
-rw-r--r--src/mame/machine/pc9801_cd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/pc9801_cd.cpp b/src/mame/machine/pc9801_cd.cpp
index 8e9216fc005..a8ec66ac672 100644
--- a/src/mame/machine/pc9801_cd.cpp
+++ b/src/mame/machine/pc9801_cd.cpp
@@ -4,7 +4,7 @@
#include "pc9801_cd.h"
// device type definition
-const device_type PC9801_CD = &device_creator<pc9801_cd_device>;
+const device_type PC9801_CD = device_creator<pc9801_cd_device>;
pc9801_cd_device::pc9801_cd_device(const machine_config &mconfig, const char *tag, device_t *owner, uint32_t clock) :
atapi_cdrom_device(mconfig, PC9801_CD, "PC9801 CD-ROM Drive", tag, owner, clock, "pc9801_cd", __FILE__)