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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user