Removing a Super Mario World 2: Yoshi's Island cartridge during a boss fight reveals that the enemies are dynamically rendered from simple geometric cones.
For most of us, Yoshi’s Island is a masterpiece of 16-bit aesthetics. But under the hood, it’s a brutal exercise in hardware optimization. Nintendo wasn’t just pushing pixels; they were cheating the system to achieve pseudo-3D scaling that the base Super Nintendo (SNES) architecture couldn’t handle alone. This is where the Super FX 2 chip enters the frame.
The Super FX 2 isn’t just a booster; it’s a RISC (Reduced Instruction Set Computer) processor integrated directly into the game cartridge. While the SNES CPU handled the game logic, the Super FX 2 acted as a graphics accelerator, performing the heavy lifting for polygon transformation and scaling. In the case of the bosses, the chip didn’t just “stretch” a sprite. It used a mathematical primitive—a cone—and morphed it dynamically to create the illusion of depth and scale.
When you yank the cartridge out mid-fight, you aren't just stopping the game. The "magic" of the transformation collapses. The complex boss disappears, and the raw, untextured geometric primitive—the cone—remains frozen on the screen.
The Architecture of the Super FX 2 vs. Standard Sprite Scaling
To understand why this happens, we have to look at the difference between traditional 2D sprites and the Super FX’s approach. Standard SNES games used “Mode 7” for scaling and rotation, which essentially skewed a background layer. However, Yoshi’s Island needed something more aggressive for its bosses to feel truly monolithic.

- Standard Sprite Scaling: Limited by the console’s internal OAM (Object Attribute Memory), leading to “pixelation” or “jitter” when scaling rapidly.
- Super FX 2 Pipeline: Bypasses standard limitations by calculating vertex positions on the fly. It treats the boss not as a flat image, but as a series of mathematical points.
- The Cone Primitive: By using a cone as the base geometry, Nintendo could scale the boss from a tiny point to a screen-filling giant with minimal computational overhead.
It’s an elegant solution to a hardware bottleneck. By manipulating a single primitive, they saved precious ROM space and CPU cycles.
Why This Glitch is Impossible on Nintendo Switch Online
If you’re playing via a subscription on a Switch, you’re seeing an emulation of the Super FX 2 chip. The emulator mimics the output of the hardware, but it doesn’t simulate the physical electrical failure of a pin connection being broken. There is no physical cartridge to remove, meaning the “cone state” is logically unreachable.

The "glitch" is gone because the hardware instability that caused it has been engineered away.
The High Cost of Digital Curiosity
Let’s be clear: do not do this. Pulling a cartridge from a powered-on SNES is an invitation for disaster. You are risking an electrical arc across the pins, which can lead to permanent hardware failure.
The risks include:
- Pin Damage: Bending or scratching the gold-plated connectors.
- Data Corruption: If the console is mid-write to the SRAM (Save RAM), you can wipe your entire save file.
- Voltage Spikes: In rare cases, removing the chip can cause a power surge that fries the console’s motherboard.
It’s the ultimate “high-risk, low-reward” scenario. You get to see a grey cone for three seconds at the cost of a potentially bricked console.
The Legacy of Hardware Constraints
This discovery isn’t just a trivia point for Mario fans; it’s a lesson in the history of computer graphics. Before we had dedicated GPUs with billions of transistors, developers had to be architects of illusion. They used “hacks” and primitives to trick the human eye into seeing 3D where there was only math.

But the core philosophy remains the same: optimize the pipeline to hide the limitations of the hardware.
The fact that we are still finding these “ghosts in the machine” thirty years later proves that the original SNES era was a peak of engineering creativity. The bosses of Yoshi’s Island weren’t just characters; they were mathematical triumphs disguised as cartoons.