Kernel: Remove obsolete lines from kernel.def on p112 and n8vem-mark4 platforms
authorWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 11:34:19 +0000 (11:34 +0000)
committerWill Sowerbutts <will@sowerbutts.com>
Sat, 27 Dec 2014 11:40:33 +0000 (11:40 +0000)
Kernel/platform-n8vem-mark4/kernel.def
Kernel/platform-p112/kernel.def

index e9606c0..73eb48a 100644 (file)
@@ -10,8 +10,6 @@ OS_BANK                     .equ 0x00         ; value from include/kernel.h
 FIRST_RAM_BANK              .equ 0x80         ; low 512K of physical memory is ROM/ECB window.
 RAM_KB                      .equ 512
 Z180_IO_BASE                .equ 0x40
-MARK4_IDE_BASE              .equ 0x80
-MARK4_IDE_DATA              .equ MARK4_IDE_BASE
 
 ; No standard clock speed for the Mark IV board, but this is a common choice.
 CPU_CLOCK_KHZ               .equ 36864        ; 18.432MHz * 2
index e204fe8..0996308 100644 (file)
@@ -10,8 +10,6 @@ OS_BANK                     .equ 0x00         ; value from include/kernel.h
 FIRST_RAM_BANK              .equ 0x00         ; all memory is RAM on P112
 RAM_KB                      .equ 1024
 Z180_IO_BASE                .equ 0x00
-P112_IDE_BASE               .equ 0x50
-P112_IDE_DATA               .equ (P112_IDE_BASE+0x08)
 
 ; Believe most P112 kits shipped with 16MHz oscillators, I have tried faster 
 ; (18.432MHz) but this made the machine unstable.