z80pack: remove facepalm
authorAlan Cox <alan@etchedpixels.co.uk>
Tue, 25 Nov 2014 15:52:44 +0000 (15:52 +0000)
committerAlan Cox <alan@etchedpixels.co.uk>
Tue, 25 Nov 2014 15:52:44 +0000 (15:52 +0000)
Kernel/platform-z80pack/config.h

index fbe9784..7d5edd6 100644 (file)
@@ -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 */