Skip to content

theNestruo/msx-msxlib

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
doc
 
 
 
 
lib
 
 
 
 
ref
 
 
 
 
 
 
 
 
 
 
 
 
 
 

MSXlib

MSXlib is a set of assembly libraries to create MSX videogame cartridges.

MSXlib is BIOS-based, and it is divided in several libraries: MSX-related core, MSX-related optionals, games core, genre-specific (such as platformers), and generic game optionals. These libraries can be used incrementally, but are designed to work together.

The MSXlib Development Guide will help you start creating MSX videogame cartridges.

External libraries

External tools

References

The readme files of the external tools (such as tniASM, ZX0, etc.), and some technical documentation have been copied into the ref folder for your convenience; you can open The MSX Red Book in an editor tab next to your code.

This techincal documentation contains:

  • The MSX Red Book in text format, in ASCII format (by MSXHans 2001) and in MarkDown format (by Gustavo Seidler)
  • The MSX2 Technical Handbook in MarkDown format by Néstor Soriano
  • Portar Specifications in text format and in HTML format (by Mayer of WC Hakkers)
  • Texas Instruments TMS9918A VDP (by Sean Young)

Author and last words

Coded by theNestruo