Results 43 issues of sdsnatcher

### Description fortls seems to be not recognizing structures. We have many of them on a huge legacy code. Here are some an examples: ``` Structure /DbTag/ Integer*4 Name(SZ_TAG) Integer*4...

enhancement

Many 80's games used simple string obfuscation (cypher) algorithms. The most common where: - [ROT-n](https://en.wikipedia.org/wiki/ROT13): A fixed offset (key) is added to the byte value - [Bit-Rotate](https://en.wikipedia.org/wiki/Bitwise_operation#Rotate): Each byte is...

help wanted
new feature

win-sudo is currently installed per-user. But this becomes hard to manage on multi-user computers with lots of users. Please add an option to install.sh to allow for a single system-wide...

There are many places where we need to know the how many bytes were used under a label. For example, when we LDIR routines, or need to loop over a...

enhancement

OpenMSX has a callback and warning/debug messages for too fast VRAM writes. Similarly, the HMMC/LMMC blitter commands have exactly the same issue, but with worst consequences. If the CPU writes...

The way openMSX handles some of the configs might cause it to boot to an unusable state, where it uses a lot of CPU and barely accepts any input. Steps...

I tried the NBX3 image editor, and it triggered two different bugs: 1) The MSX mouse pointer is totally out of sync with the host mouse pointer. 2) If you...

The presentation runs fine, but when the game starts, the graphics are corrupted and the colors are incorrect. The ROM type seems to be correctly detected as ASCII8SRAM2.

The [IO demo by Logon System](http://www.pouet.net/prod.php?which=65232) runs, but it has some issues: 1) It complains that the 5th sprite flag emulation "looks bad" 2) Several parts of the demo have...

Nowadays, creating a new Nextor installation is a [confusing process for new users](https://www.msx.org/forum/msx-talk/hardware/sd512-ram-mapper-help-needed#comment-369206), and I've seen them in trouble all the time. Not only that, but with the files available...

enhancement