teedjay / msx-graphics

Tiles and sprites graphics for the MSX computers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

msx-graphics

Show some tiles and sprites graphics for the MSX computers.

Information about the MSX

Prerequisite

  • Install WLA-HL to assemble and link code
  • Install an MSX emulator, like openMSX, to run

For MacOS use Homebrew to install :

brew install wla-dx
brew install openmsx

Build

First assemble with z80 target, then link object as rom image.

wla-z80 teedjay.asm
wlalink teedjay.link teedjay.rom

Run using MSX emulator

On MacOS you could open the ROM you just built manually from the menu of the emulator, or from command line.

openmsx teedjay.rom

What does it look like?

Sceenshot

About

Tiles and sprites graphics for the MSX computers


Languages

Language:Assembly 99.3%Language:Shell 0.7%