summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/pc_kbd/msnat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/pc_kbd/msnat.cpp')
-rw-r--r--src/devices/bus/pc_kbd/msnat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/pc_kbd/msnat.cpp b/src/devices/bus/pc_kbd/msnat.cpp
index 2d300841d26..c1bb29f6a7e 100644
--- a/src/devices/bus/pc_kbd/msnat.cpp
+++ b/src/devices/bus/pc_kbd/msnat.cpp
@@ -297,7 +297,7 @@ ioport_constructor pc_kbd_microsoft_natural_device::device_input_ports() const
// rom_region - device-specific ROM region
//-------------------------------------------------
-const rom_entry *pc_kbd_microsoft_natural_device::device_rom_region() const
+const tiny_rom_entry *pc_kbd_microsoft_natural_device::device_rom_region() const
{
return ROM_NAME( microsoft_natural );
}