Main Content

Vectron Handheld is a retro handheld gaming console based on the 6502 CPU. It has five input buttons (up, down, left, right, fire) and a 1.8” 128x160 18-bit color TFT LCD display.

I have developed an implementation of Pong to demonstrate Vectron Handheld’s capabilities.

How It Works
The KiCad design files are available here.

The W65C02 is clocked at 8MHz. The console has 32KB of RAM, and 32KB of ROM is available to store the game. A few 7400-series logic chips are used for address decoding and button debouncing. All components are through-hole, and aside from the modern display, the components are contemporaries of the original 6502 processor.

A W65C22 VIA is used to extend the number of interrupts available to the CPU for capturing button presses. The VIA is also used to bit bang the SPI TFT LCD display interface. My implementation of Pong demonstrates how to use the buttons and the display in a game.

A 273 mm x 221 mm 4-layer PCB was designed in KiCad. There is definitely opportunity to reduce the size of the board with a tighter layout if a smaller device is desired (this was my first crack at designing a PCB).

The Vectron Handheld runs at 5V and draws ~150 mA of current.”

Link to article