Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

erroneous tooltip label in Event Viewer #18

Closed
forarslys opened this issue Jul 29, 2019 · 1 comment
Closed

erroneous tooltip label in Event Viewer #18

forarslys opened this issue Jul 29, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@forarslys
Copy link

I have my 65816 code reading from an aboluste address around $4400 with the data bank register being $7E, and EventViewer recognizes that read as one from Register.

I assume this problem is attributed to CpuDebugger::ProcessRead only accepting a uint16_t address rather than a uint32_t and discarding the bank information?
The same problem happens to Write as well.

@SourMesen SourMesen added the bug Something isn't working label Jul 29, 2019
@SourMesen
Copy link
Owner

I actually noticed this myself last night, but was in the middle of other stuff so hadn't pushed a fix yet.
The CpuDebugger stuff dates from a few days ago when I added SA1 support, so not impossible that something else might be broken, too.

I committed a fix which should solve the problem - let me know if you find anything else!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants