Zorro fastmem runs from 0x200000 upwards, so with a mask of 0x0FFFFE you'd get word-aligned chipmem only. Since you've got no accelerator mem within 24 bit address space, you'd use a mask of 0xFFFFFE, i.e. any word-aligned memory withing the first 16 megs. RAM priority will take care of using fastmem first.