mirror of
https://github.com/simh/simh.git
synced 2026-01-27 04:22:24 +00:00
SCP: Remove ASCII source code character set dependency
Provide reasonable behavior on any platform which doesn't use ASCII as a character set. Method suggested by Dave G4UGM.
This commit is contained in:
1
scp.h
1
scp.h
@@ -116,6 +116,7 @@ t_stat sim_run_boot_prep (void);
|
||||
double sim_gtime (void);
|
||||
uint32 sim_grtime (void);
|
||||
int32 sim_qcount (void);
|
||||
int32 sim_swmask (int switch_ch);
|
||||
t_stat attach_unit (UNIT *uptr, char *cptr);
|
||||
t_stat detach_unit (UNIT *uptr);
|
||||
t_stat assign_device (DEVICE *dptr, char *cptr);
|
||||
|
||||
Reference in New Issue
Block a user