# Gut > Run SEGA Mega Drive (Genesis) games under GDB! Mediocre implementation of SEGA Mega Drive/Genesis emulator with GDB support. The Gut project aims to build SEGA Mega Drive/Genesis emulator that is suitable for reverse engineering old games. The first priority and primary feature is exceptional GDB remote protocol support, so you can run `m68k-none-elf-gdb` with all it's power to step through any game's code. The implementation is still far from excellent and lacks some features. Building a full featured emulator is not a goal even close. Precise emulation is not a goal either. Some things are necessary, but still lacking, like VDP, Z80, gamepads and DMA - they will be implemented soon. Some features will probably never be implemented at all, because they seem useless for reverse engineering, like sound playback. ## Meta Authors: - Vladimir Novikov – oxore@protonmail.com This is free and unencumbered software released into the public domain. See ``UNLICENSE`` for more information. Parts of this project are licensed under different license: - Musashi M68000 CPU emulator - MIT [readme-template]: https://github.com/dbader/readme-template