]> cloudbase.mooo.com Git - z180-stamp.git/blobdiff - z180/config.inc
phys. address 0x00040 points to fifo_list
[z180-stamp.git] / z180 / config.inc
index 0c945ae747b21a35bc812ce5e055487da9ec0d44..dfb41cd6103ba418e253c025d9f12e57eda87b63 100644 (file)
@@ -34,7 +34,7 @@ PRT_TC10MS    equ     PHI / (PRT_PRE/10)
 ;-----------------------------------------------------\r
 ; MMU\r
 \r
-COMMON_SIZE    equ     4*1024          ;Common Area size in bytes\r
+COMMON_SIZE    equ     16*1024         ;Common Area size in bytes\r
                                        ;must be multiple of 4K\r
 \r
 if (COMMON_SIZE mod 1000h)\r
@@ -106,13 +106,15 @@ CWAITROM  equ     2 shl MWI0
     endif\r
 \r
 \r
-DRSTNUM        equ     30h             ;DDTZ Restart vector (breakpoints)\r
+DDTZRSTVEC     equ     030h            ;DDTZ Restart vector (breakpoints)\r
 \r
+INIDONE                equ     03Fh            ;CP/M skip hw init, if this address\r
+INIDONEVAL     equ     080h            ;    is set to this value.\r
 \r
-mtx.fifo_len   equ     32      ;Message transfer fifos\r
-mtx.fifo_id            equ     0       ;    This *must* have #0\r
+mtx.fifo_len   equ     32              ;Message transfer fifos\r
+mtx.fifo_id    equ     0               ;    This *must* have #0\r
 mrx.fifo_len   equ     32\r
-mrx.fifo_id            equ     1\r
+mrx.fifo_id    equ     1\r
 \r
 ci.fifo_len    equ     32              ;AVRCON Character I/O via AVR\r
 ci.fifo_id     equ     2\r