The creator shows two technical breakthroughs proving
DOOM can run on Neo Geo despite the console's lack of a frame buffer, explaining how community developers overcame hardware limits by using sprite based tricks and creative rendering approaches. One method forces the original DOOM engine to run by using the fixed layer as a tiny micro–frame buffer; the other reimplements rendering with a new engine (V‑Slice) that uses scaled sprites and BSP traversal to render real DOOM maps on Neo Geo. Both approaches work with trade‑offs in resolution and performance, and together they turn a previously impossible idea into a rapidly advancing project.
- 0:01 Problem recap — Neo Geo has no frame buffer; everything is drawn as sprites; previous attempts used ray‑casting and were limited.
- 1:34 Doom 64KB (Frankle IS) — Uses the fixed layer as a micro–frame buffer to run the real DOOM engine; maps (including E1M1) run but at extremely low resolution and poor performance.
- 3:52 Sprite micro–frame buffer (Sabino) — Uses 4×4 sprites as "pixels" for a higher effective resolution (about 80×56) with better visuals but heavy performance cost.
- 5:20 Doom NG / V‑Slice (Retro Ports) — New engine that leverages Neo Geo sprite scaling and reads DOOM's BSP to traverse real maps; hybrid rendering (real walls, precalculated floors/ceilings, fog to mask limits) yields a closer look to original DOOM while avoiding a true frame buffer.
- 8:23 Conclusion — Neither solution is perfect, but both are significant technical achievements; community progress in a few weeks has been substantial.