	Special Notes for Using ADAPT-11C75 and ADAPT-11C75DX
	=====================================================

Programming the X68C75 8K EEPROM can be done via a batchfile which loads
special EEPROM programming software (B75S19R1.BIN) into the 68HC11 RAM in BOOT
mode.  To load your S-record file into the EEPROM, execute PS1C75.BAT (or
PS2C75.BAT, for COM2), supplying your filename as a parameter.  For example,
to program a file called myprog.s19 via com2, enter:

		ps2c75 myprog

Then follow the on-screen instructions.

Alternatively, an S-record file may be loaded via PCBUG11, using the LOADS
command.  Before running PCBUG11, you must run the batchfile SDPOFF1.BAT (or
SDPOFF2.BAT) to disable SDP in the X68C75.  THen, after starting up PCBUG11
specify the EEPROM range using the following PCBUG11 commands:

	eeprom e000 ffff
	eeprom erase disable

The reason for this is to invoke the write delays provided by PCBUG11 (13ms
minimum) to allow enough time for writing each byte.

Place the WriteEnable jumper on JP1, and enter the following command:

	loads myprog

(use the appropriate path).  Individual locations can be modified by the MM
command (as long as the WriteEnable jumper is in place).
