mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-22 11:34:14 +00:00
16 lines
302 B
ArmAsm
16 lines
302 B
ArmAsm
|
; IIgs GTE Lite rendering test
|
||
|
|
||
|
TYP $B3 ; S16 file
|
||
|
DSK GTELiteDemo
|
||
|
XPL
|
||
|
|
||
|
; Segment #1 -- Main execution block
|
||
|
|
||
|
ASM App.Main.s
|
||
|
SNA Main
|
||
|
|
||
|
; Segment #2 -- Tileset
|
||
|
|
||
|
ASM Zelda.TileSet.s
|
||
|
SNA TSET
|