Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu Mega.
Ostatnia pełna wersja tego najbardziej uniwersalnego emulatora maszynek CBM ukazała się 25 grudnia 2022 roku - WinVice 3.7.0
WinVice 3.6.x Dev Changelog
- [2023-09-22 06:01:17]
R44554 Vice Rep. #44554 info
Gtk3: palette widget: properly check "${CHIP}PaletteFile" resource - [2023-09-22 05:38:37]
R44553 Vice Rep. #44553 info
Fix accidental removal of 'D' from `USE_VICE_THREAD` =) - [2023-09-22 05:22:44]
R44552 Vice Rep. #44552 info
Move VICE into the early 2000's: use `bool` for some boolean flags - [2023-09-22 04:50:42]
R44551 Vice Rep. #44551 info
Joystick: parser: don't call strlen() twice, add comments about iffy code - [2023-09-21 20:54:06]
R44550 Vice Rep. #44550 info
When loading an external palette fails, use the internal palette instead, so we don't get a black screen. - [2023-09-21 18:48:10]
R44549 Vice Rep. #44549 info
Joystick: do not load joymap file if -default is used on the command line - [2023-09-21 18:31:22]
R44548 Vice Rep. #44548 info
Add global flag `default_settings_requested` - [2023-09-21 08:51:31]
R44547 Vice Rep. #44547 info
Remove some left-over debugging messages - [2023-09-21 08:45:11]
R44546 Vice Rep. #44546 info
Remove casts of `lib_calloc()` results, only serves to hide errors - [2023-09-21 08:21:34]
R44545 Vice Rep. #44545 info
Use correct types in two more places where the old types were left - [2023-09-20 23:15:08]
R44544 Vice Rep. #44544 info
Remove a dangling space - [2023-09-20 23:07:41]
R44543 Vice Rep. #44543 info
Keep the state of the buttons up-to-date also while the menu is active. - [2023-09-20 09:46:42]
R44542 Vice Rep. #44542 info
Gtk3: clarify why the joystick driver struct must remain at file scope - [2023-09-20 09:19:23]
R44541 Vice Rep. #44541 info
Fix format specifiers for `JOYSTICK_INPUT_AXIS` and `POT_AXIS` - [2023-09-20 08:23:36]
R44540 Vice Rep. #44540 info
Fix certain hotkey combinations not working on SDL2 - [2023-09-19 23:57:15]
R44539 Vice Rep. #44539 info
use 'action-name' instead of 'path&to&item' in the comments - [2023-09-19 23:50:45]
R44538 Vice Rep. #44538 info
fix for new format - [2023-09-19 22:58:38]
R44537 Vice Rep. #44537 info
updated to new format - [2023-09-19 20:06:31]
R44536 Vice Rep. #44536 info
Joystick: add enum `joystick_input_type_t` - [2023-09-19 18:20:51]
R44535 Vice Rep. #44535 info
Refactor `joy_arch_mapping_dump()` - [2023-09-19 08:50:57]
R44534 Vice Rep. #44534 info
Clean up and document linux joystick driver, properly close file descriptors - [2023-09-18 19:17:05]
R44533 Vice Rep. #44533 info
Merge branch compyx/sdl-joy-uiactions into trunk - [2023-09-18 17:25:16]
R44532 Vice Rep. #44532 info
Remove unused header file `src/menu-activate.h` - [2023-09-18 09:23:15]
R44531 Vice Rep. #44531 info
Add some UI action system stubs for the headless UI - [2023-09-18 09:12:06]
R44530 Vice Rep. #44530 info
Delete `menu-activate.c`, use `uiapi.h` and the arch-specific `ui.c` files - [2023-09-18 08:53:01]
R44529 Vice Rep. #44529 info
Merge trunk (r44425:HEAD) into branch - [2023-09-18 00:03:53]
R44528 Vice Rep. #44528 info
fix profiler root context, patch by Oskar Linde - [2023-09-17 23:57:49]
R44527 Vice Rep. #44527 info
Delete deprecated functions and their prototypes - [2023-09-17 23:48:14]
R44526 Vice Rep. #44526 info
updated docs with Hyper-BASIC info - [2023-09-17 23:13:02]
R44525 Vice Rep. #44525 info
Make SDL joy mapping file use UI action names instead of menu item paths - [2023-09-17 22:01:34]
R44524 Vice Rep. #44524 info
Create branch for making the SDL joy mappings use UI actions - [2023-09-17 20:45:35]
R44523 Vice Rep. #44523 info
add 'Hyper-Basic' support - [2023-09-17 16:59:04]
R44522 Vice Rep. #44522 info
fix crash when arg to prof func is 0, fixes bug #1945 - [2023-09-17 10:42:58]
R44521 Vice Rep. #44521 info
UI actions: shorten a few descriptions - [2023-09-17 10:07:17]
R44520 Vice Rep. #44520 info
Hotkeys: add `vhk_parser_warning()`, turn invalid action for machine into warning - [2023-09-16 16:32:31]
R44519 Vice Rep. #44519 info
Hotkeys: check global truth state before checking action-ID validity - [2023-09-16 09:48:46]
R44518 Vice Rep. #44518 info
Hotkeys: log error if trying to map hotkey to invalid action for current machine - [2023-09-16 08:57:21]
R44517 Vice Rep. #44517 info
Hotkeys: fix ifstack !else handling, should fix bug #1944 - [2023-09-15 18:32:12]
R44516 Vice Rep. #44516 info
Hotkeys: do not process !include directives in "false" conditions in files - [2023-09-15 17:57:11]
R44515 Vice Rep. #44515 info
fix copypaste error - [2023-09-14 09:03:27]
R44514 Vice Rep. #44514 info
ZBMV: Fix -Wshorten-64-to-32 warning and unused functions - [2023-09-14 01:28:49]
R44513 Vice Rep. #44513 info
commit++ - [2023-09-14 01:25:31]
R44512 Vice Rep. #44512 info
Fix comparison always being false - [2023-09-13 18:47:45]
R44511 Vice Rep. #44511 info
Hotkeys: log full path of default hotkeys file being parsed - [2023-09-13 14:30:35]
R44510 Vice Rep. #44510 info
Fix -Wshorten-64-to-32 warning - [2023-09-13 14:21:41]
R44509 Vice Rep. #44509 info
Merge branch compyx/hotkeys-conditionals into trunk
→ [c64] Dev WinVice 3.6.x R44508 13/09/2023
WinVice 3.6.x Dev Changelog
→ [c64] Dev WinVice 3.6.x R44457 01/09/2023
WinVice 3.6.x Dev Changelog
- [2023-09-01 10:40:50]
R44457 Vice Rep. #44457 info
Fix bug in text file stack: first try opening without `sysfile_open()` - [2023-09-01 09:45:48]
R44456 Vice Rep. #44456 info
Remove commented out code, the file is big enough as it is ;) - [2023-09-01 09:43:45]
R44455 Vice Rep. #44455 info
Add boolean expression evaluator from https://github.com/Compyx/boolexpr - [2023-08-29 19:56:29]
R44454 Vice Rep. #44454 info
Merge trunk (r44445:HEAD) into branch - [2023-08-29 09:00:52]
R44453 Vice Rep. #44453 info
Gtk3: Restore emulated display(s) and monitor window geometry on (re)loading (custom) settings - [2023-08-28 21:17:00]
R44452 Vice Rep. #44452 info
Gtk3: check monitor xpos/ypos for `INT_MIN` as non-set values - [2023-08-28 21:04:39]
R44451 Vice Rep. #44451 info
Gtk3: Fix saving monitor position and size and restoring on boot - [2023-08-28 19:48:27]
R44450 Vice Rep. #44450 info
Gtk3: Fix names of the event handlers for the monitor window and its VTE terminal - [2023-08-28 12:01:54]
R44449 Vice Rep. #44449 info
Fix leak in wic64 resources - [2023-08-27 08:51:45]
R44448 Vice Rep. #44448 info
Github actions: Add xa65 to msys2 installation steps in "Make Release" workflow - [2023-08-26 20:34:57]
R44447 Vice Rep. #44447 info
forgot to bump snapshot version in r43662 - [2023-08-25 20:04:18]
R44446 Vice Rep. #44446 info
update libzmbv. should fix encoding on windows. - [2023-08-24 18:11:59]
R44445 Vice Rep. #44445 info
Merge trunk (r44428:HEAD) into branch - [2023-08-23 19:42:57]
R44444 Vice Rep. #44444 info
fix buffer overflow, should fix segfault at exit - [2023-08-23 18:47:24]
R44443 Vice Rep. #44443 info
update zmbv lib, options are now inverted, so it will always link to libz. hopefully fixes crashes :) - [2023-08-23 16:22:11]
R44442 Vice Rep. #44442 info
codestyle - [2023-08-23 08:43:02]
R44441 Vice Rep. #44441 info
Fix segfault when stopping ZBMV recording - [2023-08-23 03:23:50]
R44440 Vice Rep. #44440 info
get default extension from current video driver - [2023-08-23 02:58:08]
R44439 Vice Rep. #44439 info
some more cleanup, fps taken from machine rather than hardcoded 50 - [2023-08-23 01:35:43]
R44438 Vice Rep. #44438 info
lets see if that satisfies the windows compile - [2023-08-23 00:33:00]
R44437 Vice Rep. #44437 info
oops - [2023-08-23 00:32:11]
R44436 Vice Rep. #44436 info
initial support for capturing to zmbv encoded avi files. some related ui fixes. needs some more tweaking, but generally seems to work ok. - [2023-08-22 19:56:08]
R44435 Vice Rep. #44435 info
initial support for inactive vs disabled items - [2023-08-19 16:55:30]
R44434 Vice Rep. #44434 info
fix bug #1920, unfortunately will break another noise writeback test, but this is the right way anyway. patch by Leandro Nini - [2023-08-19 16:53:42]
R44433 Vice Rep. #44433 info
update testlists - [2023-08-19 16:53:24]
R44432 Vice Rep. #44432 info
add noise lfsr test provided by Swallow - [2023-08-19 16:42:06]
R44431 Vice Rep. #44431 info
SDL: remove remnant of some debugging code, should fix bug #1935 - [2023-08-19 09:44:55]
R44430 Vice Rep. #44430 info
Add IF/ELSE handling (from https://github.com/Compyx/if-stack) - [2023-08-19 09:35:14]
R44429 Vice Rep. #44429 info
Implement symbol table for predefined (boolean) values for conditionals - [2023-08-19 09:20:56]
R44428 Vice Rep. #44428 info
Create branch to implement conditional handling in .vhk files - [2023-08-19 08:09:33]
R44427 Vice Rep. #44427 info
sysfile_open(): make sure we're not accidentally trying to open a directory - [2023-08-18 17:20:37]
R44426 Vice Rep. #44426 info
fix loading dtv flash image - [2023-08-18 08:44:16]
R44425 Vice Rep. #44425 info
Gtk3: disable a bunch of drive-related debug messages - [2023-08-15 19:16:19]
R44424 Vice Rep. #44424 info
Github actions: deleted commented-out code to build and install xa65 - [2023-08-15 18:34:29]
R44423 Vice Rep. #44423 info
Github actions: do not build xa65 from source, install using msys2 package - [2023-08-14 17:16:56]
R44422 Vice Rep. #44422 info
Windows Gtk3 build instructions: use `pacboy` to install xa65 - [2023-08-14 08:40:38]
R44421 Vice Rep. #44421 info
Github actions: schedule 'check-make-dist' *not* exactly on the hour - [2023-08-13 22:52:54]
R44420 Vice Rep. #44420 info
some tweaking - [2023-08-13 18:49:28]
R44419 Vice Rep. #44419 info
replace a few more magic values by constants, display proper units in the (gtk) ui. There should be no (user visible) magic values left in the GUI now. - [2023-08-10 20:03:45]
R44418 Vice Rep. #44418 info
Remove `vice.gresource` from `BUILT_SOURCES` again ;) - [2023-08-10 19:50:39]
R44417 Vice Rep. #44417 info
Buildsystem: explicitly add `vice.gresource` to `BUILT_SOURCES` - [2023-08-10 18:54:38]
R44416 Vice Rep. #44416 info
Buildsystem: remove vim modelines from automake files - [2023-08-10 11:59:51]
R44415 Vice Rep. #44415 info
Replace `ls -1` with `find. -type d -name foo` - [2023-08-10 11:40:11]
R44414 Vice Rep. #44414 info
Update script again - [2023-08-10 11:09:02]
R44413 Vice Rep. #44413 info
Github actions: update script and workflow for check-dist tarball check - [2023-08-10 10:31:12]
R44412 Vice Rep. #44412 info
Check working dir and contents - [2023-08-10 08:15:18]
R44411 Vice Rep. #44411 info
Github actions: remove unzip step from script, run `compare-dists.sh` script after downloading artifacts - [2023-08-10 07:57:51]
R44410 Vice Rep. #44410 info
Github actions: make the tarball check job depend on the tarball generation job - [2023-08-10 07:53:24]
R44409 Vice Rep. #44409 info
Github actions: check-dist: add job to download artifacts for comparision - [2023-08-10 07:29:21]
R44408 Vice Rep. #44408 info
Add script for github actions to compare generated dist tarballs - [2023-08-10 05:52:25]
R44407 Vice Rep. #44407 info
Github actions: check-dist: only upload artifacts for differently configured tarballs - [2023-08-10 05:34:53]
R44406 Vice Rep. #44406 info
Github actions: add 'vice/' to path of check-dist artifact - [2023-08-10 05:30:30]
R44405 Vice Rep. #44405 info
Github actions: check-dist: change path of step 'Upload Artifact' - [2023-08-10 05:24:27]
R44404 Vice Rep. #44404 info
Github actions: fix typo - [2023-08-10 05:22:58]
R44403 Vice Rep. #44403 info
Github actions: check-dist: upload generated tarballs for further processing
→ [c64] Dev WinVice 3.6.x R44402 10/08/2023
WinVice 3.6.x Dev Changelog
- [2023-08-10 04:13:24]
R44402 Vice Rep. #44402 info
Merge branch compyx/sdl-hotkeys into trunk - [2023-08-10 03:40:00]
R44401 Vice Rep. #44401 info
Disable debugging noise in the SDL hotkeys code - [2023-08-10 03:36:12]
R44400 Vice Rep. #44400 info
SDL vhk files: switch "!debug enable" back to "!debug disable" - [2023-08-10 03:31:28]
R44399 Vice Rep. #44399 info
Remove (commented out) "fullscreen-decorations-toggle" from winvice-legacy vhk file - [2023-08-10 03:22:32]
R44398 Vice Rep. #44398 info
Merge trunk (r44375:HEAD) into branch - [2023-08-09 18:26:30]
R44397 Vice Rep. #44397 info
the bank is selected via the address lines, not the data lines. this makes MAX-BASIC work as it should - [2023-08-09 08:50:18]
R44396 Vice Rep. #44396 info
Properly handle the "menu key" + modifier so it can be used as a hotkey - [2023-08-09 08:10:14]
R44395 Vice Rep. #44395 info
Don't register action handlers for actions that do not make sense for VSID - [2023-08-08 17:38:39]
R44394 Vice Rep. #44394 info
add note on how the menu software does not enable the RAM for MAX-BASIC as described. We need to confirm if the real cartridge has RAM always enabled, or if the menu software is just broken like that. - [2023-08-08 13:06:11]
R44393 Vice Rep. #44393 info
Implement setting hotkey via the magic 'm' key in the menu - [2023-08-07 14:19:38]
R44392 Vice Rep. #44392 info
ui_hotkeys_arch_install_by_map(): convert SDL keycode to SDL1.x value before checking menu key - [2023-08-07 12:00:09]
R44391 Vice Rep. #44391 info
Implement UI action handlers for "Save hotkeys[ to]" - [2023-08-07 11:14:58]
R44390 Vice Rep. #44390 info
Implement UI action handlers for "Load hotkeys[ from]" - [2023-08-07 10:52:33]
R44389 Vice Rep. #44389 info
Implement UI actions for "Clear hotkeys" and "Load default hotkeys" - [2023-08-07 09:56:10]
R44388 Vice Rep. #44388 info
Merge trunk (r44375:HEAD) into branch - [2023-08-07 09:53:59]
R44387 Vice Rep. #44387 info
Gtk3: Update "winvice-legacy" hotkeys file - [2023-08-07 09:48:08]
R44386 Vice Rep. #44386 info
petcat: Comment out `overwrt` variable to silence set-but-unused warning by clang - [2023-08-07 09:17:09]
R44385 Vice Rep. #44385 info
SDL vhk files: remove hotkeys for actions that don't exist in the SDL ports - [2023-08-07 08:23:14]
R44384 Vice Rep. #44384 info
Convert SDL1 keycode in `sdlkbd_press()` to SDL2 keycode before looking up hotkey - [2023-08-07 08:06:18]
R44383 Vice Rep. #44383 info
Log warning if trying to set a hotkey that matches the "menu" key - [2023-08-06 09:29:52]
R44382 Vice Rep. #44382 info
Simplify getting the "menu" key label - [2023-08-06 08:24:51]
R44381 Vice Rep. #44381 info
Add translation of function key keysyms - [2023-08-06 08:14:41]
R44380 Vice Rep. #44380 info
Delete deprecate code - [2023-08-05 09:49:02]
R44379 Vice Rep. #44379 info
Implement UI-agnostic way to generate hotkey labels - [2023-08-04 20:48:21]
R44378 Vice Rep. #44378 info
Make hotkeys loaded from .vhk files work - [2023-08-04 15:41:58]
R44377 Vice Rep. #44377 info
Updated to work with latest Fedora. - [2023-08-04 14:14:02]
R44376 Vice Rep. #44376 info
Implement modifier mask translation functions (SDL <-> VICE) - [2023-08-04 10:15:30]
R44375 Vice Rep. #44375 info
Merge trunk (r44358:HEAD) into branch - [2023-08-03 20:42:43]
R44374 Vice Rep. #44374 info
Buildsystem: pass SVN_REVISION_OVERRIDE to win32 bindist scripts - [2023-08-03 12:54:03]
R44373 Vice Rep. #44373 info
Github actions: attempt to pass `SVN_REVISION_OVERRIDE` to `make-bindist_win32.sh` - [2023-08-03 11:56:14]
R44372 Vice Rep. #44372 info
Remove .exe for cmd.exe - [2023-08-03 11:43:30]
R44371 Vice Rep. #44371 info
Github actions: add `git update-git-for-windows` to workflow - [2023-08-03 09:00:57]
R44370 Vice Rep. #44370 info
Hardcode hotkeys for Pause, Warp and Monitor - [2023-08-02 23:48:54]
R44369 Vice Rep. #44369 info
Split keycode table into SDL2 and SDL1.2 versions, also ignore KMOD_GUI (Apple key) in SDL1.2 - [2023-08-02 23:28:02]
R44368 Vice Rep. #44368 info
Add table and functions for translating VICE keysyms to and from SDL keycodes - [2023-08-02 17:47:55]
R44367 Vice Rep. #44367 info
Implement single keyboard modifier translation functions - [2023-08-02 15:28:39]
R44366 Vice Rep. #44366 info
Split the 6309 opcodes document into 2 files. - [2023-08-02 05:51:15]
R44365 Vice Rep. #44365 info
Finished 6309 opcodes document, might need to get split out if it turns out too big to be assembled. - [2023-08-02 04:14:42]
R44364 Vice Rep. #44364 info
Some updates. - [2023-08-01 22:29:46]
R44363 Vice Rep. #44363 info
Remove/comment-out some deprecated code, add UI action stubs for hotkeys - [2023-08-01 21:18:21]
R44362 Vice Rep. #44362 info
Fixes: malformed URL return something: fixes Brainbricks; handle - [2023-08-01 14:43:21]
R44361 Vice Rep. #44361 info
Some updates. - [2023-07-31 18:48:45]
R44360 Vice Rep. #44360 info
Initialize hotkeys system with "sdl" prefix, not split into "sdl1"/"sdl2" - [2023-07-31 18:41:33]
R44359 Vice Rep. #44359 info
Copy all DATA/*/gtk3-*.vhk files to DATA/*/sdl-*.vhk files - [2023-07-31 17:29:40]
R44358 Vice Rep. #44358 info
Create branch for rewriting the SDL port to use the generic hotkeys code - [2023-07-31 17:22:36]
R44357 Vice Rep. #44357 info
Gtk3: Fix reassigning a hotkey not clearing the old action association - [2023-07-31 10:48:17]
R44356 Vice Rep. #44356 info
Gtk3: Implement UI action handlers for setting border mode
→ [c64] Dev WinVice 3.6.x R44355 31/07/2023
WinVice 3.6.x Dev Changelog
- [2023-07-31 08:43:28]
R44355 Vice Rep. #44355 info
Gtk3: Implement separate UI action handlers for toggling primary/secondary window status bar - [2023-07-31 05:32:53]
R44354 Vice Rep. #44354 info
Add ramlink menu to the x128 cartridge menu in the sdl ui. - [2023-07-31 01:30:58]
R44353 Vice Rep. #44353 info
RAMLink: turned off debugging - [2023-07-31 01:21:55]
R44352 Vice Rep. #44352 info
Initial support for RAMLink on C128 - [2023-07-31 01:20:25]
R44351 Vice Rep. #44351 info
RAMLink: base code changes for C128 support - [2023-07-31 01:19:52]
R44350 Vice Rep. #44350 info
LTK: removed C++ style comments - [2023-07-30 22:48:51]
R44349 Vice Rep. #44349 info
Gtk3: Add sprintf version of custom spin button widget constructor, fix drive RPM widgets - [2023-07-30 21:48:04]
R44348 Vice Rep. #44348 info
Added LTKernal memory mapping test tool - [2023-07-30 21:47:02]
R44347 Vice Rep. #44347 info
Added RAMLink memory mapping testing tool. - [2023-07-30 17:54:18]
R44346 Vice Rep. #44346 info
display drive wobble frequency and amplitude in proper units, update docs accordingly - [2023-07-30 14:25:59]
R44345 Vice Rep. #44345 info
Gtk3: Tape settings: fix the "Aligment error" spin button being slightly taller than the others - [2023-07-30 14:16:17]
R44344 Vice Rep. #44344 info
Some updates. - [2023-07-30 13:07:23]
R44343 Vice Rep. #44343 info
Some updates. - [2023-07-30 08:32:39]
R44342 Vice Rep. #44342 info
Gtk3: Attemp to set the correct minimum size of a custom spin button widget - [2023-07-30 03:35:30]
R44341 Vice Rep. #44341 info
Some updates. - [2023-07-29 02:39:11]
R44340 Vice Rep. #44340 info
Some updates. - [2023-07-28 18:37:26]
R44339 Vice Rep. #44339 info
Gtk3: Only log settings window size changes with `--enable-debug-gtk3ui` - [2023-07-28 16:41:23]
R44338 Vice Rep. #44338 info
Some updates. - [2023-07-28 14:19:10]
R44337 Vice Rep. #44337 info
make regular 'load' command never set Kernal pointers, add new 'loadbasic'/'ldb' command that always sets Kernal pointers. - [2023-07-28 08:09:29]
R44336 Vice Rep. #44336 info
Gtk3: datasette settings: remove the '+' prefix - [2023-07-28 06:50:08]
R44335 Vice Rep. #44335 info
Some updates. - [2023-07-28 04:19:02]
R44334 Vice Rep. #44334 info
Some updates. - [2023-07-27 21:01:05]
R44333 Vice Rep. #44333 info
use new spinbutton widget for ram-init random chance, update docs - [2023-07-27 15:00:06]
R44332 Vice Rep. #44332 info
Some fixes. - [2023-07-27 09:33:28]
R44331 Vice Rep. #44331 info
Gtk3: Add custom spin button widgets in settings/tapeport - [2023-07-27 07:13:40]
R44330 Vice Rep. #44330 info
Some updates. - [2023-07-27 05:24:35]
R44329 Vice Rep. #44329 info
Some updates. - [2023-07-27 02:02:22]
R44328 Vice Rep. #44328 info
Some updates. - [2023-07-26 20:39:20]
R44327 Vice Rep. #44327 info
Some updates. - [2023-07-26 18:50:10]
R44326 Vice Rep. #44326 info
Alike WiC64, store certain prefs in vicerc (Pseudo MAC-,IP, timezone, session_id). - [2023-07-26 17:14:24]
R44325 Vice Rep. #44325 info
Some updates. - [2023-07-26 17:01:05]
R44324 Vice Rep. #44324 info
Some fixes. - [2023-07-26 16:52:21]
R44323 Vice Rep. #44323 info
Some updates. - [2023-07-26 09:23:26]
R44322 Vice Rep. #44322 info
Lt. Kernal: remove unused variable - [2023-07-26 05:53:52]
R44321 Vice Rep. #44321 info
Fix for bug #1919 - [2023-07-26 05:26:51]
R44320 Vice Rep. #44320 info
Some updates. - [2023-07-25 12:57:30]
R44319 Vice Rep. #44319 info
fix commandline doc - [2023-07-25 05:25:56]
R44318 Vice Rep. #44318 info
Some updates. - [2023-07-24 23:37:30]
R44317 Vice Rep. #44317 info
some tweaks to tape wobble and speed tuning options, added related defines, updated GTK UI. SDL still needs to be updated. - [2023-07-24 16:16:07]
R44316 Vice Rep. #44316 info
Gtk3: Only show "Cartridge freeze" menu item for x64[sc], xscpu64 and x128 - [2023-07-24 14:57:56]
R44315 Vice Rep. #44315 info
Some updates. - [2023-07-24 14:47:10]
R44314 Vice Rep. #44314 info
some more comments, some more debug output. always start recording 'as if' the write line was 0 before, so it will always produce a tap value on the first written 1. should fix #1598 - [2023-07-24 14:41:50]
R44313 Vice Rep. #44313 info
some more tweaking - [2023-07-24 07:58:50]
R44312 Vice Rep. #44312 info
SDL: xcbm2: Add UI actions for attaching and detaching cartridges images at/from specific memory addresses - [2023-07-24 07:08:28]
R44311 Vice Rep. #44311 info
Add Plus4 cartridge UI action names to vice.texi and vim .vhk syntax file - [2023-07-24 06:58:18]
R44310 Vice Rep. #44310 info
SDL: xplus4: add UI actions for attaching specific cartridges - [2023-07-24 02:39:36]
R44309 Vice Rep. #44309 info
Some updates. - [2023-07-24 01:09:03]
R44308 Vice Rep. #44308 info
some tweaks, improved/fixed comments, added non looping versions - [2023-07-23 13:33:30]
R44307 Vice Rep. #44307 info
SDL: xvic: add UI actions for attaching specific cart types - [2023-07-23 13:18:30]
R44306 Vice Rep. #44306 info
Remove `git --version` - [2023-07-23 12:53:05]
R44305 Vice Rep. #44305 info
Add `git --version` to build commands for SDL1 for debugging - [2023-07-23 12:47:39]
R44304 Vice Rep. #44304 info
Remove debugging echo, delete duplicate 'git' in msys2 packages to install - [2023-07-23 12:05:08]
R44303 Vice Rep. #44303 info
Github Actions: print github.ref during building for debugging
→ [c64] Dev WinVice 3.6.x R44302 23/07/2023
WinVice 3.6.x Dev Changelog
→ [c64] Dev WinVice 3.6.x R44251 13/07/2023
WinVice 3.6.x Dev Changelog
- [2023-07-13 07:57:06]
R44251 Vice Rep. #44251 info
Add helper function `sdl_ui_menu_item_set_status_by_action()` - [2023-07-12 22:29:55]
R44250 Vice Rep. #44250 info
Implement UI action handlers for history recording and playback - [2023-07-12 13:56:34]
R44249 Vice Rep. #44249 info
Add `displayed` field to `ui_menu_entry_t`: a callback for custom strings for the menu - [2023-07-12 10:12:11]
R44248 Vice Rep. #44248 info
Fix annoying memory leak in WIC64 resource handling - [2023-07-12 09:59:55]
R44247 Vice Rep. #44247 info
Add UI action handlers for snapshot load, quickload, save and quicksave - [2023-07-12 09:20:36]
R44246 Vice Rep. #44246 info
Add support for more menu item/resource types in `get_itemdata_for_action()` - [2023-07-11 22:08:42]
R44245 Vice Rep. #44245 info
Make xplus4 use the cartridge attach (CRT) and detach actions - [2023-07-11 21:41:16]
R44244 Vice Rep. #44244 info
Implement UI action handlers for VIC-20 cart attach/detach - [2023-07-11 21:21:45]
R44243 Vice Rep. #44243 info
Use correct specifiers for `size_t` - [2023-07-11 21:15:57]
R44242 Vice Rep. #44242 info
Merge trunk (r44196:HEAD) into branch - [2023-07-11 20:23:38]
R44241 Vice Rep. #44241 info
Buildsystem: enable `-Wmissing-field-initializers` by default - [2023-07-11 20:11:41]
R44240 Vice Rep. #44240 info
Fix missing field initializers in `vkbd.c` - [2023-07-11 20:04:35]
R44239 Vice Rep. #44239 info
Fix missing field initializers of the `ui_64cart_entry` "template" - [2023-07-11 19:34:01]
R44238 Vice Rep. #44238 info
Remove casts to `(char*)` of `lib_strdup()` return values in `menu_video.c` - [2023-07-11 19:29:07]
R44237 Vice Rep. #44237 info
Use designated initializers for menu items in `menu_vic20hw.c` - [2023-07-11 19:01:40]
R44236 Vice Rep. #44236 info
Use designated initializers form menu items in `menu_vic20cart.c` - [2023-07-11 15:43:35]
R44235 Vice Rep. #44235 info
Some updates. - [2023-07-10 22:01:39]
R44234 Vice Rep. #44234 info
Set `action` field to `ACTION_NONE` in `menu_userport.c` - [2023-07-10 21:45:15]
R44233 Vice Rep. #44233 info
Use struct assignment in dynmenu code instead of copying element-by-element - [2023-07-10 21:34:34]
R44232 Vice Rep. #44232 info
Use designated initializers for menu items in `menu_sound.c` - [2023-07-10 20:23:01]
R44231 Vice Rep. #44231 info
Use designated initializers for menu items in `menu_snapshot.c` - [2023-07-10 20:15:42]
R44230 Vice Rep. #44230 info
Use designated initializers for menu items in `menu_sid.c` - [2023-07-09 21:39:30]
R44229 Vice Rep. #44229 info
Display correct column count for VICII and TED - [2023-07-09 19:39:07]
R44228 Vice Rep. #44228 info
Added c128/ram0001mmu test programs. - [2023-07-09 18:34:13]
R44227 Vice Rep. #44227 info
Added tests to see what happens when the zp is mapped to a different page and/or bank and the cpu internal i/o port is written to. - [2023-07-09 11:46:52]
R44226 Vice Rep. #44226 info
Use designated initializers for menu items in `menu_screenshit.c` - [2023-07-09 10:05:04]
R44225 Vice Rep. #44225 info
Use designated initializers for menu items in `menu_scpu64hw.c` - [2023-07-09 03:48:32]
R44224 Vice Rep. #44224 info
Some updates. - [2023-07-08 20:48:50]
R44223 Vice Rep. #44223 info
actually kill the forked process on windows - [2023-07-08 20:35:18]
R44222 Vice Rep. #44222 info
make Windows build compile again, still needs to be fixed properly - [2023-07-08 19:37:50]
R44221 Vice Rep. #44221 info
remove pointless coproc.h from arch/headless - [2023-07-08 19:12:42]
R44220 Vice Rep. #44220 info
include sys/types.h in coproc.h - [2023-07-08 18:59:40]
R44219 Vice Rep. #44219 info
When forking a sub process, remember its pid and kill the process when we don't need it anymore. Only tested on Linux right now, Windows might break and/or not even compile. - [2023-07-08 16:43:47]
R44218 Vice Rep. #44218 info
Use designated initializers for menu items in `menu_sampler.c`, set `action` fields to `ACTION_NONE` - [2023-07-08 16:38:18]
R44217 Vice Rep. #44217 info
Use designated initializers for menu items in `menu_rs232.c` - [2023-07-08 06:43:05]
R44216 Vice Rep. #44216 info
Some updates. - [2023-07-07 15:58:45]
R44215 Vice Rep. #44215 info
Use designated initializers for menu items in `menu_rom.c` - [2023-07-07 15:15:12]
R44214 Vice Rep. #44214 info
Some updates. - [2023-07-07 09:37:28]
R44213 Vice Rep. #44213 info
Use designated initializers for menu items in `menu_ram.c`, fix typo - [2023-07-07 09:17:22]
R44212 Vice Rep. #44212 info
Use designated initializers for menu items in `menu_printer.c` - [2023-07-07 07:57:41]
R44211 Vice Rep. #44211 info
Use designated initializers for menu items in `menu_plus4hw.c` - [2023-07-07 07:39:47]
R44210 Vice Rep. #44210 info
Use designated initializers for menu items in `menu_plus4cart.c` - [2023-07-07 07:30:00]
R44209 Vice Rep. #44209 info
Use designated initializers for menu items in `menu_pethw.c` - [2023-07-06 08:16:12]
R44208 Vice Rep. #44208 info
Use designated initializers for menu items in `menu_petcart.c` - [2023-07-06 07:51:47]
R44207 Vice Rep. #44207 info
Use designated initializers for menu items in `menu_network.c` - [2023-07-06 07:43:35]
R44206 Vice Rep. #44206 info
Use designated initializers for menu items in `menu_mouse.c` - [2023-07-06 07:39:36]
R44205 Vice Rep. #44205 info
Use designated initializers for menu items in `menu_monitor.c` - [2023-07-06 07:11:50]
R44204 Vice Rep. #44204 info
Use designated initializers in `menu_midi.c`, initialize `action` fields to `ACTION_NONE` in dynmenus - [2023-07-05 21:19:36]
R44203 Vice Rep. #44203 info
Use designated initializers in `menu_media.c`, initialize `action` fields to `ACTION_NONE` - [2023-07-05 21:12:45]
R44202 Vice Rep. #44202 info
Use designated initializers for menu items in `menu_joystick.c`
→ [c64] Dev WinVice 3.6.x R44201 05/07/2023
WinVice 3.6.x Dev Changelog
→ [c64] Dev WinVice 3.6.x R44150 30/06/2023
WinVice 3.6.x Dev Changelog
→ [c64] Dev WinVice 3.6.x R44097 23/06/2023
WinVice 3.6.x Dev Changelog
Inne treści związane z tematem
[c64] Denise 2.1 21/09/2023
Denise jest emulatorem "cycle exact" mikrokomputera Commodore C64, a od poprzedniej wersji również i Amigi:). Dokładne odwzorowanie pracy C64, przejrzysta konfiguracja powinna ucieszyć każdego, komu z nieznanych mi przyczyn nie odpowiada czy to Hox64, czy też WinVice. Czy dogoni WinUAE? Wątpie, przy zapale Toni Willena to prawie niemożliwe;).
Taki hint, który może ...
[Amiga] WinFellow x86 i x64 v0.5.9
Ogłoszono nową pełna wersję tego emulatora Amigi - oprócz podniesienia numerka do finalnej odsłony nic się nie zmieniło w stosunku do tego, co proponował Release Candidate 1. Dla porządku można zassać.
WinFellow nie zagrozi hegemonii WinUAE, jednak komuś komu zależy na emulacji tylko A500/600 może spokojnie sięgnąć po ten udawacz. Warto nadmienić, że WinFellow istnieje ...
[Amiga] WinFellow x86 i x64 v0.5.9 RC1
Dawno, dawno temu były dwa sposoby emulacji pod Windowsy - jeśli ktoś miał mocniejszy komputer mógł cieszyć się wczesnymi wersjami WinUAE - Ci, którzy siedzieli na czymś słabyszym ratowali się Fellowem. Ale to było dawno temu;)
Dzisiaj, raczej WinFellow nie zagrozi hegemonii WinUAE, jednak komuś komu zależy na emulacji tylko A500/600 może spokojnie sięgnąć po ten ...
[c64] Dev WinVice 3.6.x R44508 13/09/2023
Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu ...