!

[c64] Dev WinVice 3.8.x R45486 13/02/2025

[19] @ !!! Czwartek, 13 Lutego 2025 18:01 CET [29-12-2024 12:01 CET]

[c64] Dev WinVice 3.8.x R45486 13/02/2025

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ę 24 grudnia 2024 roku - WinVice 3.9.0

WinVice 3.8.x Dev Changelog

NOWSZY [c64] Dev WinVice 3.8.x R45632 13/04/2025

WinVice 3.8.x Dev Changelog

NOWSZY [c64] Dev WinVice 3.8.x R45592 27/03/2025

WinVice 3.8.x Dev Changelog

  • [2025-03-27 14:59:45]
    R45592 Vice Rep. #45592 info
    mkdoxy.sh: add `src/arch/gtk3/joystickdrv/ and `src/joyport/` to INPUT
  • [2025-03-27 08:14:24]
    R45591 Vice Rep. #45591 info
    Joystick: Add `joystick_device_set_name()` and `joystick_device_set_node()`
  • [2025-03-27 07:54:09]
    R45590 Vice Rep. #45590 info
    Joystick: implement inverting button and axis values if requested
  • [2025-03-26 14:02:42]
    R45589 Vice Rep. #45589 info
    Make sure the CPU history response isn't too long before sending.
  • [2025-03-26 08:36:43]
    R45588 Vice Rep. #45588 info
    Joystick: BSD: only trigger events when values actually changed
  • [2025-03-26 08:15:23]
    R45587 Vice Rep. #45587 info
    Joystick: make sure to regenerate indexes of inputs after sorting
  • [2025-03-26 08:09:10]
    R45586 Vice Rep. #45586 info
    Joystick: BSD: add missing Doxygen docblocks
  • [2025-03-25 22:28:22]
    R45585 Vice Rep. #45585 info
    Joystick: rename `bsd_joystick_init()` to `joystick_arch_init()`
  • [2025-03-25 19:58:59]
    R45584 Vice Rep. #45584 info
    Joystick: rename `win32_joystick_init()` to `joystick_arch_init()`
  • [2025-03-25 19:15:24]
    R45583 Vice Rep. #45583 info
    Joystick: add `joystick_arch_init()` and `joystick_arch_shutdown()`
  • [2025-03-25 16:38:20]
    R45582 Vice Rep. #45582 info
    make comment more clear
  • [2025-03-25 15:15:06]
    R45581 Vice Rep. #45581 info
    Merge trunk (r45560:HEAD) into branch
  • [2025-03-25 10:08:47]
    R45580 Vice Rep. #45580 info
    Joystick: add optional `customize()` callback to customize default mapping/calibration
  • [2025-03-24 14:56:42]
    R45579 Vice Rep. #45579 info
    Joystick: make SDL use raw axis values for `joy_axis_event()`
  • [2025-03-24 10:51:11]
    R45578 Vice Rep. #45578 info
    Joystick: update BSD driver to pass raw values to `joy_axis_event()`
  • [2025-03-24 08:25:25]
    R45577 Vice Rep. #45577 info
    Joystick: update DirectInput driver to pass raw axis values
  • [2025-03-24 08:06:03]
    R45576 Vice Rep. #45576 info
    Joystick: make `joy_axis_event()` accept raw values
  • [2025-03-24 07:45:30]
    R45575 Vice Rep. #45575 info
    Joystick: add simple calibration data struct
  • [2025-03-23 18:33:39]
    R45574 Vice Rep. #45574 info
    Joystick: simplify BSD driver a lot
  • [2025-03-23 17:59:06]
    R45573 Vice Rep. #45573 info
    implemented snapshot for magicdesk128 and partner128
  • [2025-03-23 17:25:28]
    R45572 Vice Rep. #45572 info
    add cartridge_attach_add_image to the cartridge API, which 'adds' more images to the generic cartridge (common for vic20). using a seperate function makes the code a bit less hacky and allows expli...
  • [2025-03-23 16:43:57]
    R45571 Vice Rep. #45571 info
    Fix uninitialized warnings
  • [2025-03-23 16:00:56]
    R45570 Vice Rep. #45570 info
    Reformat some binary monitor examples which overflow the PDF
  • [2025-03-23 07:47:40]
    R45569 Vice Rep. #45569 info
    Joystick: Windows: remove deprecated code, disable debug log message
  • [2025-03-23 07:41:22]
    R45568 Vice Rep. #45568 info
    Joystick: Windows: avoid needless calls to joy_foo_event()
  • [2025-03-22 22:43:16]
    R45567 Vice Rep. #45567 info
    Joystick: Windows: delete remnants of old joystick driver
  • [2025-03-22 19:03:02]
    R45566 Vice Rep. #45566 info
    Fix warnings
  • [2025-03-22 18:57:22]
    R45565 Vice Rep. #45565 info
    Wrap binary monitor cpuhistory in FEATURE_CPUMEMHISTORY check
  • [2025-03-22 18:37:44]
    R45564 Vice Rep. #45564 info
    Fix texi file formatting
  • [2025-03-22 18:02:21]
    R45563 Vice Rep. #45563 info
    Fix style issues
  • [2025-03-22 17:47:37]
    R45562 Vice Rep. #45562 info
    Added documentation for binary monitor CPUHISTORY_GET command. Made documentation more visual so that variable length responses are theoretically less confusing. Removed exact offset numbers and us...
  • [2025-03-22 17:45:07]
    R45561 Vice Rep. #45561 info
    Add binary monitor CPUHISTORY_GET command. Refactored cpuhistory filtering into separate functions from the text monitor output. Refactored the binary monitor register writing into separate function.
  • [2025-03-22 17:36:55]
    R45560 Vice Rep. #45560 info
    Add test for CPUHISTORY_GET binary monitor command
  • [2025-03-22 17:02:16]
    R45559 Vice Rep. #45559 info
    Merge trunk (r45543:HEAD) into branch
  • [2025-03-22 16:55:31]
    R45558 Vice Rep. #45558 info
    "Fix" Windows size_t printing
  • [2025-03-22 09:53:12]
    R45557 Vice Rep. #45557 info
    Joystick: Windows: implement `poll()` driver method
  • [2025-03-22 05:40:04]
    R45556 Vice Rep. #45556 info
    Joystick: Windows: implement driver's open() and close() methods
  • [2025-03-21 20:46:39]
    R45555 Vice Rep. #45555 info
    joystick: Windows still doesn't know "%z" *sigh*
  • [2025-03-21 20:39:46]
    R45554 Vice Rep. #45554 info
    Joystick: make `joystick_device_register()` order its inputs on (event) code
  • [2025-03-21 13:52:32]
    R45553 Vice Rep. #45553 info
    Joystick: Win32: use single EnumObjectsCallback callback to enumerate inputs
  • [2025-03-21 12:04:42]
    R45552 Vice Rep. #45552 info
    Joystick: reimplement Win32 DirectInput driver
  • [2025-03-20 09:37:30]
    R45551 Vice Rep. #45551 info
    Joystick: fix indentation
  • [2025-03-20 09:33:48]
    R45550 Vice Rep. #45550 info
    Joystick: add accessor functions for axes, buttons hats by event code
  • [2025-03-20 09:04:55]
    R45549 Vice Rep. #45549 info
    Joystick: update BSD code to use updated driver methods
  • [2025-03-19 23:48:55]
    R45548 Vice Rep. #45548 info
    joystick: SDL: make building against SDL 1.2 work again
  • [2025-03-19 22:46:48]
    R45547 Vice Rep. #45547 info
    Joystick: fix SDL UI to use updated joystick event functions
  • [2025-03-19 16:39:27]
    R45546 Vice Rep. #45546 info
    Joystick: get rid of `joyport` argument in driver methods, pass objects, not indexes
  • [2025-03-18 22:17:01]
    R45545 Vice Rep. #45545 info
    Joystick: make axes work, sort of
  • [2025-03-18 16:42:28]
    R45544 Vice Rep. #45544 info
    Joystick: update Doxygen docblocks
  • [2025-03-18 07:11:56]
    R45543 Vice Rep. #45543 info
    Joystick: set limit on number of axes, buttons and hats per device
  • [2025-03-17 22:29:59]
    R45542 Vice Rep. #45542 info
    Merge trunk (r45537:HEAD) into branch
  • [2025-03-17 22:27:18]
    R45541 Vice Rep. #45541 info
    Buildsystem: fix mistakes in "fixed" `updatereadme.sh` script
  • [2025-03-17 22:17:45]
    R45540 Vice Rep. #45540 info
    Buildsystem: fix scripts to work on NetBSD (in trunk this time)
  • [2025-03-17 22:06:00]
    R45539 Vice Rep. #45539 info
    Revert previous commit
NOWSZY [c64] Dev WinVice 3.8.x R45538 17/03/2025

WinVice 3.8.x Dev Changelog

→ [c64] Dev WinVice 3.8.x R45433 28/12/2024

WinVice 3.9.x Dev Changelog

  • [2024-12-28 15:05:01]
    R45433 Vice Rep. #45433 info
    add note on tracker items
  • [2024-12-26 14:53:38]
    R45432 Vice Rep. #45432 info
    Address the segmentation fault reported by timothylegg in the mailing list, when the monitor tried to write 256 or more bytes in one command. The variable data_buf, statically allocated 256 bytes, ...

    WinVice 3.8.x Dev Changelog

     

     

  • → [c64] Dev WinVice 3.8.x R45382 29/11/2024

    WinVice 3.8.x Dev Changelog

    → [c64] Dev WinVice 3.8.x R45331 05/09/2024

    WinVice 3.8.x Dev Changelog

    → [c64] Dev WinVice 3.8.x R45279 07/08/2024

    WinVice 3.8.x Dev Changelog

    → [c64] Dev WinVice 3.8.x R45228 14/07/2024

    WinVice 3.8.x Dev Changelog

    → [c64] Dev WinVice 3.8.x R45176 31/05/2024

    WinVice 3.8.x Dev Changelog

    Vox populi

    Ten artykuł nie byl jeszcze komentowany:(

    Dodaj komentarz!!!!

    Nick
    Email
    Www
    Komentarz
     
    wstecz13/02/2025 18:01
    Inne treści związane z tematem
    [multi] NO$GBA 3.06 14/04/2025
    Martin Korth autor popularnej serii emulatorów no$cash (no$sns, no$gba, no$nes, no$msx, no$sns, no$cpc, no$c64, no$gmb, no$k2)  udostępnił nową wersję emulatora handheldów NINTENDO - GameBoy Advance i Nintendo DS. NO$GBA, tak jak NO$PSX został udostępniony w dwóch wersjach - deweloperskiej (z debuggerem bez rozszerzenia) i typowo dla graczy (wersji DOS (-d) a ...
    [c64] C64 Studio 8.1 2/04/2025 [c64] C64 Studio 8.1 2/04/2025
    Oprócz CbmPrgStudio Commodore posiada jeszcze jedno fajne środowisko programistyczne - C64 Studio. W sumie oba narzędzie dają nam dostęp do podobnego zestawu ułatwień pozwalających na swobodne pisanie oprogramowania dla maszynek CBM. Od przybytku ponoć głowa nie boli;)
    [Z80] CPCEC/ZXSEC/CSFEC/MSXSEC 23/03/2025 [Z80] CPCEC/ZXSEC/CSFEC/MSXSEC 23/03/2025
    Po raz drugi udało się autorowi CPCEC zrobić mnie na szaro:) Właśnie wtedy kiedy nie było czasu na aktualizację i oko me powędrowało w inną stronę autor jednak postanowił się podzielić nową odsłoną:P Stąd i opóźnienie w newsach... zresztą jak widać takich niespodzianek już jest parę. CPCEC to projekt Cesara Nicolas-Gonzaleza pakietu emulatorów ZXSEC - czyli ...
    [GameBase] GameBase AMIGA 1.7 (Seya) Update 91.2 8/04/2025 [GameBase] GameBase AMIGA 1.7 (Seya) Update 91.2 8/04/2025
    Przyznaje się bez bicia, że ostatnio nie śledziłem projektu Seyi z należytą uwagą - i tak w ciągu ostatnich paru miesięcy przegapiłem 3 aktualizację do tej zacnej kolekcji oprogramowania dla fanów Amisi. Niestety, przynajmniej dwie aktualizacje będą wymagały albo dofinansowania serwisu MEGA, albo uzbrojenie się w cierpliwość - dwa zestawy to prawie 20 gb danych, ...
    [c64] Dev WinVice 3.8.x R45632 13/04/2025 [c64] Dev WinVice 3.8.x R45632 13/04/2025
    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 ...
    Dodatkowe informacje
    Komentarze
    ... bez komentarza
    Ostatnio dodane pliki
    Newsy Linkownia Emulatory na PC Wideoteka Screenshoty Bajtek Reduks Ready.Run

    © Try2emu 1999 - 2025 | Krzysztof 'Faust' Karkosza Kontakt Polityka Prywatności OWU