Skip to content

Commit

Permalink
More c64 unit updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leuat committed Dec 29, 2023
1 parent 69b39d8 commit 47ca3bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ procedure Proc1();
begin
Screen::border := purple;
Screen::Clear(#Screen::screen0,key_space);
Screen::PrintString("THIS IS PROC 1 ",5,10, #Screen::screen0);
Screen::PrintString("THIS IS PROC 1",5,10, #Screen::screen0);
end;

// Another random procedure
Expand Down

0 comments on commit 47ca3bf

Please sign in to comment.