mirror of
https://github.com/rcornwell/sims.git
synced 2026-02-03 15:13:33 +00:00
B5500: Added UNIT_SEQ flag to allow append open to work.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user