Added v2 PCB details

This commit is contained in:
Philip Smart
2020-04-03 09:53:55 +01:00
parent 1f093b93fc
commit d8ea42e152
24 changed files with 116440 additions and 0 deletions

View File

@@ -321,6 +321,9 @@ CMDTABLE: DB 000H | 000H | 000H | 001H ; Bit 2
DB 000H | 000H | 020H | 001H
DB 'S' ; Save to CMT
DW SAVEX
DB 000H | 000H | 000H | 004H
DB "TEST" ; A test function used in debugging.
DW LOCALTEST
DB 000H | 000H | 018H | 004H
DB "T2SD" ; Copy Tape to SD Card.
DW TAPE2SD
@@ -339,6 +342,12 @@ CMDTABLE: DB 000H | 000H | 000H | 001H ; Bit 2
; END OF RFS INITIALISATION AND COMMAND ENTRY PROCESSOR FUNCTIONALITY.
;-------------------------------------------------------------------------------
; A method used when testing hardware, scope and code will change but one of its purposes is to generate a scope signal pattern.
;
LOCALTEST: LD A,(00000H)
LD (00000H),A
JP LOCALTEST
;-------------------------------------------------------------------------------
; START OF RFS COMMAND FUNCTIONS.
;-------------------------------------------------------------------------------

Binary file not shown.

Binary file not shown.