Skip to content

Commit

Permalink
Fix binding of VsetMask
Browse files Browse the repository at this point in the history
  • Loading branch information
th-otto committed Mar 31, 2024
1 parent 3ab6d73 commit 92c0547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/mint/falcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ enum montypes {STmono=0, STcolor, VGAcolor, TVcolor};
#define Validmode(mode) \
(short)trap_14_ww((short)95,(short)(mode))
#define VsetMask(ormask,andmask,overlay) \
(short)trap_14_www((short)150,(long)(ormask),(long)(andmask),(short)(overlay))
(void)trap_14_wllw((short)150,(long)(ormask),(long)(andmask),(short)(overlay))


/*
Expand Down

0 comments on commit 92c0547

Please sign in to comment.