robmcmullen / omnivore

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

different sized bitmaps for different regions #221

Open robmcmullen opened 7 years ago

robmcmullen commented 7 years ago

Instead of the bitmap view being a single width, break it up by sections. This way you could have different widths and even different graphics modes. E.g., the bitmap window could look like:

xx xx xxxxxx xxxxxx xxxx xxxx xxxx

This probably depends on #145 so that the bitmap viewer itself only has to deal with a single type (256 color, palette-based) and the only issue would be calculating the total height of the scrolled window.