mirror of
https://github.com/open-simh/simh.git
synced 2026-02-26 08:54:06 +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,
|
||||
NULL, NULL, &mt_reset,
|
||||
&mt_boot, &sim_tape_attach, &sim_tape_detach,
|
||||
NULL, DEV_DEBUG
|
||||
NULL, DEV_DEBUG | DEV_TAPE
|
||||
};
|
||||
|
||||
/* Function routine
|
||||
|
||||
Reference in New Issue
Block a user