IF EXISTS HardKickMMU

	c:echo "Setting up MMU mirroring system for ROM based machines...."

;Attention!!  HardKickMMU has 3 different options:

; -f    Turns on the FASTROM option (remaps KickStart into FAST memory).
; -c    Turns on CopyBack mode (68040 owners only).
; -h    Remaps the EMPLANT hardware to appear at the same memory location
;       that the MAC's hardware appears.

;       You can use either upper or lower case letters (ie. -f or -F).

;* Recommended setup for A4000 and other 040 machines:
;
;       HardKickMMU -f -c -h

;* Recommended setup for A2000,A3000 and other machines:
;
;       HardKickMMU -f -h

;* Recommended setup for low memory systems (this script's default):

	HardKickMMU -h

	c:echo " "
	c:echo "Running emulation configuration menu...."
	RUN >NIL: <NIL: MACII

ENDIF
