A complete, open-source reverse engineering of the IBM Palm Top PC110 (type 2431, 1995), a Japanese-market, 486-class subnotebook co-developed by IBM Japan and Ricoh / RIOS Systems. This repository gathers everything needed to understand, repair, recreate, and modernize the machine: recreated schematics and PCB layouts, die-level chip analysis, firmware and BIOS dumps with disassembly, high-resolution optical and X-ray scans, datasheets, and hardware mods.
🛠️ Goal: preserve the PC110 in full — signal-for-signal — so it can be rebuilt, repaired, emulated, and reimagined long after the last original board has corroded away.
| Folder | What you'll find |
|---|---|
PCB/ |
Recreated KiCad schematics and PCB layouts for the mainboard, PSU, keyboard membrane, docking station, modem, and 16 MB RAM module. Includes a combined schematic PDF, fab files, BOMs, and 3D renders. |
Components/ |
Chip-level reverse engineering: die-level analysis (with John McMaster), firmware/BIOS/ROM dumps for six chips, disassembly, emulators, and the internal 4 MB disk image. |
Discovery/ |
Deep-dive subsystem notes for each major chip and bus, plus an unofficial, comprehensive service & technical reference manual. Start here to understand how it all fits together. |
Mods/ |
Hardware modifications and redesigns: ITX-form-factor recreations, a CPU upgrade adapter, a new docking station, a +4 MB RAM mod, a TFT display swap, and Altium ports. |
Optical/ |
High-resolution optical scans, X-ray captures, and individual copper-layer images of every board and the custom chips. |
Datasheets/ |
Datasheets, pinouts, and connector maps for the chips and connectors across the motherboard and peripheral boards. |
Docs/ |
The project's story — "A Tribute to the IBM PC110" — covering the sanding, scanning, decapping, and schematic-extraction journey. |
Recreated PCBs (PCB/)
All boards are recreated in KiCad 9.0 (requires the Alternate KiCad Library), with fab files and BOMs.
| Board | Description | Layers |
|---|---|---|
| Mainboard | Motherboard | 10 |
| PSU | Power supply | 4 |
| Keyboard | Keyboard membrane | 2 + 2 |
| Docking Station | Port expansion | 4 |
| Modem | 14.4 kbps internal modem | 6 |
| RAM-16MB | 16 MB RAM module | 4 |
- Schematic
- Layout
- Schematic
- Layout
- Schematic
- Layout
- Schematic
- Layout
- Schematic
- Layout
- Schematic
- Layout
Component Reverse Engineering (Components/)
A collaboration with John McMaster — laser-decapped chips with high-resolution die imaging.
| Designator | Part | Function | Notes |
|---|---|---|---|
| U61 | VL82C420FC5 | "SCAMP IV" chipset (DMA, PIC, PIT, RTC) | Notes |
| U35 | Pluto | Custom I/O gate array | Notes |
| U21 | Bowman | Custom system-controller gate array | Notes |
| U75 | D17137AGT | TrackPoint controller | Notes |
Raw readouts plus reverse-engineering analysis (reports, extracted strings, hexdumps, disassembly, and in some cases emulators) for the programmable chips. See Components/Flash/.
| Chip | Size | Role |
|---|---|---|
| Intel E28F002BXT | 256 KiB | Main/system BIOS (IBM VGA-compatible, APM) — includes BIOS disassembly project |
| OKI MSM538032E | 1 MiB | Japanese/system font mask ROM |
| Eon EN29F040A | 512 KiB | Modem/fax board flash |
| Mitsubishi M38813E4HP | ~16 KiB | Keyboard controller firmware (U67) |
| Mitsubishi M38223E4HP | ~16 KiB | Power-sense MCU firmware (U6) — includes an emulator |
| Atmel AT29LV512 | 64 KiB | SanDisk PCMCIA ATA FlashDisk controller (68000) |
Images of the PC110's internal 4 MB solid-state drive in Components/Internal-Disk-Image/ (raw .img and PowerQuest .PQI).
Discovery — subsystem deep-dives (Discovery/)
Reconstructed from schematic recreations, firmware disassembly, die scans, and the datasheets of architectural-twin parts.
| Folder | Subject |
|---|---|
| Service-Manual | Unofficial comprehensive service & technical reference manual — start here |
| Chipset | VLSI VL82C420 "SCAMP IV" system controller, full pin map |
| Bowman | U21 main system-controller ASIC |
| Pluto | U35 I/O gate array (with 6502 disassembler) |
| 65535 | C&T F65535 flat-panel/CRT VGA controller |
| ES488 | ESS ES488F "AudioDrive" + YM3812 (OPL2) FM chain |
| Modem | MN195001 single-chip fax engine |
| PSU-MB-M38 | U6 M38223E4HP power-sense MCU + connector map |
| Power-Sequence | Power-on sequence & "won't power on" repair guide |
| Trackpoint | U75 µPD17137A pointing-device controller |
| Debug | 80486SX debug / JTAG headers + a homebrew debug pod |
Modifications & redesigns (Mods/)
| Project | Description |
|---|---|
| PC110-ITX | An ITX-form-factor motherboard reimplementing the PC110, with original BGA parts converted to QFP for easier assembly |
| PC110-ITX-all-in-one | ITX variant that merges the motherboard and docking-station PSU into one board |
| CPU Upgrade | BGA-to-socket adapter work toward a faster CPU (shares the VL82C420 with Taka's 230cs upgrade) |
| NewDock | A redesigned docking station as a standalone KiCad project |
| RAS4 | Enables an extra 4 MB of internal RAM by repurposing VL_D12 as RAS#4 |
| TFT | TFT display replacement, including a BIOS patch image |
| Altium | The PCB projects ported from KiCad to Altium |
Optical scans & X-rays (Optical/)
High-resolution optical scans, X-ray captures, and individual copper-layer images of every board and the custom chips — including the full 10-layer copper stack of the mainboard, x-rays of the BGA/QFN packages, and corner-stitch die photos for the 486SX, VL82C420, F65535, Bowman, and Pluto. See Optical/README.md.
Join the discussion, ask questions, and share your work:
Discord: discord.gg/WvRh6C6WT Facebook group: IBM PC110 community
- Review the schematics and PCB layouts to spot bugs, errors, and issues.
- Verify the layout against the schematic and against real hardware.
- Find missing datasheets for the custom and undocumented parts.
- Contribute firmware / ROM analysis and disassembly.
- Fund the next iteration of PCBA so we can fabricate and test the recreated motherboard.
Featured on Hackaday:
Featured on Taka's blog:
- PC110 New PSU
- PC110 PCB Pattern
- PC110 PCB Layout creation
- PC110 New Docking Station PCB
- X-ray photos of the inside of the PC110's LSI
Jeff Geerling's YouTube Channel:
LGR YouTube Channel:
VCFMW20 YouTube Channel:
This project would not have been possible without Kevin Moonlight (microcontroller ROM extraction), Mike Lycett (fundraiser & coordination), Nick Rogers (debugging & verification), John McMaster (high-resolution die imaging), CLC / Fred Nielsen (decapping & silicon prep), and the wider open hardware & retrocomputing community.
The reverse-engineering work in this repo has a companion project: PC110-EMU — an experimental emulator built around the real machine artifacts documented here. It boots the actual PC110 BIOS, runs PC DOS and Personaware, and loads the power-sense and keyboard-controller MCU firmware and the Japanese font flash — the very dumps that live in this repository's Components/Flash/ folder.
Highlights:
- Boots the real PC110 BIOS and runs PC DOS and supported Personaware disk images, including the ROM-backed graphical Easy-Setup screen.
- Renders the Personaware launcher with Japanese DBCS glyphs pulled from the PC110 font flash (
MSM538032E). - Loads the M38223 power-sense MCU and M38813 MELPS 740 keyboard-controller firmware for diagnostics and controller responses.
- Models the front LCD status strip (the startup
IBMsegment display, time, disk, PMCU, KBC, speaker, and setup state). - Two frontends: a native macOS SwiftUI app for bring-up and diagnostics, and a portable CMake build (Linux / Windows / macOS) with a headless runner and an optional SDL2 GUI.
- Rich diagnostics: copy-ready CPU state, traces, memory, and text-screen dumps.
The emulator ships no copyrighted ROMs — use the legally obtained dumps from hardware you own. This repo documents where those dumps come from and what each one does.
The macOS frontend running Personaware, with live diagnostics and the modeled front LCD:
The ROM-backed graphical BIOS Easy-Setup screen:
Get the emulator → ahmadexp/PC110-EMU
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International License (CC BY-NC 4.0).
You are free to:
- Share, copy and redistribute the material in any medium or format
- Adapt, remix, transform, and build upon the material
Under the following terms:
- Attribution: You must give appropriate credit, provide a link to the license, and indicate if changes were made.
- NonCommercial: You may not use the material for commercial purposes.
For full details, see: https://creativecommons.org/licenses/by-nc/4.0/
As the project creator, I reserve the right to use this material commercially or under any other terms.

