various: Sort out more U_DATA_TOTALSIZE cases
authorAlan Cox <alan@linux.intel.com>
Sun, 27 Jan 2019 21:28:01 +0000 (21:28 +0000)
committerAlan Cox <alan@linux.intel.com>
Sun, 27 Jan 2019 21:28:01 +0000 (21:28 +0000)
This changed historically and there is some usage confusion to clean up

Kernel/platform-msx1/kernel.def
Kernel/platform-sc114/kernel.def
Kernel/platform-z80pack-lite/kernel.def

index 5e58e3a..a9ef12e 100644 (file)
@@ -1,7 +1,7 @@
 ; UZI mnemonics for memory addresses etc
 
 U_DATA                      .equ 0xF000       ; (this is struct u_data from kernel.h)
-U_DATA__TOTALSIZE           .equ 0x300        ; 256+256+256 bytes.
+U_DATA__TOTALSIZE           .equ 0x200        ; 256+256 bytes.
 
 U_DATA_STASH               .equ 0x7D00       ; 0x7D00-0x7FFF
 
index 37a5db6..1fbc59f 100644 (file)
@@ -1,7 +1,7 @@
 ; FUZIX mnemonics for memory addresses etc
 
 U_DATA                 .equ    0xF000  ; (this is struct u_data from kernel.h)
-U_DATA__TOTALSIZE      .equ    0x300   ; 256+256+256 bytes.
+U_DATA__TOTALSIZE      .equ    0x200   ; 256+256 bytes.
 Z80_TYPE               .equ    0       ; CMOS
 
 Z80_MMU_HOOKS          .equ 0
index 0df7de5..e0b4d9d 100644 (file)
@@ -1,7 +1,7 @@
 ; UZI mnemonics for memory addresses etc
 
 U_DATA                      .equ 0xF000       ; (this is struct u_data from kernel.h)
-U_DATA__TOTALSIZE           .equ 0x300        ; 256+256+256 bytes.
+U_DATA__TOTALSIZE           .equ 0x200        ; 256+256 bytes.
 
 Z80_TYPE                   .equ 0
 PROGBASE                   .equ 0x0000