IF EXISTS SoftKickMMU

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

;Attention!!  SoftKickMMU has 2 different options:

; -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 680040 machines:
;
;       HardKickMMU -c -h

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

	SoftKickMMU -h

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

ENDIF
