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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user