;*************************************************************************
;** MMU Configuration file						**	
;**									**
;** this file is read on startup by the mmu.library and used to modify	**
;** the pre-calculated or scanned MMU table				**
;**									**
;** © 1999 THOR Software, Thomas Richter				**
;*************************************************************************



; the current version of the MMU library knows three commands that can
; be used in this file: 
; CLEARTTX clears all or parts of the transparent translation registers
; ADDMEM   adds memory to the exec free list pool. BE WARNED, this command
;	   does NOT modify the MMU tables, this must be done by yourself
; SETCACHEMODE	defines the MMU tables.

ClearTTx	;ignore all TTX registers if any. We don't need them.
		;this will speed up the system for some machines.

;remove the semicolon in the line below in case you encounter hangs or
;crashes with Zorro-II 16-Bit memory. It will disable caching for the Z-II
;area. Clearly, this is slower, but it will work, at least.

;SetCacheMode from 0x00200000 size 0x00800000 CacheInhibit


; that's all folks!
