├── .github └── screen.png ├── 256m_rom_builder.py ├── 256m_rom_builder_cn.py ├── LICENSE ├── README.md ├── font ├── LICENSE.txt ├── OFL-1.1.txt └── unifont.otf ├── menu.bin ├── menu_cn.bin ├── roms └── - ROM files go here - └── title_cn.png /.github/screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/.github/screen.png -------------------------------------------------------------------------------- /256m_rom_builder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/256m_rom_builder.py -------------------------------------------------------------------------------- /256m_rom_builder_cn.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/256m_rom_builder_cn.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/README.md -------------------------------------------------------------------------------- /font/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/font/LICENSE.txt -------------------------------------------------------------------------------- /font/OFL-1.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/font/OFL-1.1.txt -------------------------------------------------------------------------------- /font/unifont.otf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/font/unifont.otf -------------------------------------------------------------------------------- /menu.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/menu.bin -------------------------------------------------------------------------------- /menu_cn.bin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/menu_cn.bin -------------------------------------------------------------------------------- /roms/- ROM files go here -: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /title_cn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Lesserkuma/256M_ROM_Builder/HEAD/title_cn.png --------------------------------------------------------------------------------