mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-22 00:17:03 +00:00
added a8_hardware files
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
byte clock @20
|
||||
byte a
|
||||
|
||||
void main() {
|
||||
while(true){
|
||||
a = (antic_vcount + clock) << 1
|
||||
antic_wsync = a
|
||||
gtia_colpf2 = a
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user