1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 07:23:34 +00:00

VIDEO: Add hot location functionality to cursor support.

Also sanely report memory allocation errors.
This commit is contained in:
Mark Pizzolato
2016-01-28 07:58:02 -08:00
parent 0897320a16
commit 21b31fc3a8
3 changed files with 17 additions and 6 deletions

View File

@@ -794,7 +794,7 @@ if ((vc_dev.dctrl & DBG_CURSOR) && (vc_dev.dctrl & DBG_TCURSOR)) {
}
}
}
vid_set_cursor (visible, 16, 16, data, mask);
vid_set_cursor (visible, 16, 16, data, mask, 0, 0);
}
void vc_checkint (void)