Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hansbonini/pysega

Sega Genesis / Mega Drive development kit (SDK) written in Python
https://github.com/hansbonini/pysega

Last synced: about 8 hours ago
JSON representation

Sega Genesis / Mega Drive development kit (SDK) written in Python

Awesome Lists containing this project

README

        

# pySEGA
Sega Genesis / Mega Drive development kit (SDK) written in Python
For Developement of Games ou RomHacking

## Technical Description
You can write your game code in Python then convert to 68K Assembly,
finally assemble your game using SDK Tools

## List of Tools on SDK
- Assembler
- 1BPP to PNG / PNG to 1BPP Converter
- 2BPP to PNG / PNG to 2BPP Converter
- 4BPP to PNG / PNG to 4BPP Converter
- 8BPP to PNG / PNG to 8BPP Converter
- Kozinski Compressor / Decompressor
- Enigma Compressor / Decompressor
- Nemesis Compressor / Decompressor
- Saxman Compressor / Decompressor
- LZ Compressor / Decompressor (Based on Konami algorithm)
- Huffman Compressor / Decompressor (Based on Shinning Force algorithm)
- VWF Generator
- Tilemap to Binary / Binary to Tilemap Converter
- Scripts to Binary / Binary to Scripts Converter
- Patcher (to Patch ASM Code on ROM's)