summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psxcd.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/psxcd.cpp')
-rw-r--r--src/mame/machine/psxcd.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psxcd.cpp b/src/mame/machine/psxcd.cpp
index b26bc7a9e5c..f8acf75be68 100644
--- a/src/mame/machine/psxcd.cpp
+++ b/src/mame/machine/psxcd.cpp
@@ -89,7 +89,7 @@ psxcd_device::psxcd_device(const machine_config &mconfig, const char *tag, devic
cdrom_image_device(mconfig, PSXCD, tag, owner, clock),
m_irq_handler(*this)
{
- static_set_interface(*this, "psx_cdrom");
+ set_interface("psx_cdrom");
}