Home
last modified time | relevance | path

Searched refs:debuggerEditByte (Results 1 – 3 of 3) sorted by relevance

/dports/emulators/vba/VisualBoyAdvance-1.7.2/src/sdl/
H A Ddebugger.cpp82 void debuggerEditByte(int, char **);
110 { "eb", debuggerEditByte, "Modify memory location (byte)", "<address> <hex value>" },
1231 void debuggerEditByte(int n, char **args) in debuggerEditByte() function
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/sdl/
H A Ddebugger.cpp107 static void debuggerEditByte(int, char **);
160 { "eb", debuggerEditByte, "Modify memory location (byte)", "<address> <hex value>" },
1911 static void debuggerEditByte(int n, char **args) in debuggerEditByte() function
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/src/gba/
H A Dremote.cpp410 void debuggerEditByte(int n, char **args) in debuggerEditByte() function
2344 { "eb", debuggerEditByte, "Modify memory location (byte)", "{address} {value}*" },