Skip to content

Template to start a new project MSX using sdcc crosscompiler.

Notifications You must be signed in to change notification settings

nataliapc/template-sdcc-msx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template-sdcc-msx

This is a template to start develping MSX software, including several startups to create many kind of ROM and MSX-DOS files.

Current startup list:

  • ROM 16kb (init: 0x4000)
  • ROM 16kb (init: 0x8000)
  • ROM 32Kb (init: 0x4000)
  • MSX-DOS COM file (simple main)
  • MSX-DOS COM file (main with arguments)

Compiling

make all      ;Compile and build
make compile  ;Just compile the project
make build    ;Build the final file (ROM|COM)
make emulator ;Launch the final file with openmsx

Thanks

About

Template to start a new project MSX using sdcc crosscompiler.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published