Skip to content

Instantly share code, notes, and snippets.

@secretlay3r
secretlay3r / SMSGGLoader.py
Created May 14, 2026 22:23
IDA loader for Sega Master System/Game Gear ROMs [Z80]
#gist.github.com/secretlay3r
'''
IDA loader for SMS/GG roms ported from Ghidra(https://github.com/VGKintsugi/Ghidra-SegaMasterSystem-Loader)
You must put the loader to %APPDATA%\Hex-Rays\IDA Pro\loaders , not to the plugins directory
Also please note that the loader does not handle cartridge banking, and is *not* suitable for large memory mappers
'''
import idaapi
import ida_segment
import ida_loader