1
0
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:
Mark Pizzolato
2016-10-20 13:33:40 -07:00
parent 17abb1223a
commit a1fe7934b6

View File

@@ -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