Added help info to asynchronous timer device
This commit is contained in:
parent
145b5c6a00
commit
c097ae5e57
1 changed files with 2 additions and 2 deletions
|
@ -795,8 +795,8 @@ return SCPE_OK;
|
|||
|
||||
MTAB sim_timer_mod[] = {
|
||||
#if defined (SIM_ASYNCH_IO) && defined (SIM_ASYNCH_CLOCKS)
|
||||
{ MTAB_XTD|MTAB_VDV, 0, "ASYNC", "ASYNC", &sim_timer_set_async, &sim_timer_show_async },
|
||||
{ MTAB_XTD|MTAB_VDV, 0, NULL, "NOASYNC", &sim_timer_clr_async, NULL },
|
||||
{ MTAB_VDV, MTAB_VDV, "ASYNC", "ASYNC", &sim_timer_set_async, &sim_timer_show_async, NULL, "Enables/Displays Asynchronous Timer operation mode" },
|
||||
{ MTAB_VDV, 0, NULL, "NOASYNC", &sim_timer_clr_async, NULL, NULL, "Disables Asynchronous Timer operation" },
|
||||
#endif
|
||||
{ 0 },
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue