mirror of
https://github.com/simh/simh.git
synced 2026-03-02 17:55:17 +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