Guide

Is there a GB Studio for the Neo Geo?

Yes. It is called Sprixe Neo Studio: you paint scenes, drop actors and wire the rules on an event sheet, press build, and a real Neo Geo ROM comes out — in a browser tab, with nothing to install. Here is what it does, and what it does not.

What the question usually means

GB Studio changed what people expect from retro tooling. Chris Maltby’s editor made Game Boy games something you build by painting scenes and wiring events rather than by learning assembly, and well over a thousand finished games have come out of it. It has been going since 2019, it is MIT-licensed, and it is very good.

So the question is rarely “which of these two should I use” — the two machines have nothing to do with each other. It is: does that kind of tool exist for the Neo Geo? It does. The rest of this page is what it is and what it is not.

From a blank project to a real ROM

Neo Studio runs in a browser tab. There is no installer, no toolchain to set up, no Docker image to pull — you open a URL, start from a template or an empty project, and the compiler is a button.

You draw sprites and paint levels, give an actor a set of animations and a behaviour, then wire the rules on an event sheet: on this input do that, on this timer spawn that, when this animation ends fire the next one. Press build, and your project becomes C, the C becomes a 68000 binary, your sprites become C-ROM and your samples become V-ROM.

The ROM that comes out boots in an emulator embedded in the same page you just edited it in, and reloads live when you rebuild. When it is done, export a .neo — the NeoSD flashcart format — or a MAME romset.

TargetNeo Geo AES / MVS
Runs onAny modern browser
Output.neo · MAME romset
Toolchainngdevkit · gcc-m68k
PriceFree, no sign-up

What the Neo Geo changes

The machine is a different order of thing from a handheld, and that shows up in the editor rather than in marketing copy.

What this is not

It matters more that this gets read accurately than that it gets read impressively.

Try it

The beta is open — no sign-up, no invite, nothing to install. Open a template and press build; the ROM boots in the same tab a few seconds later.

Enter the beta What Neo Studio does