Marked the Image Manager 1024 as 16-bit ISA.

This commit is contained in:
OBattler
2022-02-15 14:46:34 +01:00
parent d827e154e7
commit c1271a9763

View File

@@ -1032,7 +1032,7 @@ im1024_speed_changed(void *priv)
const device_t im1024_device = {
"ImageManager 1024",
"im1024",
DEVICE_ISA, 0,
DEVICE_ISA | DEVICE_AT, 0,
im1024_init, im1024_close, NULL,
{ im1024_available },
im1024_speed_changed,