mirror of
https://github.com/weiju/amiga-stuff
synced 2026-09-11 19:26:01 +00:00
cleanup of the repository, added ignores
This commit is contained in:
@@ -1,2 +1,9 @@
|
||||
*.o
|
||||
*.i
|
||||
copper1
|
||||
dualplayfield1
|
||||
graphics1
|
||||
ham1
|
||||
intuition1
|
||||
openwin
|
||||
ostest
|
||||
@@ -1,2 +1,7 @@
|
||||
test1
|
||||
*.o
|
||||
hello
|
||||
mouse
|
||||
raster1
|
||||
raster2
|
||||
test2
|
||||
|
||||
@@ -0,0 +1,23 @@
|
||||
init:
|
||||
move #$ac,d7
|
||||
|
||||
mainloop:
|
||||
wframe:
|
||||
cmp.b #$ff,$dff006
|
||||
bne wframe
|
||||
|
||||
add #1,d7
|
||||
waitras1:
|
||||
cmp.b $dff006,d7
|
||||
bne waitras1
|
||||
move.w #$fff,$dff180
|
||||
|
||||
waitras2:
|
||||
cmp.b $dff006,d7
|
||||
beq waitras2
|
||||
move.w #$116,$dff180
|
||||
|
||||
btst #6,$bfe001
|
||||
bne mainloop
|
||||
rts
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
timer
|
||||
@@ -0,0 +1 @@
|
||||
fd
|
||||
Reference in New Issue
Block a user