1
0
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:
Mark Pizzolato
2015-08-03 12:35:08 -07:00
parent a747c0f860
commit 7c7b44e409
3 changed files with 17 additions and 4 deletions

1
scp.h
View File

@@ -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);