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 48ee7324b2e..ab5bbb755f0 100644 --- a/src/devices/bus/isa/svga_tseng.cpp +++ b/src/devices/bus/isa/svga_tseng.cpp @@ -114,5 +114,5 @@ void isa8_svga_et4k_device::map_ram() void isa8_svga_et4k_device::map_rom() { - m_isa->install_rom(this, 0xc0000, 0xc7fff, "et4000", "et4000"); + m_isa->install_rom(this, 0xc0000, 0xc7fff, "et4000"); } |