All information on this page was taken from: http://www.geocities.co.jp/SiliconValley-SanJose/6808/

Xellent30s CPU accelerator board

Xellent30 is a CPU accelerator board for the X68000 series and was manufactured and sold by Tokyo Systems Research Co. Ltd. from 1995. It is equipped with a MC68EC030 CPU at 25MHz and 68882 FPU at 33MHz. This product is intended to have similar speed of X68030 and is available for the following systems.

Xellent30 XVI
Xellent30s ACE, EXPERT, SUPER
Xellent30pro PRO
Xellent30s

Package contents

Everything that can be seen in the previous pictures.

DIP switch settings

The DIP switch settings were taken from Xellent30s manual by Tokyo Systems Research Co. Ltd.

Hardware installation

The X68000 motherboard is covered with EMI shielding plate, therefore the mounting of Xellent30s must be done carefully as instructed in the following instructions.

Testing the Xellent30s

After the installation, check if the Xellent30s is working. Use only minimal configuration for testing which consists of RGB monitor and a keyboard. Switch on the X68000 only after making sure that Xellent30s is firmly attached to the CPU socket on the motherboard. If the system does not start or behaves abnormally, switch it off imediately and test its all functions. After confirming that the system starts, boot Human68kVer3.0 from the included setup disk and execute “chk_xel.x”. The “CHK_XEL.X” is a self-diagnostic program which will verify the operation of 68EC030. Please follow the instructions on the display screen.

Installing the CPU boot selection menu

By default the Xellent30s will start in 68000 mode when the X68000 is switched on and you will need a driver to use it in MC68030 mode. A program which allows the user to easily select whether to start in either MC68000 or MC68030 mode has been included in the setup disk.

The CPU boot selection menu can be installed in SRAM by using the following procedure.

3rd party drivers

Installing the SRAM driver without ch30inst.x

>switch boot=scsi0		- Sets the ROM boot mode and ROM boot address
>db				- Starts the debugger
-mes e8e00d 31			- Enables writing to SRAM
-fs ed0100 ed3fff 00		- Clears the program area of SRAM
-rch30_omake.sys,ed0100		- Copies ch30_omake.sys to SRAM
-mew ed0100+[ed0106].l 4e75	- Sets the length of the SRAM boot program
-mel ed0106 [ed000c].l		- Sets the ROM boot address
-mes ed0106 [ed0018].b		- Sets the ROM boot mode
-mel ed010a ecc000		- Sets the I/O port address of Xellent30
-mes e8e00d 00			- Finishes writing to SRAM
-q				- Exits the debugger
>switch sram=program		- Sets the SRAM usage mode
>switch boot=ram$ed0100		- Sets the SRAM boot mode and SRAM boot address

Boot keys after installation