Change flags to DEVICE_ISA16 for Oki vga/h-2 and spaced. vid_jega.c

has isa 16 slot.
src: https://x.com/konekodensetsu/status/1804920614794440854
This commit is contained in:
flama12333
2025-08-07 15:45:23 -05:00
committed by GitHub
parent e3c704326e
commit 91bac20d57

View File

@@ -912,9 +912,9 @@ const device_t jega_device = {
};
const device_t jvga_device = {
.name = "OKIVGA/H-2 (JVGA/H)",
.name = "OKI VGA/H-2 (JVGA/H)",
.internal_name = "jvga",
.flags = DEVICE_ISA,
.flags = DEVICE_ISA16,
.local = 0,
.init = jvga_standalone_init,
.close = jega_close,