Skip to content

Commit

Permalink
Added PRIMO support
Browse files Browse the repository at this point in the history
  • Loading branch information
leuat committed Mar 6, 2024
1 parent acad2e0 commit fe80521
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions Publish/tutorials/PRIMO/tutorials/tut1_image.ras
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
program Image;
@use "system/screen"
@use "compression"
var
@export "resources/images/squiddy.flf" "data/squiddy.bin" 256


image : incbin("data/squiddy.bin") compressed;


begin

Compression::Decompress(#image, Screen::screen);

loop();

end.
2 changes: 1 addition & 1 deletion TRSE.pro
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ ICON = trse.icns
#QMAKE_CXXFLAGS_WARN_OFF += -Wunused-parameter
QMAKE_CXXFLAGS_WARN_ON += -Wno-unused-parameter -Wno-unused-but-set-variable -Wno-unused-function -Wno-delete-non-abstract-non-virtual-dtor -Wno-overloaded-virtual -Wno-unused-variable -Wno-missing-field-initializers -Wno-sign-compare
ARCH = $$QMAKE_HOST.arch
###########################ARCH = arm64
############################ARCH = arm64

macx{
# CONFIG += warn_off
Expand Down

0 comments on commit fe80521

Please sign in to comment.