A development tool for working with Nintendo Entertainment System (NES) games using the MMC5 mapper.
- ROM loading and analysis
- Tile editing
- Code editing
- Project management
- macOS 12.0 or later
- Xcode 14.0 or later
- Swift 5.7 or later
- Clone the repository:
git clone https://github.com/npe9/mm5-nes.git
cd mm5-nes- Build the project:
swift build- Run the application:
swift run MMC5DevTo run the UI tests:
./run_ui_tests.sh- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request
This project is licensed under the MIT License - see the LICENSE file for details.