TASEmulators / TASEmulators/BizHawk
tracelogger infrastructure needs CPU argument
Open
@zeromus is already working on this.
Since Jul 12, 2017.
App: EmuHawk
Request: Feature/Enhancement
- Dominant language
- C#
- Stars
- 2.8k
- Forks
- 468
- PR merge metrics
- No merged PRs in 30d
Description
- core can report flags for which CPUs can be traced
- frontend can tell core which CPU(s) to trace
- frontend can display CPUs individually
- frontend can interleave CPUs, in the order recorded by the core
- to achieve 4, make trace logger interface take a serial number
this can be tested on the SNES core (CPU and GB can run concurrently, or more simply, CPU and SMP) since the traces are already forwarded from the core to the c# layer and then simply dropped due to having nowhere to go.
Minimal implementation skips item 4, but while we're in there, the interface should be upgraded to handle item 5.
Not an extremely challenging task.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.