Fix trivial bug in EMS5150

This commit is contained in:
Jasmine Iwanek
2024-05-31 00:45:33 -04:00
parent 028142136a
commit bd28ad2fe4

View File

@@ -499,6 +499,7 @@ isamem_init(const device_t *info)
case ISAMEM_EMS5150_CARD: /* Micro Mainframe EMS-5150(T) */
dev->base_addr = device_get_config_hex16("base");
dev->total_size = device_get_config_int("size");
dev->start_addr = 0;
dev->frame_addr = 0xD0000;
dev->flags |= (FLAG_EMS | FLAG_CONFIG);
break;