diff options
author | 2017-08-03 13:16:48 +1200 | |
---|---|---|
committer | 2017-08-03 13:17:15 +1200 | |
commit | d320ebddda4aa96e6c63a97229d254d48fe25698 (patch) | |
tree | 7d9efd85fbe518edf4e07ec8bbd7c42ccd15d34d | |
parent | 7972f7fb8b53a65636e5e0c69a42f2245e57d01a (diff) |
trident: Fix ISA card shortname (nw)
-rw-r--r-- | src/devices/bus/isa/svga_trident.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/devices/bus/isa/svga_trident.cpp b/src/devices/bus/isa/svga_trident.cpp index 0cf75c3f5a9..39eba2e5c95 100644 --- a/src/devices/bus/isa/svga_trident.cpp +++ b/src/devices/bus/isa/svga_trident.cpp @@ -23,7 +23,7 @@ ROM_END // GLOBAL VARIABLES //************************************************************************** -DEFINE_DEVICE_TYPE(ISA16_SVGA_TGUI9680, isa16_svga_tgui9680_device, "igui9680", "Trident TGUI9680 Graphics Card (BIOS X5.5 (02) 02/13/96)") +DEFINE_DEVICE_TYPE(ISA16_SVGA_TGUI9680, isa16_svga_tgui9680_device, "tgui9680", "Trident TGUI9680 Graphics Card (BIOS X5.5 (02) 02/13/96)") //------------------------------------------------- |