summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/p1_rom.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/p1_rom.cpp')
-rw-r--r--src/devices/bus/isa/p1_rom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/p1_rom.cpp b/src/devices/bus/isa/p1_rom.cpp
index 22faf40df01..76013aca719 100644
--- a/src/devices/bus/isa/p1_rom.cpp
+++ b/src/devices/bus/isa/p1_rom.cpp
@@ -64,7 +64,7 @@ p1_rom_device::p1_rom_device(const machine_config &mconfig, const char *tag, dev
void p1_rom_device::device_start()
{
set_isa_device();
- m_isa->install_rom(this, 0xc0000, 0xc1fff, "XXX", "p1_rom");
+ m_isa->install_rom(this, 0xc0000, 0xc1fff, "p1_rom");
}