From: Alan Cox Date: Tue, 25 Nov 2014 15:52:44 +0000 (+0000) Subject: z80pack: remove facepalm X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=4028f8e82dba25e7239f7734c69a2d4e0b49805a;p=FUZIX.git z80pack: remove facepalm --- diff --git a/Kernel/platform-z80pack/config.h b/Kernel/platform-z80pack/config.h index fbe97840..7d5edd63 100644 --- a/Kernel/platform-z80pack/config.h +++ b/Kernel/platform-z80pack/config.h @@ -20,8 +20,8 @@ #define CONFIG_BANKS 1 #define TICKSPERSEC 100 /* Ticks per second */ -#define PROGLOAD 0x0000 /* also data base */ -#define PROGBASE 0x0100 /* also data base */ +#define PROGBASE 0x0000 /* also data base */ +#define PROGLOAD 0x0100 /* also data base */ #define PROGTOP 0xED00 /* Top of program, base of U_DATA copy */ #define PROC_SIZE 60 /* Memory needed per process */