debugger icon indicating copy to clipboard operation
debugger copied to clipboard

[Feature] Add possibility to view sprites in a stacked/overlapped way.

Open openMSX-import opened this issue 10 years ago • 3 comments

Reported by sd-snatcher on 2010-01-24 17:45 UTC

Currently, the debugger has some very useful features for dealing with the VDP that allows me to view the registers, command registers, bitmapped VRAM and status registers.

But it would be good to also have a feature to view the MSX sprites, as they play an important role on MSX debugging. Each sprite could be browsed for inspecting and getting its detailed info. The user should also be able to select desired sprites to be stacked for viewing, as a lot of MSX games uses stacked sprites.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Commented by vampier on 2010-01-24 17:49 UTC did you try the sprite_menu command in openMSX I could adjust this feature to include the information you need.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Commented by sd-snatcher on 2010-02-03 01:54 UTC Excellent script, thanks! I haven't noticed it yet as it is new and I usually run the stable version.

openMSX-import avatar Jun 24 '15 12:06 openMSX-import

Recently @turbor implemented a comprehensive sprite viewer.

There is no stacked view in it though, but I think it was one of the things @turbor was still thinking/doubting about. So, let's change this Feature Request to implement that.

MBilderbeek avatar Apr 18 '22 22:04 MBilderbeek