1
0
mirror of https://github.com/simh/simh.git synced 2026-01-25 11:46:37 +00:00

SCP: Add support to identify a simulator specific release version

Included from Dave Bryan's V3.11 extensions
This commit is contained in:
Mark Pizzolato
2019-12-28 12:34:06 -08:00
parent e611e0ceed
commit 5213e1125d
3 changed files with 6 additions and 0 deletions

1
scp.h
View File

@@ -400,6 +400,7 @@ void sim_aio_activate (ACTIVATE_API caller, UNIT *uptr, int32 event_time);
/* VM interface */
extern char sim_name[64];
extern const char *sim_vm_release;
extern DEVICE *sim_devices[];
extern REG *sim_PC;
extern const char *sim_stop_messages[SCPE_BASE];