Skip to content

yesco/AtmOS

This branch is 16 commits ahead of sodiumlb/loci-rom:main.

Repository files navigation

Oric LOCI ROM

Warning The LOCI ABI is in development. Unmatched ROM and firmware are not guaranteed to work together.

The LOCI ROM is a 6502 application mapped in by LOCI and executed by the attached Oric computer to manage floppy or tape image mounting and other features of LOCI, at the user's request.

Users

For information on how to use a LOCI device, please refer to the LOCI User Manual

Build instructions

The current setup requires a working install of CC65 and GNU Make sudo apt install cc65 make

The environmental variable CC65_HOME must point to the main CC65 SDK directory export CC65_HOME=/usr/share/cc65

Build the ROM from the src/ directory cd src make

The output ROM file is loci.rom

Warning LOCI currently only accepts RP6502 formatted ROM files

About

Oric LOCI ROM for 6502

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Assembly 41.4%
  • C 31.3%
  • Perl 13.0%
  • Python 9.9%
  • Pascal 3.0%
  • Makefile 1.4%