mirror of
https://github.com/simh/simh.git
synced 2026-04-26 03:57:11 +00:00
I1401: Properly set device class for tape device so help info is provided
This commit is contained in:
@@ -172,7 +172,7 @@ DEVICE mt_dev = {
|
|||||||
MT_NUMDR, 10, 31, 1, 8, 8,
|
MT_NUMDR, 10, 31, 1, 8, 8,
|
||||||
NULL, NULL, &mt_reset,
|
NULL, NULL, &mt_reset,
|
||||||
&mt_boot, &sim_tape_attach, &sim_tape_detach,
|
&mt_boot, &sim_tape_attach, &sim_tape_detach,
|
||||||
NULL, DEV_DEBUG
|
NULL, DEV_DEBUG | DEV_TAPE
|
||||||
};
|
};
|
||||||
|
|
||||||
/* Function routine
|
/* Function routine
|
||||||
|
|||||||
Reference in New Issue
Block a user