BizHawk/src
CasualPokePlayer db97427ae1
Add rgbds syntax for GB/C disassembly (#2706)
* replace current GB/C syntax with rgbds syntax
* make rgbds syntax an option, only works for Gambatte tracelogger

* fix add sp/ld hl,sp+
These opcodes aren't disassembled correctly at all; they seem to just use the exact same logic as jr, which doesn't really work here since these are explicit adds, and these opcodes use sp, not the pc. This is probably the most logical approach to this opcode.

Co-authored-by: YoshiRulz <OSSYoshiRulz@gmail.com>
2021-05-05 21:52:25 -04:00
..
BizHawk.BizInvoke Remove unsafe keyword where unused or extraneous 2021-04-08 16:59:28 +10:00
BizHawk.Bizware.BizwareGL Update Cyotek.Drawing.BitmapFont to 2.0.2 (fixes #2716) 2021-04-28 00:51:29 +10:00
BizHawk.Bizware.DirectX Replace void* param in IGL.BindArrayData w/ IntPtr 2021-04-08 16:59:31 +10:00
BizHawk.Bizware.OpenTK3 Replace void* param in IGL.BindArrayData w/ IntPtr 2021-04-08 16:59:31 +10:00
BizHawk.Bizware.Test Revert "delete all regions" 2020-05-15 17:00:49 +10:00
BizHawk.Client.Common Accept all 4 colour formats in all Lua functions, update docs/wikitext 2021-05-03 19:06:15 +10:00
BizHawk.Client.DiscoHawk Cleanup instantiation of FFmpegDownloaderForm and FFmpegService 2021-01-23 17:01:54 +10:00
BizHawk.Client.EmuHawk Add rgbds syntax for GB/C disassembly (#2706) 2021-05-05 21:52:25 -04:00
BizHawk.Common Add path helpers, normalise rom path from CLI, update readme 2021-05-05 06:48:05 +10:00
BizHawk.Emulation.Common Clean up "display name" stupidity 2021-04-09 14:14:58 +10:00
BizHawk.Emulation.Cores Add rgbds syntax for GB/C disassembly (#2706) 2021-05-05 21:52:25 -04:00
BizHawk.Emulation.DiscSystem Make collection-typed fields readonly where possible 2021-04-02 16:27:40 +10:00
BizHawk.Tests Extract byte swapping helpers from RomGame, cleanup, and add tests 2021-04-08 16:59:31 +10:00
BizHawk.Version Prevent copying BizHawk.Version assembly to output for real 2021-04-04 12:41:01 +10:00
BizHawk.WinForms.Controls Use a Source Generator for ReflectionCache classes 2021-04-04 12:41:01 +10:00
MainSlnCommon.props Check-in ReflectionCache assembly instead of including in build 2021-04-14 10:44:46 +10:00
MainSlnExecutable.props Revert "Revert "Change build path of executables to output/dll but gooder"" 2020-09-27 17:27:02 -04:00