forked from olderzeus/game-and-watch-retro-go
-
-
Notifications
You must be signed in to change notification settings - Fork 19
/
smw_redefines
90 lines (90 loc) · 2.8 KB
/
smw_redefines
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
saveFunc smw__saveFunc
loadFunc smw__loadFunc
g_ram smw__g_ram
g_sram smw__g_sram
StateRecorder_Load smw__StateRecorder_Load
StateRecorder_Save smw__StateRecorder_Save
NextDelim smw__NextDelim
StringEqualsNoCase smw__StringEqualsNoCase
StringStartsWithNoCase smw__StringStartsWithNoCase
ReadWholeFile smw__ReadWholeFile
NextLineStripComments smw__NextLineStripComments
NextPossiblyQuotedString smw__NextPossiblyQuotedString
ReplaceFilenameWithNewPath smw__ReplaceFilenameWithNewPath
SplitKeyValue smw__SplitKeyValue
SkipPrefix smw__SkipPrefix
StrSet smw__StrSet
StrFmt smw__StrFmt
ByteArray_Resize smw__ByteArray_Resize
ByteArray_Destroy smw__ByteArray_Destroy
ByteArray_AppendData smw__ByteArray_AppendData
ByteArray_AppendByte smw__ByteArray_AppendByte
FindIndexInMemblk smw__FindIndexInMemblk
FindAddrInMemblk smw__FindAddrInMemblk
ApplyBps smw__ApplyBps
ppu_init smw__ppu_init
ppu_free smw__ppu_free
ppu_reset smw__ppu_reset
ppu_saveload smw__ppu_saveload
PpuBeginDrawing smw__PpuBeginDrawing
ppu_runLine smw__ppu_runLine
ppu_read smw__ppu_read
ppu_write smw__ppu_write
PpuGetCurrentRenderScale smw__PpuGetCurrentRenderScale
dma_init smw__dma_init
dma_free smw__dma_free
dma_reset smw__dma_reset
dma_saveload smw__dma_saveload
dma_read smw__dma_read
dma_write smw__dma_write
dma_doDma smw__dma_doDma
dma_initHdma smw__dma_initHdma
dma_doHdma smw__dma_doHdma
dma_cycle smw__dma_cycle
dma_startDma smw__dma_startDma
dsp_init smw__dsp_init
dsp_free smw__dsp_free
dsp_reset smw__dsp_reset
dsp_saveload smw__dsp_saveload
dsp_cycle smw__dsp_cycle
dsp_read smw__dsp_read
dsp_write smw__dsp_write
dsp_getSamples smw__dsp_getSamples
FindInAssetArray smw__FindInAssetArray
g_asset_sizes smw__g_asset_sizes
g_asset_ptrs smw__g_asset_ptrs
writeSaveStateInitImpl smw__writeSaveStateInitImpl
writeSaveStateImpl smw__writeSaveStateImpl
writeSaveStateFinalizeImpl smw__writeSaveStateFinalizeImpl
dstPos smw__dstPos
bufferCount smw__bufferCount
savestateBuffer smw__savestateBuffer
save_address smw__save_address
readSramImpl smw__readSramImpl
writeSramImpl smw__writeSramImpl
PpuDrawBackground_4bpp smw__PpuDrawBackground_4bpp
PpuDrawSprites smw__PpuDrawSprites
WriteVolumeToDsp smw__WriteVolumeToDsp
_repaint smw___repaint
frameCtr smw__frameCtr
g_apu_write smw__g_apu_write
g_apu_write_ent_pos smw__g_apu_write_ent_pos
g_apu_write_ents smw__g_apu_write_ents
g_dma smw__g_dma
g_gamepad_buttons smw__g_gamepad_buttons
g_input1_state smw__g_input1_state
g_ppu smw__g_ppu
gaussValues smw__gaussValues
joystick smw__joystick
kChannel_Maps smw__kChannel_Maps
kEffectByteLength smw__kEffectByteLength
kSpcPlayer_Maps smw__kSpcPlayer_Maps
last_dma_state smw__last_dma_state
renderedFrameCtr smw__renderedFrameCtr
cpu_reset smw__cpu_reset
Die smw__Die
snes_reset smw__snes_reset
cart_reset smw__cart_reset
apu_reset smw__apu_reset
RtlApuLock smw__RtlApuLock
RtlApuUnlock smw__RtlApuUnlock