diff options
Diffstat (limited to 'src/devices/bus/isa/svga_tseng.cpp')
-rw-r--r-- | src/devices/bus/isa/svga_tseng.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/svga_tseng.cpp b/src/devices/bus/isa/svga_tseng.cpp index ab0a4e9b5f7..ad5acfe9243 100644 --- a/src/devices/bus/isa/svga_tseng.cpp +++ b/src/devices/bus/isa/svga_tseng.cpp @@ -46,7 +46,7 @@ machine_config_constructor isa8_svga_et4k_device::device_mconfig_additions() con // rom_region - device-specific ROM region //------------------------------------------------- -const rom_entry *isa8_svga_et4k_device::device_rom_region() const +const tiny_rom_entry *isa8_svga_et4k_device::device_rom_region() const { return ROM_NAME( et4000 ); } |