collapseos/recipes/sms
Virgil Dupras 95fa473641 recipes/sms: New section for Sega Master System 2019-07-01 11:05:25 -04:00
..
.gitignore recipes/sms: New section for Sega Master System 2019-07-01 11:05:25 -04:00
Makefile recipes/sms: New section for Sega Master System 2019-07-01 11:05:25 -04:00
README.md recipes/sms: New section for Sega Master System 2019-07-01 11:05:25 -04:00
glue.asm recipes/sms: New section for Sega Master System 2019-07-01 11:05:25 -04:00

README.md

Sega Master System

The Sega Master System was a popular gaming console running on z80. It has a simple, solid design and, most interestingly of all, its even more popular successor, the Megadrive (Genesis) had a z80 system for compatibility!

This makes this platform very scavenge-friendly and worth working on.

SMS Power is an awesome technical resource to develop for this platform and this is where most of my information comes from.

This platform is tight on RAM. It has 8k of it. However, if you have extra RAM, you can put it on your cartridge.

Status

I'm experimenting. Collapse OS doesn't run on the SMS yet. There are two main challenges to solve: interfacing a keyboard through its I/O system (should be feasible. from what I read in the I/O specs, it's very well done and adaptable) and interface with its VDP (Video Display Processor).

After that, I'll look into using the explansion slot so that I can reuse the RC2014 bus to, for example, access SD cards.

Usage

The binary produced by the Makefile here has been tested on a Genesis + Everdrive MD (I haven't built myself a writable cartridge yet).

It is an adaptation of Maxim's (from SMS power) hello world. I converted it to ZASM. For now, all it does is show "Hello World".

I've also added the mandatory "TMR SEGA" header at the end of the binary.