1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-21 09:16:34 +00:00

Preliminary Atari 2600 support

This commit is contained in:
Karol Stasiak
2018-04-03 23:13:57 +02:00
parent 3296d5a201
commit 7eab7c439e
8 changed files with 170 additions and 1 deletions
+2
View File
@@ -35,6 +35,8 @@ The following platforms are currently supported:
For more complex programs, you need to create your own "platform" definition.
Read [the NES programming guide](./famicom-programming-guide.md) for more info.
* `vcs` Atari VCS (also known as Atari 2600), 4K cartridge (experimental)
* `a8` Atari 8-bit computers
* `bbcmicro` BBC Micro model B (32k RAM)