Merge remote-tracking branch 'upstream/master' into newqt

This commit is contained in:
Cacodemon345
2022-02-16 00:16:01 +06:00
2 changed files with 1 additions and 2 deletions

View File

@@ -808,7 +808,6 @@ std::array<uint32_t, 256> x11_to_xt_vnc
0,
0,
0,
0,
0x1D,
0x11D,
0x2A,

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,