Skip to content

Third Party Components

Rudolf Stepan edited this page Jun 20, 2026 · 2 revisions

Source file

Third-Party Components

This repository includes integrations/adaptations based on external upstream projects.

Microsoft BASIC (mist64/msbasic)

  • Upstream: https://github.com/mist64/msbasic
  • License signal from upstream README: 2-clause BSD
  • Local usage: build helpers and SBC6502-specific port files produce roms/msbasic.rom.

Recommended publication practice:

  • Keep attribution to upstream project and authors.
  • Include a note that the ROM was generated from mist64/msbasic.
  • Include or link upstream license text/reference from the upstream README.

6502 Chess (maksimKorzh/6502-chess)

Recommended publication practice:

  • Keep attribution to upstream project and author.
  • Preserve the MIT license notice/reference for the adapted chess ROM source.

Practical Summary

  • Publishing generated ROM artifacts is generally feasible when upstream attribution and license obligations are kept.
  • Verify third-party license terms before redistribution in binary form.

Clone this wiki locally