Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hansbonini/pysega
- Owner: hansbonini
- License: mit
- Created: 2016-08-04T00:18:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-09T22:59:09.000Z (over 6 years ago)
- Last Synced: 2024-08-02T12:21:16.461Z (3 months ago)
- Language: Python
- Size: 2.94 MB
- Stars: 12
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-megadrive - pysega - Sega Genesis / Mega Drive development kit (SDK) written in Python (Programming / Frameworks and Compilers)
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)