pvsneslib icon indicating copy to clipboard operation
pvsneslib copied to clipboard

PVSnesLib : A small, open and free development kit for the Nintendo SNES

Results 44 pvsneslib issues
Sort by recently updated
recently updated
newest added

The wiki mentions using a VSCode Template (See: https://github.com/alekmaul/pvsneslib/wiki/PVSneslib-and-Visual-Studio-Code#configure) However, this folder (https://github.com/alekmaul/pvsneslib/tree/master/vscode-template) is not included in packaged releases. I think users are required to download this from the repo....

Lz77 compression is not handled for mode 7 images in `gfx4snes`. I think that compression is skipped for mode 7 image because of this piece of code: ``` if ((gfx4snes_args.tilepacked)...

This ocurrs as writes to `BG12NBA` and `BG34NBA` are done in 16-bit mode, while these are 8-bit registers, resulting in an incorrect write to the byte above - `BG34NBA` for...

The function used (tcc_udiv) does not like having the direct page register being not zero, as one of its instructions uses absolute addressing and not the direct page addressing that...