Skip to content

Commit

Permalink
Merge pull request #847 from SplitSpine/master
Browse files Browse the repository at this point in the history
Update memory.tru
  • Loading branch information
leuat authored Apr 11, 2024
2 parents 880c5a6 + 66145f0 commit e347541
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 e347541

Please sign in to comment.