Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haroldo-ok/sam
SAM - Simple Adventure Maker for the Sega Master System
https://github.com/haroldo-ok/sam
adventure-maker assembly game sega-master-system z80
Last synced: about 1 month ago
JSON representation
SAM - Simple Adventure Maker for the Sega Master System
- Host: GitHub
- URL: https://github.com/haroldo-ok/sam
- Owner: haroldo-ok
- License: apache-2.0
- Created: 2014-01-24T00:12:58.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2018-09-11T22:35:07.000Z (over 6 years ago)
- Last Synced: 2023-03-22T19:21:55.141Z (almost 2 years ago)
- Topics: adventure-maker, assembly, game, sega-master-system, z80
- Language: Assembly
- Size: 1.26 MB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SAM - Simple Adventure Maker
===This is a tool for creating simple adventure games for the Sega Master System. Pretty barebones, pretty much unfinished, but it should be enough for making some simple games.
Update 2018/09/11
===
Updated SAM_Interpreter.asm:
- Changed menu display routine to avoid the hidden "downwards" issue.
- Added preliminary code for sound effect when pressing down or up.