Home
last modified time | relevance | path

Searched refs:memory_hack (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vice/vice-3.5/src/c64/
H A Dc64-memory-hacks.c44 static int memory_hack = 0; variable
59 if (value == memory_hack) { in set_memory_hack()
75 switch (memory_hack) { in set_memory_hack()
108 memory_hack = value; in set_memory_hack()
115 switch (memory_hack) { in memory_hacks_ram_inject()
188 switch (memory_hack) { in memhacks_snapshot_write_modules()
229 if (memory_hack != MEMORY_HACK_NONE) { in memhacks_snapshot_read_modules()
238 if (SMR_B_INT(m, &memory_hack) < 0) { in memhacks_snapshot_read_modules()
244 switch (memory_hack) { in memhacks_snapshot_read_modules()
266 if (memory_hack != MEMORY_HACK_NONE) { in memhacks_snapshot_read_modules()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64/
H A Dc64-memory-hacks.c44 static int memory_hack = 0; variable
65 if (value == memory_hack) { in set_memory_hack()
87 switch (memory_hack) { in set_memory_hack()
122 memory_hack = value; in set_memory_hack()
132 &memory_hack, set_memory_hack, NULL },
185 switch (memory_hack) { in memhacks_snapshot_write_modules()
226 if (memory_hack != MEMORY_HACK_NONE) { in memhacks_snapshot_read_modules()
235 if (SMR_B_INT(m, &memory_hack) < 0) { in memhacks_snapshot_read_modules()
241 switch (memory_hack) { in memhacks_snapshot_read_modules()
263 if (memory_hack != MEMORY_HACK_NONE) { in memhacks_snapshot_read_modules()
[all …]
/dports/emulators/vice/vice-3.5/src/plus4/
H A Dplus4memhacks.c51 static int memory_hack = 0; variable
57 if (val == memory_hack) { in set_memory_hack()
74 switch (memory_hack) { in set_memory_hack()
87 memory_hack = val; in set_memory_hack()
90 switch (memory_hack) { in set_memory_hack()
120 switch (memory_hack) { in plus4_memory_hacks_ram_inject()
139 &memory_hack, set_memory_hack, NULL },
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/plus4/
H A Dplus4memhacks.c41 static int memory_hack = 0; variable
47 if (val == memory_hack) { in set_memory_hack()
62 switch (memory_hack) { in set_memory_hack()
75 memory_hack = val; in set_memory_hack()
77 switch (memory_hack) { in set_memory_hack()
107 &memory_hack, set_memory_hack, NULL },