Imagine a PlayStation controller that wasn't just a controller - it was the entire console. That's exactly what Sony's hardware team prototyped in the mid-1990s, a device that could play PS1 games without needing a separate box. And according to the former engineer who almost walked out over it, Sony's own licensing department killed the project. The story of the unreleased PlayStation pad-with-a-PS1-inside is a masterclass in how corporate legal battles can strangle important hardware before it ever reaches a consumer's hands.
The device - let's call it the "PS1-in-a-pad" - was more than a pipe dream. It was a fully functional prototype that demonstrated Sony's audacious engineering. But behind the scenes, a clash over royalty terms between Sony Computer Entertainment and Sony's broader licensing group nearly caused a key engineer to resign. This isn't just a footnote in gaming history; it's a cautionary tale for any technology company that tries to balance innovation with bureaucracy.
In this article, we'll tear down the engineering and business decisions behind that lost controller, analyze what it means for today's licensing battles (think of Apple's App Store or GPU driver royalties), and ask whether Sony made a strategic error by letting legal fears override technical ambition.
The Fabled Prototype: A Controller That Was Also a Console
In the early PlayStation era, Sony's hardware division was known for pushing boundaries. The original PS1 SCPH-1000 shipped with a parallel I/O port that hobbyists still hack today. But the prototype that almost changed everything was a standard DualShock-shaped controller with a full PS1 motherboard crammed inside. According to a recent Time Extension interview with a former Sony engineer, the device played actual retail discs - no cartridge adapter, no external power brick, just a controller you plugged into a TV.
The engineering challenge was immense. The PS1's custom MIPS R3000A CPU and GPU chipset required a multi-layer PCB, heat dissipation. And a power supply that could run on batteries or a wall adapter. The prototype reportedly used a slot-loading optical drive similar to car CD players. Which allowed the disc to sit inside the controller's grips. The result was a product that looked like a chunky gamepad but could output video and audio directly.
So why did it vanish? Not because of technical failure - the prototype worked. The killer was Sony's internal licensing structure. Which demanded that any device playing PlayStation games pay a royalty per unit sold. But because the "pad" was also a console, it blurred the lines between controller and system. The licensing group wanted to tax it as both, effectively doubling the royalty burden - an absurdity that nearly pushed the lead engineer to leave.
Inside the Pad: How a PS1 Fit in a Controller
Today, we take miniaturization for granted - a Raspberry Pi Zero can emulate a PS1. But in 1996, fitting a complete console into a controller was new. The PS1's mainboard measured roughly 20cm x 15cm in the retail console. The prototype shrunk that to fit inside a 12cm x 8cm controller shell. To achieve this, the team used custom ASICs that combined the CPU, GPU. And audio processor into a single BGA package - something Sony wouldn't commercialize until the PSone redesign in 2000.
The optical drive was the trickiest part. Standard PS1 drives used a tray mechanism that wouldn't fit. The prototype used a slot-loading mechanism from a portable CD player. Which required rewriting the firmware to handle a different laser assembly. The engineer recalls spending three months just on the drive firmware, only to see the project shelved because "Sony licensing couldn't get their act together about the royalty terms. "
Let's put this in perspective: the PS1's CD-ROM controller was a custom chip that handled audio decoding (XA-ADPCM), data streaming. And subcode processing. Packing that into a controller meant redesigning the entire power delivery system. The prototype used a 5V battery pack (six AA cells) that lasted about 90 minutes - too short for commercial use. But enough to prove the concept. Had it shipped, later revisions would likely have used a li-ion cell like today's Nintendo Switch.
The Sony Licensing Battle: "I Almost Left Sony Over That One"
The quote that gives this article its title comes directly from the Time Extension interview. The engineer, who worked on the prototype for over a year, was told that the device would be classified as both a "peripheral controller" and a "console" under Sony's internal licensing framework. That meant two separate royalty fees - one for the controller portion (under a peripheral license) and one for the console portion (under the console license). Combined, the royalties would have made the product unprofitable at any reasonable price point.
The absurdity of the situation is worth unpacking. The licensing department argued that because the pad could play games without a PS1 console, it was a console. But because it also acted as a controller for a separate PS1 (via a daisy-chain connector), it was also a peripheral. They wanted to collect twice. The engineer tried to argue that a single device should have a single royalty. But Sony's legal team refused to create a new license category. "They'd rather kill the product than admit their rules were broken," he said.
This is a textbook example of licensing friction Killing innovation. In software, we see the same phenomenon when API licensing terms make it impossible to build open-source libraries. In hardware, it's even more grotesque because the physical prototypes already exist. The PS1-in-a-pad was arguably the first "all-in-one" gaming device - a precursor to the Nintendo Switch - but internal politics prevented Sony from getting there first.
Why It Didn't Ship: The Royalty Quagmire
Beyond the double-licensing issue, there was a deeper problem: Sony's licensing group feared that the pad would cannibalize sales of the full console. If a household bought the pad instead of the $299 PS1, Sony's per-unit profit would drop significantly. The pad would likely have been priced around $199 (at the engineer's estimate), but with lower margins after the doubled royalty, it might have been $249 - still less than the console. But not by enough to justify the risk.
Furthermore, third-party developers would have needed to test their games on the pad's hardware, which was slightly different from the standard PS1 (different optical drive, different power constraints). Sony didn't want to support a second SKU that required separate QA. The licensing department used this as a wedge: "We can't guarantee compatibility, therefore the royalty rate must be higher to cover liability. "
Let's compare this to modern hardware licensing, and when Apple introduced its MFi program, they similarly required license fees for accessory chips. But unlike Sony, Apple created specific categories and single-royalty structures. The lesson is clear: royalty models must be flexible enough to accommodate novel form factors. Or you'll kill the very innovation you hope to monetize.
What If It Had Launched? Alternate History of Gaming
Consider the timeline: The prototype was finalized in 1997. If it had shipped in 1998, it would have predated the PSone (2000) by two years and the Nintendo GameCube (2001) by three. An all-in-one portable controller that played PS1 games could have changed the handheld market entirely. The Nintendo Game Boy Color was dominating. But a PlayStation-branded handheld with full disc-based library would have been a massive threat.
More importantly, it might have accelerated the trend toward console portability. The PS Vita and PSP owe their existence to Sony's later Compact Disc format. But a PS1-in-a-pad in 1998 would have proven the concept a decade earlier. Imagine a world where every PlayStation 2 controller also functioned as a standalone console - the same technical ambition later realized in the PS3's portability? No, that didn't happen. But the prototype could have seeded that thinking.
We can also speculate on the developer impact. If Sony had embraced the pad as a new platform, developers would have had an incentive to improve games for lower power draw and smaller screens. The entire industry might have moved toward cross-platform portability sooner, reducing the gap between home console and handheld graphics. Instead, Sony stayed conservative and let the prototype gather dust in a secret storage room.
Technical Feasibility: The Engineering Behind the Dream
Let's get technical. The PS1's main chipset consisted of the CXD8530Q (CPU + GPU combo) and separate SPU (sound processor) and CD controller. The prototype used a CXD8661RQ - a pre-production die-shrink that packaged the CPU and GPU into a single QFP-176 package. This allowed the PCB to be six layers instead of the standard four, with smaller traces. The power supply required a custom DC-DC converter to generate +3. 3V, +5V, and -5V rails from a single 6V battery input.
The optical drive was a modified KSS-213A mechanism (used in Sony portable CD players). The firmware had to be rewritten because the original PS1's CD controller expected a tray-based loading system. The prototype firmware used a custom interrupt handler that polled the disc tray sensor and emulated the "disc present" signal via a microswitch. The read speed was actually faster than the original drive - the slot-loading mechanism had a lower seek time - but reliability suffered because the disc could wobble during movement.
From a software standpoint, the pad ran a stripped-down version of the PlayStation OS that lacked the memory card interface (no memory card slot due to size constraints). Games would have had to save to an internal flash chip. Which Sony's QA team flagged as a security risk (users could modify saves). This was another licensing objection: "The product doesn't meet our memory card certification standards. " In hindsight, it's a minor issue that could have been solved with a simple SD card slot (which existed in '97 for digital cameras). But Sony's bureaucracy couldn't see beyond its own rulebook.
Lessons for Modern Hardware Licensing
Today, the same tensions exist in industries from GPUs to IoT devices. NVIDIA's GeForce licensing for laptop GPUs requires OEMs to use specific thermal solutions or face royalty adjustments. Apple's App Store commission (30%) is functionally a royalty on software. But the PS1-in-a-pad teaches us that internal licensing silos can be more dangerous than external market forces. Sony's own licensing group was competing against the product division. And the product lost.
A modern example: When Tesla wanted to sell its own AC charging adapters, it had to pay royalties to SAE International for using the J1772 standard. Tesla circumvented this by creating its own connector. In contrast, Sony lacked the will to bypass its own licensing department. The engineer who almost left Sony later told colleagues that the product could have been released if it had been classified solely as a "peripheral" with a single royalty - but that required a legal ruling that never came.
The takeaway for startups and hardware engineers: Always get licensing terms in writing before building a prototype. In Sony's case, the prototype cost hundreds of thousands of yen to develop. The license fee dispute could have been resolved with a simple meeting between engineering and legal. But Sony's corporate structure prevented it. When you're building a novel product, you need a single point of contact for licensing that has authority to create new categories.
The Legacy: From Unreleased Pad to PlayStation's Success
Despite this failure, Sony's PlayStation business thrived. The PS1 went on to sell 102 million units. The pad's engineer stayed at Sony and worked on the PS2's DVD playback feature - another borderline case that required negotiation with Sony's DVD licensing arm. But the pad itself remained a secret until the Time Extension article brought it to light. It's a reminder that even successful companies kill promising products due to internal conflict.
Interestingly, the pad's concept later resurfaced in the PS Vita's remote play feature - not as a standalone device. But as a controller that could communicate with a PS4. The PS Vita TV (a micro-console) also echoed the idea of small form factor PlayStation hardware. But the original vision of a self-contained gaming pad remains unrealized by Sony. The Nintendo Switch eventually achieved it two decades later.
What can we learn, and innovation is fragileIt requires not just technical ingenuity but also organizational agility. Sony's licensing group was protecting its revenue streams, but it failed to see that the pad could have generated entirely new revenue streams - from battery packs - memory cards, and game sales from users who couldn't afford the full console. The bean counters won the battle but lost a potential war.
How Licensing Still Haunts Tech - From GPUs to APIs
Let's draw parallels to today's tech landscape. The Vulkan API specification includes a licensing clause that allows any implementer to use the standard without royalty. But only if they pass conformance tests. This avoids the Sony problem by being explicit up front. In contrast, proprietary API licenses (like Microsoft's DirectX) historically required per-title royalties until the model shifted to flat fees for OEMs.
Another example: ARM's architecture licensing for chip design. If a company wants to build a custom Cortex-A core, they must pay a royalty on each chip sold, plus an upfront fee. But if they build a novel device that doesn't fit existing categories (say, a smartwatch with a full phone AP), ARM's licensing team may try to reclassify it as a "mobile processor" vs. "embedded processor" to extract higher royalties. The same bureaucratic friction that killed the PS1 pad lives on.
For software engineers, this is a cautionary tale about dependency licensing. When you use a library under a non-standard license (e. And g, Commons Clause), you risk later being told your product doesn't fit the license's interpretation. The pad story tells us to always negotiate the license before writing a line of code - or in hardware, before routing a single trace.
Conclusion: The Pad That Should Have Been
The unreleased PlayStation pad with a PS1 inside is more than a gaming trivia - it's a case study in how organizational silos can destroy technical innovation. Sony had the engineering talent, the prototype worked. And there was a clear market opportunity. But internal licensing greed and inflexibility stopped it. The engineer who "almost left Sony" stayed, but his vision was buried.
As developers and engineers, we must advocate for clear, flexible licensing
.Need a Custom App Built?
Let's discuss your project and bring your ideas to life.
Contact Me Today β