summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/isa/isa_cards.cpp
diff options
context:
space:
mode:
author angelosa <lordkale4@gmail.com>2023-07-04 19:33:37 +0200
committer angelosa <lordkale4@gmail.com>2023-07-04 19:33:37 +0200
commite3f493b094a65e818d3564b8928b6166e2c08804 (patch)
tree42ab53b10b4280894c1e91867d2f749078afe394 /src/devices/bus/isa/isa_cards.cpp
parent863e520f3d462bfafd9e7ac1e55e2792e81f7a3f (diff)
isa/isa_cards.cpp: add Paradise Systems PVGA1 ISA16 card
Diffstat (limited to 'src/devices/bus/isa/isa_cards.cpp')
-rw-r--r--src/devices/bus/isa/isa_cards.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/devices/bus/isa/isa_cards.cpp b/src/devices/bus/isa/isa_cards.cpp
index a5b480737c9..0d04aa72783 100644
--- a/src/devices/bus/isa/isa_cards.cpp
+++ b/src/devices/bus/isa/isa_cards.cpp
@@ -18,6 +18,7 @@
#include "vga.h"
#include "vga_ati.h"
#include "svga_cirrus.h"
+#include "svga_paradise.h"
#include "svga_s3.h"
#include "svga_tseng.h"
#include "svga_trident.h"
@@ -217,6 +218,7 @@ void pc_isa16_cards(device_slot_interface &device)
device.option_add("gfxultrap", ISA16_SVGA_GFXULTRAPRO);
device.option_add("tvga9000", ISA16_SVGA_TVGA9000);
// device.option_add("tgui9680",ISA16_SVGA_TGUI9680);
+ device.option_add("pvga1a", ISA16_PVGA1A);
device.option_add("3c505", ISA16_3C505);
device.option_add("mach64", ISA16_SVGA_MACH64);
device.option_add("sb16_lle", ISA16_SB16);