summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/vga_ati.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/isa/vga_ati.cpp')
-rw-r--r--src/devices/bus/isa/vga_ati.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/bus/isa/vga_ati.cpp b/src/devices/bus/isa/vga_ati.cpp
index a0f1a7f2f72..0a9867964c5 100644
--- a/src/devices/bus/isa/vga_ati.cpp
+++ b/src/devices/bus/isa/vga_ati.cpp
@@ -123,17 +123,17 @@ machine_config_constructor isa16_vga_mach64_device::device_mconfig_additions() c
// rom_region - device-specific ROM region
//-------------------------------------------------
-const rom_entry *isa16_vga_gfxultra_device::device_rom_region() const
+const tiny_rom_entry *isa16_vga_gfxultra_device::device_rom_region() const
{
return ROM_NAME( gfxultra );
}
-const rom_entry *isa16_vga_gfxultrapro_device::device_rom_region() const
+const tiny_rom_entry *isa16_vga_gfxultrapro_device::device_rom_region() const
{
return ROM_NAME( gfxultrp );
}
-const rom_entry *isa16_vga_mach64_device::device_rom_region() const
+const tiny_rom_entry *isa16_vga_mach64_device::device_rom_region() const
{
return ROM_NAME( mach64 );
}