From: Alan Cox Date: Fri, 4 May 2018 09:03:26 +0000 (+0100) Subject: 6809: remove dead macros X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=610892bb838082da1c3edeba51c659d7863be205;p=FUZIX.git 6809: remove dead macros --- diff --git a/Kernel/platform-coco2/kernel.def b/Kernel/platform-coco2/kernel.def index ecfc9284..3d82baf6 100644 --- a/Kernel/platform-coco2/kernel.def +++ b/Kernel/platform-coco2/kernel.def @@ -11,16 +11,3 @@ IDEDATA_L equ 0xFF58 PROGBASE equ 0x8000 ; programs and data start here -; Have these defined so that lowlevel-6809.s can be used as-is -SAM_USER macro - endm - -SAM_KERNEL macro - endm - -SAM_SAVE macro - endm - -SAM_RESTORE macro - endm - diff --git a/Kernel/platform-coco2cart/kernel.def b/Kernel/platform-coco2cart/kernel.def index 45787954..137d0092 100644 --- a/Kernel/platform-coco2cart/kernel.def +++ b/Kernel/platform-coco2cart/kernel.def @@ -11,16 +11,3 @@ IDEDATA_L equ 0xFF58 PROGBASE equ 0x8000 ; programs and data start here -; Have these defined so that lowlevel-6809.s can be used as-is -SAM_USER macro - endm - -SAM_KERNEL macro - endm - -SAM_SAVE macro - endm - -SAM_RESTORE macro - endm - diff --git a/Kernel/platform-coco3/kernel.def b/Kernel/platform-coco3/kernel.def index c56225aa..78ec8e5b 100644 --- a/Kernel/platform-coco3/kernel.def +++ b/Kernel/platform-coco3/kernel.def @@ -4,22 +4,6 @@ U_DATA equ 0xe000 ; (this is struct u_data from kerne U_DATA__TOTALSIZE equ 0x200 ; 256+256 bytes. -;;; We don't need these macros for we have no -;;; SAM shenanigans on a CoCo3 - -SAM_USER macro - endm - -SAM_KERNEL macro - endm - -SAM_SAVE macro - endm - -SAM_RESTORE macro - endm - - ;; asm/c shared IDE stuff IDEDATA equ 0xFF50 IDEDATA_L equ 0xFF58 diff --git a/Kernel/platform-multicomp09/kernel.def b/Kernel/platform-multicomp09/kernel.def index c56225aa..78ec8e5b 100644 --- a/Kernel/platform-multicomp09/kernel.def +++ b/Kernel/platform-multicomp09/kernel.def @@ -4,22 +4,6 @@ U_DATA equ 0xe000 ; (this is struct u_data from kerne U_DATA__TOTALSIZE equ 0x200 ; 256+256 bytes. -;;; We don't need these macros for we have no -;;; SAM shenanigans on a CoCo3 - -SAM_USER macro - endm - -SAM_KERNEL macro - endm - -SAM_SAVE macro - endm - -SAM_RESTORE macro - endm - - ;; asm/c shared IDE stuff IDEDATA equ 0xFF50 IDEDATA_L equ 0xFF58