mirror of
https://github.com/simh/simh.git
synced 2026-05-02 22:22:48 +00:00
KA10: Regular update. Code cleanup and minor enhancements.
This commit is contained in:
@@ -439,6 +439,15 @@ queue_point(struct point *p)
|
||||
p->delay = d;
|
||||
}
|
||||
|
||||
/*
|
||||
* Return true if the display is blank, i.e. no active points in list.
|
||||
*/
|
||||
int
|
||||
display_is_blank(void)
|
||||
{
|
||||
return head->next == head;
|
||||
}
|
||||
|
||||
/*
|
||||
* here to to dynamically adjust interval for examination
|
||||
* of elapsed vs. simulated time, and fritter away
|
||||
|
||||
Reference in New Issue
Block a user