MCPcopy Create free account
hub / github.com/TASEmulators/fceux / isDataBank

Function isDataBank

src/conddebug.cpp:149–152  ·  view source on GitHub ↗

Determines if a character is for Data bank

Source from the content-addressed store, hash-verified

147
148// Determines if a character is for Data bank
149static int isDataBank(char c)
150{
151 return c == 'T';
152}
153
154// Determines if a character is for value read
155static int isValueRead(char c)

Callers 1

PrimitiveFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected