mirror of https://github.com/falsovsky/z80.git
Replace tabs with spaces
This commit is contained in:
parent
e5a5eec99d
commit
161b0956e8
|
@ -9,9 +9,9 @@ clr_screen EQU $0daf ; ROM routine to clear the screen
|
|||
; Screen is 256x192
|
||||
|
||||
; Star Structure
|
||||
; X - 1 Byte $00 - $ff
|
||||
; Y - 1 Byte $00 - $c0
|
||||
; Speed - 1 Byte $1 - $3
|
||||
; X 1 Byte $0 - $ff
|
||||
; Y 1 Byte $0 - $c0
|
||||
; Speed 1 Byte $1 - $3
|
||||
MAX_STARS EQU 10
|
||||
|
||||
start
|
||||
|
|
Loading…
Reference in New Issue