Home | Forums | What's new | Resources | |
Strange address 0xFFFFFF00 |
paul_met - Jun 3, 2019 |
mrkotfw | Jun 3, 2019 | |||
Clear bits 29~31. Yabause won't accept addresses with those bits set. Not sure why it's so strict. |
antime | Jun 3, 2019 | |||
0xFFFFFE00-0xFFFFFFFF is the SH7095/SH7604 on-chip peripheral address range. 0xFFFFFF00 is the DVSR register of the division unit. |
paul_met | Jun 4, 2019 | |||
So how to deal with this address? I need to track the value that is written to this address. |
antime | Jun 4, 2019 | |||
You may have to modify the emulator. |
paul_met | Jun 4, 2019 | |||
The problem was solved by using the (inconvenient) Mednafen debugger. |