I would be happy enough with a Sprite viewer, and even a pattern mode viewer, same as it has a Bitmap mode viewer where you can check the content of VRAM. Basically what Meisei has. Ok, that is more a add-on for the debugger, but...
The openMSX debugger has a bitmap viewer, but not a pattern mode viewer.
There are some experimental scripts that can help though... for pattern mode, try the tile viewer in the console: view_tile NN
, where NN is the tile number. Hide it again with hide_tile_viewer
.
There is also a script that can show the sprites. Try sprite_viewer
in the console. Use left/right/esc/space to control.
The openMSX debugger has a bitmap viewer, but not a pattern mode viewer.
There are some experimental scripts that can help though... for pattern mode, try the tile viewer in the console: view_tile NN
, where NN is the tile number. Hide it again with hide_tile_viewer
.
There is also a script that can show the sprites. Try sprite_viewer
in the console. Use left/right/esc/space to control.
The tile viewer doesn't seem to work, i tried both view_tile and tile_view just in case. I get error, probably I need to update.
The sprite_viewer... well, it's something
Which version are you running then?
This suggestion is not about a new plugin/addin, but the debugger and the its code window that is not refreshed properly. I do not know if that has already been fixed, but it will be nice to see it.
The only network function that I would like is to play the two players games, but before I would simply like the printer emulation to be implemented. (Either it prints directly, or it creates a file that I can print)
This suggestion is not about a new plugin/addin, but the debugger and the its code window that is not refreshed properly. I do not know if that has already been fixed, but it will be nice to see it.
I made a patch to refresh it manually with Ctrl+L:
https://notabug.org/pgimeno/openmsx-debugger/src/pg-add-disa...
It's not perfect, but it gets the job done.
Which version are you running then?
OpenMSX 0.14.0 for linux.
The only network function that I would like is to play the two players games, but before I would simply like the printer emulation to be implemented. (Either it prints directly, or it creates a file that I can print)
Printer emulation is already complete, as far a I know. What is mssing for you?
Which version are you running then?
OpenMSX 0.14.0 for linux.
That's quite old (almost 3 years). The commands I wrote about are available in 0.15.0.
Which version are you running then?
OpenMSX 0.14.0 for linux.
That's quite old (almost 3 years). The commands I wrote about are available in 0.15.0.
Though so. Probably it's already available on the Ubuntu 20 repositories, but i'm still under on U18. Should update some day, and yes, i could use the newer OpenMSX versions anyway, but there is no hurry.