Commit Graph

3 Commits

Author SHA1 Message Date
Lephenixnoir 7d5a81d375
Prevent GCC from turning PRAM_Zalloc into PRAM_Malloc + memset 2021-09-08 18:17:19 +02:00
Lephenixnoir 2675d6d3aa
Progress in making the emulator build 2021-08-14 11:55:20 +02:00
Lephenixnoir 751d5f186d
Add a PRAM heap and move some of the data there
It's a 32-bit-access-only heap. On the Ultimate Doom WAD the amount of
data moved is about 17 kiB, which is not a lot, but arrays with 4-byte
elements are not easy to find in Doom.
2021-08-12 21:01:35 +02:00