ComSquare icon indicating copy to clipboard operation
ComSquare copied to clipboard

A simple SNES emulator written in C++

Results 11 ComSquare issues
Sort by recently updated
recently updated
newest added

The workflow build.yml is referencing action actions/checkout using references v1. However this reference is missing the commit [a6747255bd19d7a757dbdda8c654a9f84db19839](https://github.com/actions/checkout/commits/a6747255bd19d7a757dbdda8c654a9f84db19839) which may contain fix to the some vulnerability. The vulnerability fix that...

Like clicking on a tile and seeing its address Fit to view with zoom

enhancement
PPU

Be able to click on a tile and get its address + infos Be able to choose more clearly the palette (cf: mesen) Be able to zoom (at least have...

enhancement
PPU

CPU's test DMA::VramWrite is weird (need to double check the integrity of the test)

bug

https://github.com/AnonymusRaccoon/ComSquare/blob/e1f1990402b0963dd30f2a4843d2bae516fd4686/sources/PPU/PPU.cpp#L607

bug
PPU

There's a mix between `ifndef` and `pragma once` A refactoring will be done on this but don't create new files with inconsistent header guard The header guard should be `...

warning
low priority

- [x] displaying correctly cgram - [ ] displaying correctly oamram - [x] displaying correctly vram - [x] see the raw data for all of rams

enhancement
PPU