mirror of
https://github.com/lscharen/iigs-game-engine.git
synced 2024-11-03 08:07:20 +00:00
26 lines
492 B
ArmAsm
26 lines
492 B
ArmAsm
; Fatdog Demos
|
|
|
|
TYP $B3 ; S16 file
|
|
DSK GTEShooter
|
|
XPL
|
|
|
|
; Segment #1 -- Main execution block
|
|
|
|
ASM Main.s
|
|
|
|
; Segment #2 -- Core GTE Code
|
|
|
|
ASM ..\..\src\Core.s
|
|
|
|
; Segment #3 -- GTE Rotation Table Data
|
|
|
|
ASM ..\..\src\RotData.s
|
|
DS 0
|
|
KND #$1001 ; Type and Attributes ($11=Static+Bank Relative,$01=Data)
|
|
ALI BANK
|
|
SNA RotData
|
|
|
|
|
|
|
|
|