mirror of
https://github.com/open-simh/simh.git
synced 2026-01-25 11:55:43 +00:00
Official simh-v3.9-0 Merge
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
dkp moving head disk
|
||||
|
||||
27-Apr-12 RMS Changed ??? string digraphs to ?, per C rules
|
||||
04-Jul-04 BKR device name changed to DG's DKP from DEC's DP,
|
||||
DEV_SET/CLR/INTR macro use started,
|
||||
fixed 'P' pulse code and secret quirks,
|
||||
@@ -706,7 +707,7 @@ if ( DKP_TRACE(1) )
|
||||
"write"
|
||||
: ((uptr->FUNC == FCCY_SEEK) ?
|
||||
"seek"
|
||||
: "<?\?\?>"
|
||||
: "<?>"
|
||||
)
|
||||
)
|
||||
),
|
||||
@@ -871,7 +872,7 @@ do {
|
||||
"read"
|
||||
: ((uptr->FUNC == FCCY_WRITE) ?
|
||||
"write"
|
||||
: "<?\?\?>")
|
||||
: "<?>")
|
||||
),
|
||||
(unsigned) (uptr->CYL),
|
||||
(unsigned) (GET_SURF(dkp_ussc, dtype)),
|
||||
|
||||
Reference in New Issue
Block a user