File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,8 @@ swapped them out with these:
33
33
* ` atari800 -config atari64.cfg `
34
34
You can extrapolate this to decide how to run it on real hardware.
35
35
36
+ The ` atari64.xex ` should run from any DOS or boot loader.
37
+
36
38
WHAT IT DOES
37
39
============
38
40
@@ -117,10 +119,10 @@ I rewrote the keyboard scan routine to handle the Atari
117
119
keyboard, and removed most of the color code from the screen
118
120
editor.
119
121
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 .
124
126
125
127
Currently, there's no I/O outside of the screen and keyboard
126
128
whatsoever. It'll take more expertise than I have to figure out
You can’t perform that action at this time.
0 commit comments