--- mon/src/mon_lowmem.h 2000/09/25 12:44:34 1.1 +++ mon/src/mon_lowmem.h 2000/10/15 15:07:15 1.3 @@ -1,7 +1,7 @@ /* * mon_lowmem.h - MacOS low memory globals definitions * - * mon (C) 1997-2000 Christian Bauer, Marc Hellwig + * cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -23,9 +23,10 @@ struct lowmem_info { const char *name; - unsigned long addr; + uint16 addr; }; +// Low memory globals in ascending order static const lowmem_info lowmem[] = { {"MonkeyLives" , 0x100}, {"ScrVRes" , 0x102},