Skip to content

Commit

Permalink
Added 640x200 CGA images
Browse files Browse the repository at this point in the history
  • Loading branch information
leuat committed Apr 12, 2024
2 parents 8b6c95f + 832026a commit 163d313
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/LeLib/data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#define MAJOR 0
#define FEATURE 17
#define NIGHTLY 154
#define NIGHTLY 160

#define VERSION STR(MAJOR) "." STR(FEATURE) "." STR(NIGHTLY)

Expand Down
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 163d313

Please sign in to comment.