diff --git a/apple_driver/head.S b/apple_driver/head.S index ed81467..f696b3b 100644 --- a/apple_driver/head.S +++ b/apple_driver/head.S @@ -6,7 +6,7 @@ * */ - .chip 68000 + .cpu 68000 .macro SysError .short 0xA9C9 diff --git a/first/first.S b/first/first.S index 86711fa..2013338 100644 --- a/first/first.S +++ b/first/first.S @@ -4,7 +4,7 @@ * */ - .chip 68000 + .cpu 68000 .equ sector_size, 512 .equ first_level_size, 2 * sector_size diff --git a/libmacos/display_properties.S b/libmacos/display_properties.S index c123309..1f02a36 100644 --- a/libmacos/display_properties.S +++ b/libmacos/display_properties.S @@ -4,7 +4,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/libunix/divsi3.S b/libunix/divsi3.S index d798034..0338fcb 100644 --- a/libunix/divsi3.S +++ b/libunix/divsi3.S @@ -7,7 +7,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/libunix/modsi3.S b/libunix/modsi3.S index 1cf5f7c..30a641e 100644 --- a/libunix/modsi3.S +++ b/libunix/modsi3.S @@ -7,7 +7,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/libunix/mulsi3.S b/libunix/mulsi3.S index 1ff9bcb..e623a9c 100644 --- a/libunix/mulsi3.S +++ b/libunix/mulsi3.S @@ -7,7 +7,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/libunix/udivsi3.S b/libunix/udivsi3.S index 3eeb80f..9db062e 100644 --- a/libunix/udivsi3.S +++ b/libunix/udivsi3.S @@ -7,7 +7,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/libunix/umodsi3.S b/libunix/umodsi3.S index 827d50f..c2079f5 100644 --- a/libunix/umodsi3.S +++ b/libunix/umodsi3.S @@ -7,7 +7,7 @@ * */ - .chip 68000 + .cpu 68000 .align 2 diff --git a/second/MMU030_asm.S b/second/MMU030_asm.S index ac93c27..037d372 100644 --- a/second/MMU030_asm.S +++ b/second/MMU030_asm.S @@ -4,7 +4,7 @@ * */ - .chip 68030 + .cpu 68030 .global MMU030_disable_cache MMU030_disable_cache: diff --git a/second/MMU040_asm.S b/second/MMU040_asm.S index 2c37a8a..e230d20 100644 --- a/second/MMU040_asm.S +++ b/second/MMU040_asm.S @@ -4,7 +4,7 @@ * */ - .chip 68040 + .cpu 68040 .global MMU040_disable_cache MMU040_disable_cache: diff --git a/second/enter_kernel030.S b/second/enter_kernel030.S index 8d7a1da..226eadd 100644 --- a/second/enter_kernel030.S +++ b/second/enter_kernel030.S @@ -4,7 +4,7 @@ * */ - .chip 68030 + .cpu 68030 .include "copymem.i" diff --git a/second/enter_kernel040.S b/second/enter_kernel040.S index 2faf04c..acfcc9b 100644 --- a/second/enter_kernel040.S +++ b/second/enter_kernel040.S @@ -4,7 +4,7 @@ * */ - .chip 68040 + .cpu 68040 .include "copymem.i" diff --git a/second/enter_kernelnoMMU.S b/second/enter_kernelnoMMU.S index e58b05d..f308ba6 100644 --- a/second/enter_kernelnoMMU.S +++ b/second/enter_kernelnoMMU.S @@ -3,7 +3,7 @@ * (c) 2004-2007 Laurent Vivier * */ - .chip 68000 + .cpu 68000 .include "copymem.i" diff --git a/second/head.S b/second/head.S index e668ec4..e9cc357 100644 --- a/second/head.S +++ b/second/head.S @@ -4,7 +4,7 @@ * */ - .chip 68000 + .cpu 68000 .macro SysError .short 0xA9C9 diff --git a/second/switch_to_PPC.S b/second/switch_to_PPC.S index 9f679c9..6d7aa16 100644 --- a/second/switch_to_PPC.S +++ b/second/switch_to_PPC.S @@ -5,7 +5,7 @@ * */ - .chip 68020 + .cpu 68020 .equ PC, 0x00FC .equ GPR, 0x0100