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

Function bus_init_rand

core/bus.c:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8static uint8_t a, b, c, x = 0;
9
10void bus_init_rand(uint8_t s1, uint8_t s2, uint8_t s3) {
11 a = s1;
12 b = s2;
13 c = s3;
14 bus_rand();
15}
16
17uint8_t bus_rand(void) {
18#ifndef FASTEST_RAND

Callers 1

asic_initFunction · 0.85

Calls 1

bus_randFunction · 0.85

Tested by

no test coverage detected