Skip to content

Commit

Permalink
Update memory.tru
Browse files Browse the repository at this point in the history
val i1 changed to INTEGER at line 21 (was LONG type).
  • Loading branch information
SplitSpine authored Mar 20, 2024
1 parent 95f1b29 commit 66145f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/X16/system/memory.tru
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var
const SCREEN : address = $B000;
const SCREEN_BANK : byte = 1;

procedure VSyncIRQ(i1:global long) inline;
procedure VSyncIRQ(i1:global integer) inline;
begin
asm(" sei");
asm("
Expand Down

0 comments on commit 66145f0

Please sign in to comment.