Bas Wassink
Bas Wassink
Works here. Use the clipboard register `"+` and `p` (put after cursor) or `P` (put before cursor). So `"+p` will copy the clipboard contents after the cursor. You can do...
VICE still provides development Windows builds, just not via pokefinder anymore, they're on our [SVN mirror](https://github.com/VICE-Team/svn-mirror/releases). Those snapshots are built after each commit, rather than once per day. They do...
You can run into the occasional revision that doesn't compile, but I'd expect a point release to compile at least. It could be it compiled with the msys2 packages that...
It's not actually the hvsc directory, but the linking stage, the 'hvsc' dir happens to be the last directory the compiler visits before make starts linking. After way too much...
You're welcome :) And that approach is the same I do, "binary search" for a revision that either broke or fixed something. I noticed some revisions will not accept `--enable-x64`,...
> Well, the release notes for 3.6 (!) also mentions: > > * Super Snapshot V5 fixes. > I went down the last eight weeks of commits but can't find...
I completely forgot about this. I'll check if the issues still exist in the current version and mail Cameron the patches if they're still valid. I can't find any public...