1
0
mirror of https://github.com/simh/simh.git synced 2026-05-05 23:34:21 +00:00

I7000, B5500: Make sure card reader devices always perform read-only.file opens

This commit is contained in:
Mark Pizzolato
2018-03-25 18:09:48 -07:00
parent 0b209d2383
commit 6bfad051a8
3 changed files with 3 additions and 6 deletions

View File

@@ -31,8 +31,7 @@
#include "sim_defs.h"
#include "sim_console.h"
#define UNIT_CDR UNIT_ATTABLE | UNIT_RO | UNIT_DISABLE | UNIT_ROABLE | \
MODE_029
#define UNIT_CDR UNIT_ATTABLE | UNIT_RO | UNIT_DISABLE | MODE_029
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | MODE_029
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE