Dominic Cerquetti

Results 47 issues of Dominic Cerquetti

First, apologies, this is an incomplete bug report. Working on a pull request, but, figured I'd put what I have here in case any 65816 gurus knew how to fix...

bug

I was trying to use this with ZSNES and it wasn't working. I noticed after playing around with Spy++ that it only worked if you send the scanCode my fix...

- motivation: I wanted to be able to debug the UI with PyCharm/vscode, but couldn't figure out how to get KiCad+python debugging to work. - I wanted to set breakpoints...

``` Kroko There are differences in the header of BS-X games, e.g. the map mode is in 0xFFD8 not 0xFFD5. https://wiki.superfamicom.org/bs-x-satellaview-header ``` THATS why it doesnt work in Diz. we...

this was admittedly a little silly but: I had a migration like this: ```sql -- upgrade from version 4 to version 5 SET autocommit = 0; BEGIN; # (for this...

First: this player is such an amazing technical feat and is so easy to use. I've been using it for years, thanks so much for gluing together so many disparate...

enhancement

had to use this again (Wells Fargo IT IS NO LONGER 2017 WHYYY IS THIS STILL NEEDED) Here's a pic we can include in the docs: ![image](https://github.com/binary1230/wellsfargo-bulk-PDF-statement-downloader/assets/5413064/6e2414bf-96bf-42aa-89cb-f6fda00680b0)

Win10, when hitting Refresh in the GUI, was getting an exception here of "Failed to read process memory", which was unhandled and caused the app to crash. https://github.com/wh0am15533/SharpMonoInjector/blob/ae35e071a4ad56caf5aba390a9fc09a17e29d9a7/SharpMonoInjector/Memory.cs#L62 Weirdly, this...

![image](https://github.com/IsoFrieze/DiztinGUIsh/assets/5413064/b3762ffb-5df3-4009-858b-2d8551928754) The highlighted cell magenta should (I think) be one byte after it. the instruction "PER $0003" is using Relative16 addressing, and I think we're going wrong somewhere in CPU65816.cs...

**main**: improve zipfile output steps - new target 'zip_release' (more human-friendly alias for $(BIN_TARGET)) - allow overriding PROJECT_NAME (useful if doing CI builds / docker and the mounted directory name...