--- hatari/src/uae-cpu/memory.h 2019/04/01 07:11:36 1.1.1.5 +++ hatari/src/uae-cpu/memory.h 2019/04/09 08:53:25 1.1.1.7 @@ -7,8 +7,8 @@ * * Adaptation to Hatari by Thomas Huth * - * This file is distributed under the GNU Public License, version 2 or at - * your option any later version. Read the file gpl.txt for details. + * This file is distributed under the GNU General Public License, version 2 + * or at your option any later version. Read the file gpl.txt for details. */ #ifndef UAE_MEMORY_H @@ -66,7 +66,7 @@ extern addrbank mem_banks[65536]; #define put_mem_bank(addr, b) (mem_banks[bankindex(addr)] = *(b)) #endif -extern void memory_init(uae_u32 f_STMemSize, uae_u32 f_TTMemSize, uae_u32 f_RomMemStart); +extern void memory_init(uae_u32 nNewSTMemSize, uae_u32 nNewTTMemSize, uae_u32 nNewRomMemStart); extern void memory_uninit (void); extern void map_banks(addrbank *bank, int first, int count);