Anyway, what it is I want to do is tell my A600 to use 1 of it's 2Mb Chip RAM as FAST memory as some games don't seem to work...
There are some tools like this, but they will help only with portion of the games.
Some of the games expect "ranger" memory at 0xC00000 (that is for example the 512K memory expansion of A500). The faked fastmem will appear at 0x100000 and PCMCIA memory at 0x600000, so neither will help these games. I think WHDLoad can fake the ranger memory with MMU, but that requires at least 68030 and some fast memory.
Some games (ones using AllocMem(x, MEMF_FAST), AllocVec(x, MEMF_FAST) or MEMF_FAST hunks will work, though.