mirror of
https://github.com/simh/simh.git
synced 2026-01-26 04:01:38 +00:00
SCP: Fold up include files used by all simulators
- Add common system includes used in may places which are allowed and thus added directly in sim_defs.h. - Separate completely private system data structures and system APIs for use only by SCP library routines into sim_scp_private.h.
This commit is contained in:
@@ -86,8 +86,8 @@
|
||||
#define NOT_MUX_USING_CODE /* sim_tmxr library provider or agnostic */
|
||||
|
||||
#include "sim_defs.h"
|
||||
#include <ctype.h>
|
||||
#include <math.h>
|
||||
|
||||
#include "sim_scp_private.h"
|
||||
|
||||
#define SIM_INTERNAL_CLK (SIM_NTIMERS+(1<<30))
|
||||
#define SIM_INTERNAL_UNIT sim_internal_timer_unit
|
||||
|
||||
Reference in New Issue
Block a user