Releases: VICE-Team/svn-mirror
Releases · VICE-Team/svn-mirror
r45475 snapshot
Gtk3: remove cross-compiling magic from Windows bindist script Cross compiling using Linux hasn't been tested in four years, in which time a lot of changes have been made to the native (MSYS) portion of the script, but the cross portion of the script remained untouched and untested. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45475 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45474 snapshot
Gtk3: bindist script: abort if old bindist dir cannot be removed git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45474 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45473 snapshot
archdep_fix_streams(): attach console before redirecting See bug #2065. With cmd.exe `-help` dumps on console and can be redirected to file, piping (to more) is broken. PowerShell is worse, redirecting to file doesn't even work, so perhaps we need to call AttachConsole() even if FILE_TYPE_DISK, but only when using PowerShell? git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45473 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45472 snapshot
fix url to development builds git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45472 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45471 snapshot
added support for the 'Profi-DOS' cartridge by REX Datentechnik. Than…
r45470 snapshot
disable debug output git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45470 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45469 snapshot
Another case of PET empty space reading. Fix a confusing case of the size of the "I/O peek through" for the 8096 expansion. Add some comments why. Fix access to 8800-8FFF colour memory from the Vice monitor in the case of ColourPET. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45469 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45468 snapshot
Oops, fix previous. We want to see the value from the CRTC. git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45468 379a1393-f5fb-40a0-bcee-ef074d9b53f7
r45466 snapshot
Use crtc.vaddr_mask_eff to mask colour memory offsets, since we use e…
r45465 snapshot
move keyval fix magic into a public function and use it in the joysti…