File: README

package info (click to toggle)
atari800 5.2.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid, trixie
  • size: 7,196 kB
  • sloc: ansic: 86,829; asm: 18,694; sh: 3,173; cpp: 2,798; java: 2,453; xml: 957; makefile: 727; perl: 334; pascal: 178
file content (17 lines) | stat: -rw-r--r-- 615 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
This folder contains the sources for the Altirra ROM replacements, used
to build the internal emulator OS and BASIC.

To rebuild the files, you need the MAD assembler in your path, download from
here: https://github.com/tebe6502/Mad-Assembler/releases

Just type make in this directory and the C files will be built.

To update Altirra ROMs, copy the following files into the following
locations:

src/Kernel/source/main.xasm -> main.xasm
src/Kernel/source/Shared/* -> src/
src/Kernel/source/SuperKernel/* -> src_5200/
src/ATBasic/source/* -> src_basic/

If new files were added, you may need to edit the Makefile.