cog/Frameworks/lazyusf2/lazyusf2/r4300
Christopher Snowhill e5aec4b618 USF: Update LazyUSF2 library from ages ago, fixing several sets which were just broken. Fixed things include reading the rip region from the save state's ROM header field, and vblank interrupt timing. 2021-10-01 16:59:04 -07:00
..
new_dynarec Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
x86 Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
x86_64 Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
cached_interp.c Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
cached_interp.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
cp0.c Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
cp0.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
cp1.c Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
cp1.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
empty_dynarec.c Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
exception.c Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
exception.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
fpu.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
instr_counters.c Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
instr_counters.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
interpreter.def Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
interpreter_cop0.def Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
interpreter_cop1.def Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
interpreter_r4300.def Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
interpreter_regimm.def Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
interpreter_special.def Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
interpreter_tlb.def Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
interupt.c USF: Update LazyUSF2 library from ages ago, fixing several sets which were just broken. Fixed things include reading the rip region from the save state's ROM header field, and vblank interrupt timing. 2021-10-01 16:59:04 -07:00
interupt.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
macros.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
mi_controller.c Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
mi_controller.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
ops.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
pure_interp.c USF: Update LazyUSF2 library from ages ago, fixing several sets which were just broken. Fixed things include reading the rip region from the save state's ROM header field, and vblank interrupt timing. 2021-10-01 16:59:04 -07:00
pure_interp.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
r4300.c Updated lazyusf2 with fixes from Josh W for cases where some USF rips would cause the internal counter variable to take a full 32 bit loop before producing more audio, having all the appearances of temporarily locking up 2021-01-06 00:52:09 -08:00
r4300.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
r4300_core.c Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
r4300_core.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
recomp.c Various architectural changes to make Intel plus Apple Silicon build successfully 2020-09-11 17:08:37 -07:00
recomp.h Various architectural changes to make Intel plus Apple Silicon build successfully 2020-09-11 17:08:37 -07:00
recomph.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
reset.c Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
reset.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00
tlb.c USF: Update LazyUSF2 library from ages ago, fixing several sets which were just broken. Fixed things include reading the rip region from the save state's ROM header field, and vblank interrupt timing. 2021-10-01 16:59:04 -07:00
tlb.h Import original LazyUSF into code base, for debugging and comparison. 2018-07-11 19:01:38 -07:00