Skip to content

Commit

Permalink
WIP: adjust speed selector.
Browse files Browse the repository at this point in the history
  • Loading branch information
nzeemin committed May 3, 2015
1 parent e4bc730 commit fa5efa3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MAIN.MAC
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ START::
BR Z01064 ; ��������� � �������� ����

GAME:
; ��������� � ����������� �������� (�������� 5 => �������� 027000)
; ��������� � ����������� �������� (�������� 5 => �������� 027000, 9 => 007000, 1 => 047000)
MOV #10., R0 ;
SUB SPEED, R0 ; 10. - SPEED -> R0
ASH #10., R0
ADD #15000, R0
ASH #11., R0
ADD #3000, R0
MOV R0, @#<Z16212 + 2>
; ��������� � ����
JMP Z14600
Expand Down

0 comments on commit fa5efa3

Please # to comment.