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

Use POKEY for random seed on Atari

This commit is contained in:
Karol Stasiak
2020-09-30 01:51:26 +02:00
parent a00e10382d
commit e94ccd164f
3 changed files with 19 additions and 0 deletions
+2
View File
@@ -32,6 +32,8 @@ Current implementation:
* On C64, spends two frames reading noise data from the SID chip.
* On Atari computers, reads the POKEY random register.
* On Z80, reads the refresh register.
* On all other targets, sets the seed to 1.