Epson HX-20


The Epson HX-20 was the first "true" laptop computer. It was invented in July 1980 by Yukio Yokozawa, who worked for Suwa Seikosha, a branch of Japanese company Seiko, receiving a patent for the invention. It was announced in 1981 as the HC-20 in Japan, and was introduced by Epson in North America as the HX-20 at the 1981 COMDEX computer show in Las Vegas, where it drew significant attention for its portability. It had a mass-market release in July 1982, as the HC-20 in Japan and as the Epson HX-20 in North America. The size of an A4 notebook and weighing 1.6 kg, it was hailed by BusinessWeek magazine as the "fourth revolution in personal computing".

Features

Epson advertised the HX-20 with a photograph and photo editing of the computer on two facing magazine pages with the headline "Actual size". With about the footprint of an A4 size page, the Epson HX-20 features a full-transit keyboard, rechargeable nickel-cadmium batteries, a built-in 120 × 32-pixel LCD which allowed 4 lines of 20 characters, a calculator-size dot-matrix printer, the EPSON BASIC programming language, two CPUs at which is essentially an enhanced Motorola 6801, RAM expandable to, two RS-232 ports at a maximum of for the first 8-pin DIN connector intended for modem or serial printer with the second port capable of using a 5-pin DIN connector which was mainly for use with external floppy drive and video display an early concept of docking station, a acoustic coupler was available, built-in microcassette drive, barcode reader connector. Uses a proprietary operating system, which consists of the EPSON BASIC interpreter and a monitor program, and weighs approximately. Known colours of the machine are silver and cream, while some prototypes were dark grey. The HX-20 was supplied with a grey or brown carry case. An external acoustic coupler, the CX-20, was available for the HX-20, as was an external floppy disk drive, the TF-20, and an external speech synthesis Augmentative Communication Device, 'RealVoice'. Another extension was the serially connected character video. It used a special protocol, EPSP, which was also used by the external floppy disk drive.
The battery life of the HX-20 was approximately running BASIC and less using the microcassette, printer or RS-232. Data integrity could be preserved in the range. The power supply was rated for. Operating and charging it would tolerate. Data integrity could be preserved at. The HX-20 could be stored between.
The later, more popular TRS-80 Model 100 line, designed by Kyocera, owed much to the design of the HX-20.

Reception

BYTE in September 1983 wrote that the HX-20, available in the United States for about a year, had been unsuccessful because of the lack of software or accessories. The review noted that Epson had included the formerly $160 microcassette drive in the standard $795 configuration, as well as bundling a simple word processor. BYTE praised the printer as "nothing short of amazing", but criticized the lack of an operating system for cassette storage and said that compared to the TRS-80 Model 100's display, "the HX-20 looks primitive".

LCD

The LCD is 120×32 pixels and is controlled by six μPD7227 LCD controller ICs each responsible for 40×16 pixels of the LCD. The μPD7227 uses a serial protocol and has two memory banks for switching between rows 0-7 and 8-15. It features multiple modes, including "Write", "Read", "AND", "OR" and "Character". The "character" mode draws characters from a built-in character map.
Each bank is 40 bytes with bit 6 of the address determining the bank and even though the address can be up to 127, nothing will happen when trying to access data outside the banks. If the pointer action in a command is set to decrement and the pointer is at 0, the pointer will wrap to 127.

Monitor

The Monitor program can be accessed via the main menu on startup by pressing 1, by typing the command "MON" in BASIC or by causing a trap, i.e. writing/reading to/from protected addresses or executing an illegal instruction.
In the case of a trap, "Trap!" will be displayed in the Monitor and the user can use it for debugging.
When entering Monitor it shows a prompt on the first line, "Trap!" on the second line and the CPU registers as they were right before the Monitor was entered on the third and fourth lines. These registers are A, B, X, C, S and P.
Monitor can be used for reading and writing memory, modifying CPU registers, running code at specific addresses in memory, saving/loading memory to/from a plugin option, etc. This is very useful for debugging programs written in machine code in difference to programs written in the EPSON BASIC programming language.

Commands

Expansion port

The expansion port allows hardware to connect directly to the master processor's memory bus, exposing the 16-bit address bus, 8-bit data bus and control signals. An external device can add ROMs, RAM or MMIO-devices to the master CPU's address space. The address range 0x4000-0x5FFF has no internal mapping and is thus a good range for external hardware, but the internal ROMs can be disabled as well using the ROM enable pin so the entire range 0x4000-0xFFFF can be used.
There's an "expansion unit" which contains sockets for extra RAM and ROMs which can be mapped to various areas in the address space using a DIP switch, even replacing the BASIC interpreter ROMs. Some software distributed as ROMs were designed to be used in the expansion unit.
PinNameDirectionDescriptionPinNameDirectionDescription
1Vb-+5V21ADDR6OUTAddress line 6
2NMI#-Master/Slave CPU NMI-signal22ADDR7OUTAddress line 7
3+5V-Logic voltage23ADDR8OUTAddress line 8
4+5V-Logic voltage24ADDR9OUTAddress line 9
5DATA7IN/OUTData line 725ADDR10OUTAddress line 10
6DATA6IN/OUTData line 626ADDR11OUTAddress line 11
7DATA5IN/OUTData line 527ADDR12OUTAddress line 12
8DATA4IN/OUTData line 428ADDR13OUTAddress line 13
9DATA3IN/OUTData line 329ADDR14OUTAddress line 14
10DATA2IN/OUTData line 230ADDR15OUTAddress line 15
11DATA1IN/OUTData line 131ROUTReset
12DATA0IN/OUTData line 032R/WOUTRead /Write
13IOCS#OUTI/O chip select33R #OUTRAM reset
14Vc-RAM backup voltage 34EOUTENABLE signal
15ADDR0OUTAddress line 035ROM EINROM enable
16ADDR1OUTAddress line 136INTEX#INExternal interrupt signal
17ADDR2OUTAddress line 237GND-Signal ground
18ADDR3OUTAddress line 338GND-Signal ground
19ADDR4OUTAddress line 439CG-Chassis ground
20ADDR5OUTAddress line 540CG-Chassis ground

Memory map

ROM #0 and #1 are known as the I/O ROMs, handling system reset and providing functions for using the LCD, keyboard, clock, printer, speaker, serial communication, etc. The I/O ROMs are equivalent to the BIOS in modern PCs.
ROM #0 also contains the interrupt vector table at FFF0-FFFF. FFFE-FFFF determines what the program counter should be set to on power up or reset. In the standard set of ROMs for the HX-20, this value is E000, the start of ROM #0.
ROM #2 and #3 contains the BASIC interpreter. If the BASIC ROMs are removed from the motherboard, the BASIC option in the main menu will disappear, leaving only MONITOR. This is because ROM #3 contains a program header which is detected by the menu routines. This works the same for all user-created programs, except the program type is different.
The Expansion unit added up to 16 kByte of RAM and two ROM sockets. The latter could only be used by switching off the internal BASIC ROMS.

Similar Epson models

A common complaint found in most HX-20 computers today is the failure of the internal Ni-Cd rechargeable battery pack. The battery pack is easily replaced by a NiMH battery pack. Changing the battery pack is not generally considered to reduce the collectible value of the computer, as doing so does not damage any internals.
An easy fix for replacement batteries is to use four AA cells in a holder secured on the inside. The leads can be easily soldered on to the connector from an original battery. It can also work with a lantern battery on alligator clips.