This is the project page for my SEGA Master System emulator called Mastasystem!

The idea: Write a Sega Master System emulator in GO. Start with the CPU.

For now, I am working on emulating the Z80 cpu. Download at the Github page.

At first i need some resources. Because i will start with the Cpu first, i need Z80 stuff. Soo this might come in handy:
z80 opcodes n stuff
Decoding z80 opcodes - http://z80.info/decoding.htm
http://z80.info/
z80 instruction set
http://segaretro.org/Sega_Master_System

And of course, the master system docs at smspower.org!
smspower.org->docs

Current status:
- Z80 emulator up and running. Implemented the most important instructions, can run machine code.

TO-DO:
- Set up Neocities
- Set up Github

Notes:
Sonic Chaos is probably using weird tricks, so this shall be my litmus test. ;)