MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / cpu_write_rp2

Function cpu_write_rp2

core/cpu.c:320–326  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

318 }
319}
320static void cpu_write_rp2(int i, uint32_t value) {
321 if (i == 3) {
322 cpu.registers.AF = value;
323 } else {
324 cpu_write_rp(i, value);
325 }
326}
327
328static uint32_t cpu_read_rp3(int i) {
329 uint32_t value;

Callers 1

cpu_executeFunction · 0.85

Calls 1

cpu_write_rpFunction · 0.85

Tested by

no test coverage detected