1
0
mirror of https://github.com/livingcomputermuseum/Darkstar.git synced 2026-03-03 02:18:08 +00:00
Files
livingcomputermuseum.Darkstar/D/IOP/Source/MoonBufferConf.asm,v
2023-09-27 16:17:41 -07:00

39 lines
1.2 KiB
Plaintext

head 1.1;
branch 1.1.1;
access ;
symbols start:1.1.1.1 Xerox:1.1.1;
locks ; strict;
comment @;; @;
1.1
date 2001.08.12.22.22.07; author freier; state Exp;
branches 1.1.1.1;
next ;
1.1.1.1
date 2001.08.12.22.22.07; author freier; state Exp;
branches ;
next ;
desc
@@
1.1
log
@Initial revision
@
text
@; Copyright (C) 1980 by Xerox Corporation. All rights reserved.
; Bit 0 on = not used yet
; Bit 1 on = Trident Controler
; Bit 2 on = no options board
; Bit 3 on = 64k chips on mcc and no status register
; Bit 4 through 7 = Number of 64k banks ie 2 = 194k 3= 256k 5= 384k
;Configuation byte
db 0
;Task
db 0
;StopOnError
db 0
;ExpectedCSLow
db 0
;ExpectedCSHigh
db 0
;ObservedCSlow
db 0
;ObservedCSHigh
db 0
;ExpectedData
db 0
;ObservedData
db 0
;Fault
db 0
;KBBuffer
db 0
;WaitConst
db 0
db 0
;LoopIn
db 0
;TestLoop
db 0
;DiagBootS
db 0
;RInx
db 0
;AccuReg
db 0
;ConfiguerF
db 0
;SkipF
db 0
;DFaultF
db 0
;AFlag
db 0
;AInPF
db 0
;MemSize
db 0
;MemSize1
db 0FEH
;Hex
db 0
;IgNor
db 0
;IFlag
db 0
;InCSData
db 0
db 0
db 0
db 0
db 0
db 0
end
@
1.1.1.1
log
@first add
@
text
@@