robmcmullen / omnivore

Hex editor and debugging emulator, sponsored by the Player/Missile Podcast
Mozilla Public License 2.0
53 stars 7 forks source link

switching segments messes up bitmap #46

Closed robmcmullen closed 7 years ago

robmcmullen commented 8 years ago

Sometimes when switching segments the bitmap display becomes multi-colored; maybe there is some memory not being stuffed with good data so it's putting garbage in the display?

robmcmullen commented 8 years ago

Seems to be only in the normal bitmap; selecting the region produces highlighted displays with the correct data.

robmcmullen commented 8 years ago

Oh! it's the display list stuff that's causing the problem. Need to mask out the user_bit_mask

robmcmullen commented 7 years ago

Seems to be gone with fast disassembly and change to user bit mask? Closing for now.