Skip to content

Commit cb5bbbd

Browse files
committed
Merge branch 'main' of https://github.com/unbibium/atari64
2 parents de0d797 + e2ae74e commit cb5bbbd

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ swapped them out with these:
3333
* `atari800 -config atari64.cfg`
3434
You can extrapolate this to decide how to run it on real hardware.
3535

36+
The `atari64.xex` should run from any DOS or boot loader.
37+
3638
WHAT IT DOES
3739
============
3840

@@ -117,10 +119,10 @@ I rewrote the keyboard scan routine to handle the Atari
117119
keyboard, and removed most of the color code from the screen
118120
editor.
119121

120-
I also had to modify BASIC's RND function to draw from the POKEY
121-
instead of the CIA chips. this confused me because when I ported
122-
the RND function to DCPU-16, it worked exactly the same as it did
123-
on the C64 even though I had no CIA chips to draw from.
122+
I also had to modify BASIC's `RND(0)` function to draw from the POKEY
123+
instead of the CIA chips. The lack of a CIA/POKEY equivalent on the
124+
DCPU-16 is probably why I had to use `RND(1)` in my demo video
125+
instead.
124126

125127
Currently, there's no I/O outside of the screen and keyboard
126128
whatsoever. It'll take more expertise than I have to figure out

0 commit comments

Comments
 (0)