mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
B5500: Added UNIT_SEQ flag to allow append open to work.
This commit is contained in:
parent
2a75aa630c
commit
8a7c732df0
@ -32,8 +32,8 @@
|
||||
#include "sim_console.h"
|
||||
|
||||
#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
|
||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE | MODE_029
|
||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE
|
||||
|
||||
#define TMR_RTC 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user