mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-25 19:17:54 +00:00
Preliminary Atari 2600 support
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
void main() {
|
||||
byte y
|
||||
while true {
|
||||
start_frame()
|
||||
for y,0,until,192 {
|
||||
COLUBK = y
|
||||
wsync()
|
||||
}
|
||||
end_frame()
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user