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

Fix init_rw_memory on Atari 2600

This commit is contained in:
Karol Stasiak
2019-06-28 16:44:41 +02:00
parent 6deee5f69b
commit 39b07a8bae
5 changed files with 8 additions and 11 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ See [the ROM vs RAM guide](../api/rom-vs-ram.md) for more information.
* `ZPREG_SIZE` size of the pseudoregister in bytes, or 0 on platforms that don't use it
* `TINY_MAIN_RAM` 1 if the main ram is 256 bytes or less, 0 otherwise
* `TINY_RW_MEMORY` 1 if the main ram is 256 bytes or less, 0 otherwise
* `USES_IX_STACK`, `USES_IY_STACK` 1 if given index register is used as a base pointer for stack-allocated variables, 0 otherwise