Add Vision Systems LBA Enhancer

This commit is contained in:
Cacodemon345
2024-03-06 15:10:51 +06:00
parent 5d486f5faa
commit 6d1c91c8ce
9 changed files with 194 additions and 25 deletions

View File

@@ -181,6 +181,7 @@ int gfxcard[2] = { 0, 0 }; /* (C) graphic
int show_second_monitors = 1; /* (C) show non-primary monitors */
int sound_is_float = 1; /* (C) sound uses FP values */
int voodoo_enabled = 0; /* (C) video option */
int lba_enhancer_enabled = 0; /* (C) enable Vision Systems LBA Enhancer */
int ibm8514_standalone_enabled = 0; /* (C) video option */
int xga_standalone_enabled = 0; /* (C) video option */
uint32_t mem_size = 0; /* (C) memory size (Installed on
@@ -1226,6 +1227,9 @@ pc_reset_hard_init(void)
device_add(&postcard_device);
if (unittester_enabled)
device_add(&unittester_device);
if (lba_enhancer_enabled)
device_add(&lba_enhancer_device);
if (IS_ARCH(machine, MACHINE_BUS_PCI)) {
pci_register_cards();