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

Function WrRAM

src/x6502.cpp:78–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78static INLINE void WrRAM(unsigned int A, uint8 V)
79{
80 RAM[A]=V;
81 #ifdef _S9XLUA_H
82 CallRegisteredLuaMemHook(A, 1, V, LUAMEMHOOK_WRITE);
83 #endif
84 _DB = V;
85}
86
87uint8 X6502_DMR(uint32 A)
88{

Callers

nothing calls this directly

Calls 1

CallRegisteredLuaMemHookFunction · 0.85

Tested by

no test coverage detected