cleanup of the repository, added ignores

This commit is contained in:
Wei-ju Wu 2016-01-18 08:12:06 -08:00
parent 2834100c9c
commit 295dc70fd9
5 changed files with 37 additions and 0 deletions

7
.gitignore vendored
View File

@ -1,2 +1,9 @@
*.o
*.i
copper1
dualplayfield1
graphics1
ham1
intuition1
openwin
ostest

View File

@ -1,2 +1,7 @@
test1
*.o
hello
mouse
raster1
raster2
test2

23
assembler/raster2.asm Normal file
View File

@ -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

1
devices/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
timer

1
fdtool/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
fd