Is there a way to accurately view the contents of VRAM? I've dumped the contents of VRAM with pSX and due to its pixel instead tile nature it has successfully thwarted all of my attempts to view it using conventional tile editors. Perhaps I'm overlooking something?
I know that a pixel is either 2 or 3 bytes which when combined determine the color of the pixel, and that VRAM is an 1024x512 bitmap. Then the display is a rectangle within this bitmap. Assuming that that's all correct, I'm thinking I would simply need a bitmap editor (for want of a better term) analogous to tile editors as they relate to tile based systems. Problem is all of the tile editors assume you're working with X bytes organized in to WxH tiles, which doesn't help me at all. I'm looking for an editor that organizes X bytes in to 1 pixel and at N starts over at the next row of pixels.
Does such a thing exist? Or am I misunderstanding something? Any help would be greatly appreciated.