mirror of
https://github.com/simh/simh.git
synced 2026-04-16 00:21:35 +00:00
SCP: Provide ways for VM to specify sim_interval adjustment and step units
This affects the output of some SCP commands (including help). The results are cosmetic, but allows the simulator to provide correct descriptive information.
This commit is contained in:
2
scp.h
2
scp.h
@@ -365,6 +365,7 @@ extern int32 sim_switches;
|
||||
extern int32 sim_switch_number;
|
||||
extern int32 sim_quiet;
|
||||
extern int32 sim_step;
|
||||
extern const char *sim_vm_step_units; /* Simulator can change this */
|
||||
extern t_stat sim_last_cmd_stat; /* Command Status */
|
||||
extern FILE *sim_log; /* log file */
|
||||
extern FILEREF *sim_log_ref; /* log file file reference */
|
||||
@@ -429,6 +430,7 @@ extern t_bool (*sim_vm_fprint_stopped) (FILE *st, t_stat reason);
|
||||
extern t_value (*sim_vm_pc_value) (void);
|
||||
extern t_bool (*sim_vm_is_subroutine_call) (t_addr **ret_addrs);
|
||||
extern const char **sim_clock_precalibrate_commands;
|
||||
extern const char *sim_vm_interval_units;
|
||||
|
||||
|
||||
/* Core SCP libraries can potentially have unit test routines.
|
||||
|
||||
Reference in New Issue
Block a user