1
0
mirror of https://github.com/simh/simh.git synced 2026-01-29 13:11:26 +00:00

FRONTPANEL: sim_frontpanel API release 10

- Reworked STEP, HALT, BOOT, and RUN API's to properly interlock with
   the receive thread.
- Shorten destroy delay while debugging to 1 second.
- Allow execution and text breakpoints to be set and/or cleared while
   simulator is running.
This commit is contained in:
Mark Pizzolato
2017-12-15 13:57:20 -08:00
parent 634a92f8bf
commit 2de2b9bd80
3 changed files with 152 additions and 91 deletions

View File

@@ -56,7 +56,7 @@ extern "C" {
#if !defined(__VAX) /* Unsupported platform */
#define SIM_FRONTPANEL_VERSION 9
#define SIM_FRONTPANEL_VERSION 10
/**