James Groom
8f5ecdf157
Remove trailing comma in vararg
2019-04-04 12:00:13 +10:00
James Groom
b37ced84cb
Use string.Join
2019-04-04 11:57:36 +10:00
YoshiRulz
9af93be0d3
Use string interpolation
2019-04-04 02:41:18 +10:00
YoshiRulz
7fb8051426
Use string.Concat/string.Join
2019-04-04 02:17:00 +10:00
James Groom
4e91f88af3
Use nameof in cores
2019-03-28 14:18:58 +11:00
alyosha-tas
8e99908c47
SubNESHawk: Add ppu cycle to tracer
2019-01-19 09:23:22 -06:00
Scepheo
f3ea6fe025
Use generic interface type on MOS 6052X for talking to the emulator core ( #1189 )
...
* Use generic interface type on MOS 6052X for talking to the emulator core
* Change CpuLink constructors to not use expression-bodies, to get the AppVeyor build to pass.
* Add comment explaining why IMOS6502XLink exists.
2018-05-20 23:18:53 +03:00
nattthebear
e8145af463
i hope this breaks something
2018-05-12 12:55:42 -04:00
feos
09d765e853
make 6502 tracelog less bullshit
...
- stop spamming ---
- stop acting like 6502 is able to execute the same pc twice in a row
- put as many raw bytes as 6502 fetches per instruction
- reorder some registers
- stop being called when there's nothing to disasm
2018-03-15 00:30:50 +03:00
J.D. Purcell
b53502eed8
Spaces -> tabs.
2017-04-15 16:37:30 -04:00
alyosha-tas
3ac053c33d
Update 6502 reset
2017-03-08 12:19:31 -05:00
feos
76eaea3619
tracer unification for cores: spacing, headers, etc
2016-08-16 01:39:26 +03:00
feos
888d7fed6a
tracer: set some padding
2016-08-14 22:59:07 +03:00
adelikat
2975d699ef
Traceer - header for NesHawk and PCE
2016-02-28 08:28:00 -05:00
Anthony Konzel
ac9a4ef777
Apply C64 core update patch.
2016-02-22 17:50:11 -06:00
adelikat
f5e679fa0d
Refactor ITraceable to work on TraceInfo objects that separate Disassembly and Register information. Make Tracelogger two columns.
2016-02-21 17:34:42 -05:00
pjgat09
b8ac99992e
M6502: Added an R to the State output to indicate when the RDY signal is false.
2016-02-13 17:15:14 -05:00
goyuken
8fb7d3ea9d
does it work? who knows!
2014-12-20 19:17:35 +00:00
goyuken
05dedc67e2
6502: add rdy_freeze to savestates; should only affect c64 stuff
2014-10-19 22:19:53 +00:00
goyuken
9609bf1601
NES: disconnect some bitrotted code for an alternate 6502 core
2014-07-30 16:33:48 +00:00
adelikat
7d09468d7a
6502 - disassembling should be peeking not reading, there's still some unsafe peeking going on with NES trace logging though
2014-04-30 01:16:04 +00:00
adelikat
7393f132ab
Move CPUs from Emulation.Common to Emulation.Cores
2014-01-22 01:14:36 +00:00