/ghidra-neogeopocket-loader

Ghidra loader for the Neo Geo Pocket console

Primary LanguageJava

Ghidra Neo Geo Pocket Loader

Loads game ROMs for the Neo Geo Pocket console. Adds memory map and labels for BIOS functions and I/O ports.

Usage

First, setup TLCS-900/H processor module.

Afterwards:

GHIDRA_INSTALL_DIR=#FIXME
gradle -PGHIDRA_INSTALL_DIR=$GHIDRA_INSTALL_DIR buildExtension
mv dist/ghidra_*.zip "$GHIDRA_INSTALL_DIR/Extensions/Ghidra/"

Examples