mirror of
https://github.com/simh/simh.git
synced 2026-04-30 21:38:32 +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"
|
#include "sim_console.h"
|
||||||
|
|
||||||
#define UNIT_CDR UNIT_ATTABLE | UNIT_RO | UNIT_DISABLE | MODE_029
|
#define UNIT_CDR UNIT_ATTABLE | UNIT_RO | UNIT_DISABLE | MODE_029
|
||||||
#define UNIT_CDP UNIT_ATTABLE | UNIT_DISABLE | MODE_029
|
#define UNIT_CDP UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE | MODE_029
|
||||||
#define UNIT_LPR UNIT_ATTABLE | UNIT_DISABLE
|
#define UNIT_LPR UNIT_ATTABLE | UNIT_SEQ | UNIT_DISABLE
|
||||||
|
|
||||||
#define TMR_RTC 0
|
#define TMR_RTC 0
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user