mirror of
https://github.com/open-simh/simh.git
synced 2026-04-25 20:01:33 +00:00
Added help context to pdp11_dz and pdp11_vh
This commit is contained in:
@@ -321,6 +321,7 @@ struct sim_device {
|
||||
struct sim_unit *uptr, int32 flag, char *cptr); /* help */
|
||||
t_stat (*attach_help)(FILE *st, struct sim_device *dptr,
|
||||
struct sim_unit *uptr, int32 flag, char *cptr); /* attach help */
|
||||
void *help_ctx; /* Context available to help routines */
|
||||
};
|
||||
|
||||
/* Device flags */
|
||||
|
||||
Reference in New Issue
Block a user