diff options
author | 2023-07-11 01:59:37 +0200 | |
---|---|---|
committer | 2023-07-11 01:59:37 +0200 | |
commit | 89faea406b7b183c3406664dc6e7df96d1fcf65d (patch) | |
tree | 88a0076dab871eaab8641582aed583fd2d581419 /src/devices/bus/isa/isa_cards.cpp | |
parent | 1a5f456b73ea6537f23e2edc98c9779074e76d8c (diff) |
video/pc_vga_paradise.cpp: add WD90C30
video/pc_vga.cpp: preliminary implementation of an interlace_mode virtual getter
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r-- | src/devices/bus/isa/isa_cards.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp index f5cc89841ff..461fdc97d31 100644 --- a/src/devices/bus/isa/isa_cards.cpp +++ b/src/devices/bus/isa/isa_cards.cpp @@ -224,6 +224,7 @@ void pc_isa16_cards(device_slot_interface &device) device.option_add("pvga1a_jk", ISA16_PVGA1A_JK); device.option_add("wd90c00_jk", ISA16_WD90C00_JK); device.option_add("wd90c11_lr", ISA16_WD90C11_LR); + device.option_add("wd90c30_lr", ISA16_WD90C30_LR); device.option_add("3c505", ISA16_3C505); device.option_add("mach64", ISA16_SVGA_MACH64); device.option_add("sb16_lle", ISA16_SB16); |