Skip to content

Commit 952db54

Browse files
committed
updated for hiding more 7800basic symbols
1 parent 5709675 commit 952db54

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

filter.c

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,11 @@ char *filterterm[] = {
2323
"^PAL",
2424
"^TIASFXMONO",
2525
"^MCPDEVCART",
26+
"^MULTIBUTTON",
2627
"^debugcolor",
2728
"^collisionwrap",
2829
"^pokeysupport",
30+
"^pokeysfxsupport",
2931
"^pokeykeysupport",
3032
"^ROM32K",
3133
"^ROM52K",
@@ -70,19 +72,31 @@ char *filterterm[] = {
7072
"^TRAKTIME ",
7173
"^TIAVOLUME ",
7274
"^RMTVOLUME ",
75+
"^RMTOFFSPEED ",
76+
"^RMTNTSCSPEED ",
77+
"^RMTPALSPEED ",
7378
"^RMT ",
7479
"^FOURBITFADE ",
7580
"^PADDLERANGE ",
7681
"^LIGHTGUNSUPPORT ",
7782
"^DOUBLEBUFFER ",
7883
"^PLOTVALUEPAGE ",
7984
"^USED_ADJUSTVISIBLE ",
80-
"^SNES2ATARISUPPORT ",
85+
"^HSCHARSHERE ",
86+
"^BANKSET",
87+
"^isBANKSETBANK ",
88+
"^SNES",
89+
"^MEGA7800",
8190
"^0.pause",
8291
"^0.userinterrupt",
8392
"^0.topscreenroutine",
8493
"^0.bottomscreenroutine",
8594
"^0.altgamestart",
95+
"^0.HSup",
96+
"^0.calledfunction_mul8",
97+
"^0.calledfunction_mul16",
98+
"^0.calledfunction_div8",
99+
"^0.calledfunction_div16",
86100
"^interrupthold",
87101
"_main2 ",
88102
"_main3 ",
@@ -97,6 +111,8 @@ char *filterterm[] = {
97111
"^included.fourbitfade.asm",
98112
"^included.7800vox.asm",
99113
"^included.hiscore.asm",
114+
"^included.mega7800.asm",
115+
"^included.snes2atari.asm",
100116
"^MUSICTRACKER",
101117
"^HSSCORESIZE",
102118
"^songdatastart_song_highscore",
@@ -115,7 +131,7 @@ char *filterterm[] = {
115131
"^CHECKOVERWRITE",
116132
"^included.tracker.asm",
117133
"^SCREENHEIGHT",
118-
"^ZONELOCKS",
134+
"^ZONE",
119135
"^DEBUGINTERRUPT",
120136
"^TIASFXMONO",
121137
"^SPRITECOUNTING",
@@ -140,6 +156,8 @@ char *filterterm[] = {
140156
"^LONGDEBUG",
141157
"^hiscore.asm",
142158
"^tracker.asm",
159+
"^mega7800.asm",
160+
"^snes2atari.asm",
143161
" Unresolved Symbols",
144162
"^SGRAM",
145163
"^ALWAYSTERMINATE",

0 commit comments

Comments
 (0)