Merge pull request #5905 from flama12333/patch-11

Change flags to DEVICE_ISA16 for Oki vga/h-2 and spaced. vid_jega.c
This commit is contained in:
Miran Grča
2025-08-07 23:19:54 +02:00
committed by GitHub

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,