-
Notifications
You must be signed in to change notification settings - Fork 0
/
_main.i
59 lines (45 loc) · 1011 Bytes
/
_main.i
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
incdir "include"
incdir "../include"
include "include/hw.i"
include "include/debug.i"
include "include/macros.i"
include "include/blitbits.i"
include "common/tables.i"
include "common/commander.i"
include "common/memory.i"
include "common/transitions.i"
xref _start
xref WaitEOF
xref WaitRaster
xref WaitBlitter
xref GlobalFrame
xref LocalFrame
xref BpmFrame
xref PartOver
xref VSync
xref VSyncWithBgTask
xref SetBgTask
xref CmdSetBgTask
xref VBlankInterrupt
xref BlitterInterrupt
xref BlankData
xref FillData
xref P61_End
xref P61_Master ; Master volume (w)
xref P61_Tempo ; Use tempo (w)
xref P61_Play ; Play flag (w)
xref P61_E8 ; E8 info (w)
xref P61_VBR ; Use VBR (ptr)
xref P61_Pos ; Position
xref P61_Patt ; Pattern
xref P61_CRow ; Row
; xref P61_visuctr0
; xref P61_visuctr1
; xref P61_visuctr2
; xref P61_visuctr3
xref P61_osc
xref P61_temp0
xref P61_temp1
xref P61_temp2
xref P61_temp3
BPM = 175