1
0
mirror of https://github.com/open-simh/simh.git synced 2026-04-26 20:26:59 +00:00

Instrumented the qvss activities for better debug support

This commit is contained in:
Mark Pizzolato
2013-06-30 08:37:29 -10:00
parent 1f8b3be4c0
commit 5de0c8db9c
6 changed files with 238 additions and 66 deletions

View File

@@ -178,4 +178,6 @@ const char *vid_version (void);
t_stat vid_set_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
t_stat vid_show_release_key (FILE* st, UNIT* uptr, int32 val, void* desc);
extern t_bool vid_active;
#endif