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ę 23 grudnia 2021 roku - WinVice 3.6.0
11
WinVice 3.6.x Dev Changelog
- [2022-05-17 22:56:08]
R42350 Vice Rep. #42350 info
Fix format specifier warnings, fix fallthrough - [2022-05-17 22:28:34]
R42349 Vice Rep. #42349 info
try fixing the stubs for xpet - [2022-05-17 21:39:56]
R42348 Vice Rep. #42348 info
use a dropdown list for the MIDI devices in windows. I have added stub functions at the bottom of cbm2mem.c, petmem.c, plus4mem.c which should be moved into cbm2-stubs.c, pet-stubs.c, plus4-stubs.c... - [2022-05-17 16:15:01]
R42347 Vice Rep. #42347 info
remove unused line_num - [2022-05-17 16:01:24]
R42346 Vice Rep. #42346 info
Fix old-style/C++-style function signatures - [2022-05-17 15:36:22]
R42345 Vice Rep. #42345 info
Fix set but unused variables - [2022-05-16 23:04:19]
R42344 Vice Rep. #42344 info
Reduce default CRTC saturation. - [2022-05-16 17:02:46]
R42343 Vice Rep. #42343 info
midi in/out entry is also needed on macos - [2022-05-16 16:16:57]
R42342 Vice Rep. #42342 info
fix brainfart - [2022-05-16 15:39:13]
R42341 Vice Rep. #42341 info
fix some renamed options :) - [2022-05-16 01:41:46]
R42340 Vice Rep. #42340 info
update MIDI options documentation - [2022-05-16 01:41:08]
R42339 Vice Rep. #42339 info
fix midi UI options to only show options for the configured and/or selected driver - [2022-05-16 01:38:37]
R42338 Vice Rep. #42338 info
throw some ifdefs and log output into unix midi driver, only compiles what is configured for now - [2022-05-14 23:56:50]
R42337 Vice Rep. #42337 info
Gtk3: Add resource-bound combo box with custom text entry - [2022-05-14 17:09:56]
R42336 Vice Rep. #42336 info
fix 'did not receive focus-out-event' warning - [2022-05-14 00:17:25]
R42335 Vice Rep. #42335 info
added SDL positional and symbolic UK keymaps for C64, posted by .mad. - [2022-05-13 22:35:40]
R42334 Vice Rep. #42334 info
Remove trailing space - [2022-05-13 22:12:42]
R42333 Vice Rep. #42333 info
Gtk3: Add UI actions for pause, warp, CPU speed, FPS - [2022-05-13 20:32:39]
R42332 Vice Rep. #42332 info
Fix speeddos+ cable. - [2022-05-13 00:36:19]
R42331 Vice Rep. #42331 info
kill whitespace - [2022-05-13 00:30:31]
R42330 Vice Rep. #42330 info
log available midi devices when driver is initialized. also changed the MidiInDev/MidiOutDev resources to strings on windows, this way the same UI code will work for the time being. - [2022-05-12 18:35:58]
R42329 Vice Rep. #42329 info
UI actions: Initialize and shutdown UI actions system in SDL1, SDL2 and Gtk3 UIs - [2022-05-11 21:22:45]
R42328 Vice Rep. #42328 info
Park half-implemented generic UI actions - [2022-05-10 12:00:56]
R42327 Vice Rep. #42327 info
Hotkeys: Fix typo in MacOS define - [2022-05-10 11:19:20]
R42326 Vice Rep. #42326 info
Gtk3: Add customizable hotkeys to VSID - [2022-05-09 20:55:27]
R42325 Vice Rep. #42325 info
Gtk3: Clean up menu item and hotkeys API - [2022-05-09 11:51:27]
R42324 Vice Rep. #42324 info
Gtk3: hotkeys: fix undefined variable when using --enable-debug-gtk3ui - [2022-05-09 11:42:28]
R42323 Vice Rep. #42323 info
Buildsystem: Add `-Wunused-but-set-variable` to CFLAGS - [2022-05-09 11:24:07]
R42322 Vice Rep. #42322 info
Gtk3: hotkeys: fix -Wunused-but-set-variable warnings - [2022-05-09 10:02:59]
R42321 Vice Rep. #42321 info
Gtk3: Remove the `keysym` and `modifier` members from `ui_menu_item_t` - [2022-05-08 13:04:00]
R42320 Vice Rep. #42320 info
Gtk3: Remove all references to the vice menu item definitions' keysym and modifier members. - [2022-05-08 12:40:41]
R42319 Vice Rep. #42319 info
Gtk3: Remove ui_menu_remove_accel_via_vice_item() - [2022-05-08 11:41:37]
R42318 Vice Rep. #42318 info
Gtk3: Remove ui_accel_data_t object and its methods - [2022-05-08 09:23:27]
R42317 Vice Rep. #42317 info
Gtk3: Implement ui_menu_set_accel_via_item_ref() and remove ui_menu_set_accel_via_vice_item() - [2022-05-07 21:12:15]
R42316 Vice Rep. #42316 info
Gtk3: Remove prototypes of removed functions, fix #includes - [2022-05-07 18:46:59]
R42315 Vice Rep. #42315 info
Gtk3: Refactor menu item/hotkeys code a lot (WIP) - [2022-05-06 18:31:07]
R42314 Vice Rep. #42314 info
fix style - [2022-05-06 18:24:33]
R42313 Vice Rep. #42313 info
some more debug stuff, some more error handling. makes netplay no more crash when some resource doesn't exist on one of the two VICEs - [2022-05-06 08:20:37]
R42312 Vice Rep. #42312 info
Fix typo - [2022-05-06 02:18:24]
R42311 Vice Rep. #42311 info
fix docs - [2022-05-06 02:14:02]
R42310 Vice Rep. #42310 info
added some more debug stuff, some better error handling. still shaky :/ - [2022-05-06 02:13:11]
R42309 Vice Rep. #42309 info
only init the netplay mode once, then remember what was selected - [2022-05-05 20:42:17]
R42308 Vice Rep. #42308 info
update netplay docs - [2022-05-05 20:42:05]
R42307 Vice Rep. #42307 info
rearrange the netplay dialog a bit - [2022-05-05 20:41:50]
R42306 Vice Rep. #42306 info
fix some debug stuff, don't allow privileged ports - [2022-05-05 18:25:59]
R42305 Vice Rep. #42305 info
rearrange the netplay menu a bit to make it more intuitive to use - [2022-05-05 17:58:29]
R42304 Vice Rep. #42304 info
Gtk3: Simplify ui_get_gtk_menu_item_by_action() and ui_get_gtk_menu_item_by_action_for_window() a lot. - [2022-05-05 17:39:36]
R42303 Vice Rep. #42303 info
Gtk3: Fix the hotkeys editor trying to get menu items from the settings dialog - [2022-05-05 13:00:39]
R42302 Vice Rep. #42302 info
Gtk3: Keep a list of runtime menu item references - [2022-05-03 18:41:27]
R42301 Vice Rep. #42301 info
fix some debug stuff - [2022-05-03 18:40:12]
R42300 Vice Rep. #42300 info
remove the weird get_chargen_name() function that seems to be completely pointless here - [2022-05-03 18:06:56]
R42299 Vice Rep. #42299 info
use constants for the chargen names in the UI
→ NOWSZY [c64] Dev WinVice 3.6.x R42364 19/05/2022
WinVice 3.6.x Dev Changelog
- [2022-05-19 01:36:03]
R42364 Vice Rep. #42364 info
use proper sublang hopefully - [2022-05-19 01:02:21]
R42363 Vice Rep. #42363 info
added turkish keymaps provided by erhan. cheers! - [2022-05-19 00:09:39]
R42362 Vice Rep. #42362 info
some detail fixes in german symbolic keymaps - [2022-05-18 15:44:54]
R42361 Vice Rep. #42361 info
fix and document c64 german symbolic keymap for GTK, SDL still needs a few details fixed - [2022-05-18 14:57:35]
R42360 Vice Rep. #42360 info
Updated vice.texi for SPT emulation. - [2022-05-18 14:46:30]
R42359 Vice Rep. #42359 info
Added SPT (Stupid Pet Tricks) userport joystick adapter emulation - [2022-05-18 14:45:38]
R42358 Vice Rep. #42358 info
Fixed typo - [2022-05-18 10:21:41]
R42357 Vice Rep. #42357 info
Fix some C99-compliance issues - [2022-05-18 02:18:36]
R42356 Vice Rep. #42356 info
document the macOS MIDI options/resources - [2022-05-18 01:39:58]
R42355 Vice Rep. #42355 info
do not fall through, this should fix sending MIDI 'special' messages, like song position pointer, song select, start/stop etc - [2022-05-18 00:11:55]
R42354 Vice Rep. #42354 info
created - right now empty - files for stubs for each emu where it didnt already exist. also fixed warnings about missing prototypes on linux. - [2022-05-17 23:29:13]
R42353 Vice Rep. #42353 info
move stubs to seperate files also for cbm2 and plus4 - [2022-05-17 23:10:46]
R42352 Vice Rep. #42352 info
Documentation: Add remark about fall through in switch/case blocks - [2022-05-17 23:02:30]
R42351 Vice Rep. #42351 info
Delete break, make code fallthrough to default handler again
→ [c64] Dev WinVice 3.6.x R42298 02/05/2022
WinVice 3.6.x Dev Changelog
- [2022-05-02 21:44:27]
R42298 Vice Rep. #42298 info
Move uiactions.{c,h} from arch/gtk3 to arch/shared - [2022-05-02 21:04:12]
R42297 Vice Rep. #42297 info
Unbreak SDL builds - [2022-05-02 19:42:54]
R42296 Vice Rep. #42296 info
use constants for PET ROMs everywhere, move constants to petrom.h. no renaming yet. There are some ROM files in the tree that are completely unused for some reason: chargen.de, edit-4-b-noCRTC.9014... - [2022-05-02 15:27:54]
R42295 Vice Rep. #42295 info
fix -VICborders and -TEDborders - [2022-05-01 18:50:47]
R42294 Vice Rep. #42294 info
added the exported json data for the keymap pictures, and a hint on how they were generated - [2022-05-01 18:49:29]
R42293 Vice Rep. #42293 info
some tweaks, all of the old VICEKB stuff is now merged - [2022-05-01 01:50:03]
R42292 Vice Rep. #42292 info
some tweaks on positional c64 de and us keymaps, add us positional layout to docs - [2022-04-30 22:51:27]
R42291 Vice Rep. #42291 info
also add the images to the makefile.am :) - [2022-04-30 22:49:00]
R42290 Vice Rep. #42290 info
add picture of the C64 keymap (positional, DE) to the docs. More pictures can be created using http://www.keyboard-layout-editor.com/, see eg http://www.keyboard-layout-editor.com/#/gists/658f280e1... - [2022-04-30 22:40:47]
R42289 Vice Rep. #42289 info
hack texi2html to rudimentary support the @image{} texi style - [2022-04-30 22:39:15]
R42288 Vice Rep. #42288 info
Add the package "tex-epsf" to the instructions. - [2022-04-30 22:24:57]
R42287 Vice Rep. #42287 info
Add characters-1.901447-08.bin to the list of PET ROMs. - [2022-04-27 23:15:16]
R42286 Vice Rep. #42286 info
Buildsystem: Make texi2dvi use verbose mode with `make V=1` and be silent with `make V=0` - [2022-04-27 21:19:28]
R42285 Vice Rep. #42285 info
Documentation: Linux Gtk3 building: change --enable-external-ffmpeg to --enable-ffmpeg, remove --enable-vte - [2022-04-27 21:11:19]
R42284 Vice Rep. #42284 info
Documentation: Update SDL build instructions to use --enable-sdl1ui/--enable-sdl2ui - [2022-04-27 21:08:42]
R42283 Vice Rep. #42283 info
Documentation: Add texlive-latex-extra to the Linux Gtk3 build instructions - [2022-04-27 20:56:35]
R42282 Vice Rep. #42282 info
Github Actions: Add package texlive-latex-extra to headless/doc builder - [2022-04-27 20:06:10]
R42281 Vice Rep. #42281 info
even more verbose - [2022-04-27 19:54:10]
R42280 Vice Rep. #42280 info
make texinfo output more verbose - [2022-04-27 16:50:20]
R42279 Vice Rep. #42279 info
add to distfiles - [2022-04-27 16:49:10]
R42278 Vice Rep. #42278 info
put logo on the title page - [2022-04-26 13:25:18]
R42277 Vice Rep. #42277 info
fix display of digital joyport lines for lightgun/lightpen - [2022-04-26 10:59:52]
R42276 Vice Rep. #42276 info
Github Actions: Set $OTHER_UI in shared script - [2022-04-26 10:16:52]
R42275 Vice Rep. #42275 info
Github Actions: fix unbound $UI variable for msys2, remove `readlink -f` from MacOS - [2022-04-26 09:46:06]
R42274 Vice Rep. #42274 info
Github Actions: Improve sourcing of shared script - [2022-04-26 09:33:59]
R42273 Vice Rep. #42273 info
Github Actions: Quick fix: source shared script with full path - [2022-04-26 09:02:18]
R42272 Vice Rep. #42272 info
Github Actions: Use the same configure options for MacOS and msys2, enable option checking - [2022-04-26 08:58:56]
R42271 Vice Rep. #42271 info
Buildsystem: Change `--enable-sdlui` to `--enable-sdl1ui`, `--enable-sdlui2` to `--enable-sdl2ui` - [2022-04-25 10:57:23]
R42270 Vice Rep. #42270 info
Gtk3: Fix segfault when running with -console - [2022-04-24 13:57:38]
R42269 Vice Rep. #42269 info
Reshuffle call to run_pending_alarms() from ciacore_store(). - [2022-04-24 13:22:20]
R42268 Vice Rep. #42268 info
Fix bug #1725. - [2022-04-23 21:16:55]
R42267 Vice Rep. #42267 info
repeat option check after the summary - [2022-04-23 21:13:51]
R42266 Vice Rep. #42266 info
change default to NO option checking, warn about invalid options when disabled - [2022-04-23 15:18:23]
R42265 Vice Rep. #42265 info
Buildsystem: configure: make --enable-option-checking the default, error out on invalid options - [2022-04-23 08:29:41]
R42264 Vice Rep. #42264 info
Windows stream redirecting: add some debug logging - [2022-04-22 09:39:07]
R42263 Vice Rep. #42263 info
Documentation: Update to use `--enable-gtk3ui` - [2022-04-22 09:29:26]
R42262 Vice Rep. #42262 info
Github Actions: Update MacOS and msys2 scripts to use `--enable-gtk3ui` - [2022-04-22 09:27:22]
R42261 Vice Rep. #42261 info
Buildsystem: Rename configure option `--enable-native-gtk3ui` to `--enable-gtk3ui` - [2022-04-21 13:42:02]
R42260 Vice Rep. #42260 info
Make -help and -version work from cmd.exe - [2022-04-21 11:49:02]
R42259 Vice Rep. #42259 info
Gtk3: Fix trying to hide possibly non-existent widgets - [2022-04-20 22:40:48]
R42258 Vice Rep. #42258 info
Gtk3: VSID: Fix segfault when dropping files onto the playlist widget, reenable drag'n'drop for the playlist - [2022-04-20 21:59:19]
R42257 Vice Rep. #42257 info
Gtk3: VSID: Disable drag'n'drop handler for the STIL GtkTextView - [2022-04-19 21:56:43]
R42256 Vice Rep. #42256 info
Gtk3: Prevent certain dumb users from inserting emojis in the VSID STIL view - [2022-04-19 14:34:35]
R42255 Vice Rep. #42255 info
add/fix debug output - [2022-04-18 18:48:35]
R42254 Vice Rep. #42254 info
enable the userport tab for DTV so the hummer joystick can be actually selected - [2022-04-18 14:02:40]
R42253 Vice Rep. #42253 info
Remove trailing space. - [2022-04-18 13:49:29]
R42252 Vice Rep. #42252 info
Add a CB2 low pass slider to the mixer widget. - [2022-04-18 13:30:51]
R42251 Vice Rep. #42251 info
Make stylecheck work from separate builddir. - [2022-04-17 18:53:37]
R42250 Vice Rep. #42250 info
do the stylecheck early before the headless build, not in the msys script - [2022-04-17 18:44:20]
R42249 Vice Rep. #42249 info
add stylecheck, lets see :) - [2022-04-17 18:29:40]
R42248 Vice Rep. #42248 info
rename check rule to stylecheck - [2022-04-17 18:19:29]
R42247 Vice Rep. #42247 info
added some simple scripts that check issues with tabs/dangling spaces/missing newline at eof. added a 'check' rule in the toplevel makefile that runs them. - [2022-04-17 18:15:05]
R42246 Vice Rep. #42246 info
remove tabs
→ [c64] Dev WinVice 3.6.x R42245 17/04/2022
WinVice 3.6.x Dev Changelog
- [2022-04-17 17:43:16]
R42245 Vice Rep. #42245 info
remove dangling spaces - [2022-04-17 17:36:28]
R42244 Vice Rep. #42244 info
add missing newline at the end of the file - [2022-04-16 10:37:28]
R42243 Vice Rep. #42243 info
Make some more ${CHIP}Bla resource setters/init more descriptive and add comment blocks - [2022-04-16 08:19:06]
R42242 Vice Rep. #42242 info
Fix some -Wshorten-64-to-32 warnings in petsound.c - [2022-04-15 22:13:01]
R42241 Vice Rep. #42241 info
Github actions: change --enable-external-ffmpeg to --enable-ffmpeg in MacOS and msys2 build scripts - [2022-04-15 22:10:26]
R42240 Vice Rep. #42240 info
Buildsystem: Rename --enable-external-ffmpeg to --enable-ffmpeg - [2022-04-15 21:33:17]
R42239 Vice Rep. #42239 info
Make some video resource setters more descriptive, add documentation - [2022-04-15 18:27:39]
R42238 Vice Rep. #42238 info
Change the PET CB2 sound so that it is based entirely on the output from CB2, which is usually the shift register. It can also controlled directly though, for lower frequencies. An adjustable low-p... - [2022-04-15 15:01:05]
R42237 Vice Rep. #42237 info
set defaults after all resources are actually registered - [2022-04-14 23:13:27]
R42236 Vice Rep. #42236 info
Gtk3: Make resource setters in ui.c more self-descriptive - [2022-04-14 22:00:59]
R42235 Vice Rep. #42235 info
Add Doxygen docblock for ui_fullscreen_has_decorations() - [2022-04-14 13:25:39]
R42234 Vice Rep. #42234 info
Gtk3: Fix FullscreenDecorations interfering with CHIPShowStatusbar - [2022-04-14 09:06:17]
R42233 Vice Rep. #42233 info
Gtk3: Fix window decorations being enabled when booting into fullscreen mode - [2022-04-14 08:31:10]
R42232 Vice Rep. #42232 info
Gtk3: Introduce ui_is_fullsceen_from_canvas() to work around ui_resources.canvas[] not being initialized - [2022-04-14 07:49:06]
R42231 Vice Rep. #42231 info
Gtk3: Implement using the CHIPFullscreen resource for fullscreen mode - [2022-04-13 11:19:53]
R42230 Vice Rep. #42230 info
Enable CHIPFullscreen resources and [-+]CHIPfullscreen command line options for the Gtk3 UI - [2022-04-13 09:54:50]
R42229 Vice Rep. #42229 info
Fix typos, grammar. - [2022-04-12 12:49:55]
R42228 Vice Rep. #42228 info
Gtk3: CRT controls: disable spin buttons - [2022-04-12 12:43:31]
R42227 Vice Rep. #42227 info
Replace call to fseeko() with archdep_fseeko(), patch by Carlo Bramini - [2022-04-12 09:13:51]
R42226 Vice Rep. #42226 info
Gtk3: Remove grey bands in the windows when booting with the status bar hidden - [2022-04-12 01:00:40]
R42225 Vice Rep. #42225 info
Add CHIPShowStatusbar resources and [-+]CHIPshowstatusbar command line options, implement handling of these in the Gtk3 UI - [2022-04-11 19:12:41]
R42224 Vice Rep. #42224 info
Use the added character generator rom for the Basic-1 rom set. - [2022-04-11 16:46:12]
R42223 Vice Rep. #42223 info
rename CMD-HD ROM - [2022-04-10 23:51:48]
R42222 Vice Rep. #42222 info
add missing include path - [2022-04-10 23:11:24]
R42221 Vice Rep. #42221 info
rename drive ROMs - [2022-04-10 10:26:28]
R42220 Vice Rep. #42220 info
Archdep: Move vice_sdl.h from src/ to src/arch/sdl/ - [2022-04-10 02:53:49]
R42219 Vice Rep. #42219 info
Fixed macOS VICE.app always exiting with 0, which results in the DMG/bin/ cli launch scripts always exiting with 0 - [2022-04-10 00:11:29]
R42218 Vice Rep. #42218 info
remove the remains of ARCHDEP_EXT_SEP_STR and ARCHDEP_EXT_SEP_CHR, it's not really needed and most of the code didnt use it anyway - [2022-04-09 23:56:50]
R42217 Vice Rep. #42217 info
rename CBM2 ROMs - [2022-04-09 21:41:49]
R42216 Vice Rep. #42216 info
add missing REU options - [2022-04-09 18:27:45]
R42215 Vice Rep. #42215 info
renamed C128 ROMs as far as they could be identified, added some ROM detection code, added missing 'Machine type' selection in the SDL UI - [2022-04-09 16:47:12]
R42214 Vice Rep. #42214 info
Made things clearer. - [2022-04-09 16:22:44]
R42213 Vice Rep. #42213 info
Made things clearer. - [2022-04-09 15:49:13]
R42212 Vice Rep. #42212 info
Documentation: Update -hvsc-root and HVSCRoot documentation - [2022-04-09 13:09:28]
R42211 Vice Rep. #42211 info
rename printer roms, move printer.h into printerdrv - [2022-04-09 10:11:42]
R42210 Vice Rep. #42210 info
Gtk3: Remove $VICERES comments about WarpMode, warp mode hasn't been controlled by a resource for quite some time. - [2022-04-09 09:39:21]
R42209 Vice Rep. #42209 info
Gtk3: Remove [Crtc|VDC]PALDelaylineType resource comments, not used in the code - [2022-04-09 09:11:39]
R42208 Vice Rep. #42208 info
Gtk3: Fix CrtcExternalPaelette typo - [2022-04-09 09:04:22]
R42207 Vice Rep. #42207 info
Gtk3: Add $VICERES comment for "C128ColumnKey" resource - [2022-04-09 07:32:36]
R42206 Vice Rep. #42206 info
Plus4: Fix unused variable warning when DEBUGCART isn't defined - [2022-04-09 06:44:59]
R42205 Vice Rep. #42205 info
Made things clearer. - [2022-04-09 03:11:42]
R42204 Vice Rep. #42204 info
Made things clearer. - [2022-04-09 02:57:00]
R42203 Vice Rep. #42203 info
rename plus4 ROMs - [2022-04-09 02:30:58]
R42202 Vice Rep. #42202 info
Remove unused var - [2022-04-08 23:49:32]
R42201 Vice Rep. #42201 info
Buildsystem: Do not use -mwindows for Windows headless builds - [2022-04-08 21:47:26]
R42200 Vice Rep. #42200 info
Buildsystem: Fix headless `make bindist[zip|7zip]?` - [2022-04-08 21:22:40]
R42199 Vice Rep. #42199 info
archdep_get_vice_datadir(): check explicitly for USE_HEADLESSUI - [2022-04-08 20:46:18]
R42198 Vice Rep. #42198 info
headless bindist: Fix bindistzip creating '9.zip' =D - [2022-04-08 20:36:53]
R42197 Vice Rep. #42197 info
Buildsystem: Add `make bindist[zip|7zip]` for headless builds on Windows - [2022-04-08 19:40:03]
R42196 Vice Rep. #42196 info
Also change the #define for the default PET character ROM here. - [2022-04-08 19:35:00]
R42195 Vice Rep. #42195 info
Replace PET 2001 charset patching with a separate ROM file.
→ [c64] Dev WinVice 3.6.x R42194 08/04/2022
WinVice 3.6.x Dev Changelog
- [2022-04-08 18:56:43]
R42194 Vice Rep. #42194 info
rename all C64 ROMs, rename VIC20 ROMs, remove VIC20 ROM patching and added additional ROMs instead - [2022-04-08 17:52:19]
R42193 Vice Rep. #42193 info
Made things clearer. - [2022-04-08 17:42:56]
R42192 Vice Rep. #42192 info
Made things clearer. - [2022-04-08 17:36:51]
R42191 Vice Rep. #42191 info
Made things clearer. - [2022-04-08 17:31:46]
R42190 Vice Rep. #42190 info
Made things clearer. - [2022-04-08 15:22:30]
R42189 Vice Rep. #42189 info
Made things clearer. - [2022-04-08 14:38:43]
R42188 Vice Rep. #42188 info
Made things clearer. - [2022-04-08 13:59:45]
R42187 Vice Rep. #42187 info
rename SDL2DualWindow to DualWindow - [2022-04-08 00:41:50]
R42186 Vice Rep. #42186 info
added VSync resource and commandline option. Right now only works in SDL2 and only at startup - [2022-04-08 00:05:29]
R42185 Vice Rep. #42185 info
rename SDL2Renderer to SDL2Backend, which seems somewhat less ambiguous. - [2022-04-07 23:03:44]
R42184 Vice Rep. #42184 info
some refactoring, unfortunately just swapping the timer roles does not work - [2022-04-07 22:06:12]
R42183 Vice Rep. #42183 info
It takes an extra cycle after the flag before the interrupt happens. - [2022-04-07 19:46:37]
R42182 Vice Rep. #42182 info
rename SDLFullscreenMode to FullscreenMode- [2022-04-07 13:38:38]
R42181 Vice Rep. #42181 info
remove unused double_size and double_scan members from video structs - [2022-04-07 13:12:50]
R42180 Vice Rep. #42180 info
remove pointless scale2x_allowed and scale2x members from the video structs - [2022-04-07 12:03:02]
R42179 Vice Rep. #42179 info
Remove FullscreenStatusbar resource and related code/options. It was only used by the SDL port and had no effect at all. - [2022-04-07 02:42:12]
R42178 Vice Rep. #42178 info
Fixed cmake-bootstrap no longer being able to find libsamplerdrv (missing from subdirs) - [2022-04-07 00:35:48]
R42177 Vice Rep. #42177 info
get rid of 'FullscreenDevice' and related struct members and code. This was unused by the GTK port and always 'SDL' in the SDL port.- [2022-04-06 21:12:02]
R42176 Vice Rep. #42176 info
rename AttachDeviceXReadonly to AttachDeviceXd0Readonly, update UIs accordingly, add AttachDeviceXd1Readonly options to UIs - [2022-04-06 18:58:56]
R42175 Vice Rep. #42175 info
Always restore the window position and -size, remove the respective option in UI and commandline. - [2022-04-06 17:42:17]
R42174 Vice Rep. #42174 info
some svn practise - [2022-04-06 16:45:06]
R42173 Vice Rep. #42173 info
update doc/commandline help for SDLCustomWidth/SDLCustomHeight - [2022-04-06 15:33:27]
R42172 Vice Rep. #42172 info
remove unused DisplayDepth resource from GTK3 port and manual - [2022-04-06 10:15:49]
R42171 Vice Rep. #42171 info
Buildsystem: Fix BeOS bindist script - [2022-04-06 08:14:27]
R42170 Vice Rep. #42170 info
configure: Fix --with-sdlsound configuring for SDL2 even when SDL1 was explictly requested via --enable-sdlui - [2022-04-06 06:05:34]
R42169 Vice Rep. #42169 info
Made things clearer. - [2022-04-06 05:59:50]
R42168 Vice Rep. #42168 info
Made things clearer. - [2022-04-06 01:25:08]
R42167 Vice Rep. #42167 info
Use register functions instead of using the joyport_t structs across files. - [2022-04-06 01:09:20]
R42166 Vice Rep. #42166 info
write VICE version into the config file and pop up a message when loading a config file that doesnt match the current version of the emulator. needs a bit of testing, hopefully doesn't break anything :) - [2022-04-05 23:04:00]
R42165 Vice Rep. #42165 info
Made mouse_sx/mouse_sy static and available through mouse_get_mouse_sx()/mouse_get_mouse_sy() instead. - [2022-04-05 22:57:09]
R42164 Vice Rep. #42164 info
Made mouse_timestamp static, it seems to only be used in mouse.c - [2022-04-05 22:14:54]
R42163 Vice Rep. #42163 info
Buildsystem: Use USE_SDLUI for SDL 1.2 UI exclusively, use USE_SDL2UI for SDL 2.x UI exclusively - [2022-04-05 22:13:00]
R42162 Vice Rep. #42162 info
Made things clearer. - [2022-04-05 21:35:31]
R42161 Vice Rep. #42161 info
Made things clearer. - [2022-04-05 20:23:10]
R42160 Vice Rep. #42160 info
add port parameter to joyport_display_joyport() - [2022-04-05 19:51:50]
R42159 Vice Rep. #42159 info
Made things clearer. - [2022-04-05 19:45:56]
R42158 Vice Rep. #42158 info
call joyport_display_joyport from paddle devices - [2022-04-05 19:28:54]
R42157 Vice Rep. #42157 info
add some comments - [2022-04-05 17:54:44]
R42156 Vice Rep. #42156 info
Made things clearer. - [2022-04-05 17:05:51]
R42155 Vice Rep. #42155 info
Made things clearer. - [2022-04-05 17:03:37]
R42154 Vice Rep. #42154 info
Some more comments and added missing joyport_display_joyport() call. - [2022-04-05 16:55:18]
R42153 Vice Rep. #42153 info
more mouse code cleanup and simplifying - [2022-04-05 16:13:59]
R42152 Vice Rep. #42152 info
Started on making things more clear in the joyport devices code. - [2022-04-05 11:26:45]
R42151 Vice Rep. #42151 info
gfxoutputdrv: Remove initialization of quicktime, we no longer support quicktime - [2022-04-05 09:56:55]
R42150 Vice Rep. #42150 info
libhwsiddrv.a: Link Unix driver on MacOS to avoid empty library - [2022-04-05 09:50:13]
R42149 Vice Rep. #42149 info
Archdep: Move samplerdrv/ back to src/ (misidentified as archdep code) - [2022-04-05 08:49:56]
R42148 Vice Rep. #42148 info
Hardware SID drivers: Make Catweasel Mk III, ParSID and SSI 2001 disabled by default - [2022-04-05 02:27:13]
R42147 Vice Rep. #42147 info
Make clear that fire2/fire3 are considered digital lines and pot-x and pot-y are considered analog lines in the comments for the joyport mapping structure. - [2022-04-05 02:00:53]
R42146 Vice Rep. #42146 info
remove check that was backwards and actually unneeded - [2022-04-04 23:49:35]
R42145 Vice Rep. #42145 info
actually commit everything :) - [2022-04-04 23:49:07]
R42144 Vice Rep. #42144 info
ripped apart mouse.c, still more cleanup needed :)
→ [c64] Dev WinVice 3.6.x R42143 04/04/2022
WinVice 3.6.x Dev Changelog
- [2022-04-04 22:26:57]
R42143 Vice Rep. #42143 info
rename function to set_enabled instead, fix comment to indicate what it actually does right now :) can be changed to pass true/false when the mousecode cleanup is done. - [2022-04-04 21:06:18]
R42142 Vice Rep. #42142 info
rename enable member to be more self explaining - [2022-04-04 19:46:39]
R42141 Vice Rep. #42141 info
remove extra CR - [2022-04-04 00:13:40]
R42140 Vice Rep. #42140 info
use proper name for the default kernal - [2022-04-04 00:03:20]
R42139 Vice Rep. #42139 info
add test that checks for 'mouse does not move when potx is never read' - [2022-04-03 23:41:54]
R42138 Vice Rep. #42138 info
split NEOS mouse code from mouse.c, call mouse_poll when digital NEOS lines are read, else mouse can not move when the C64 code does not read POTX - [2022-04-03 21:17:46]
R42137 Vice Rep. #42137 info
Archdep: Enable compilation of the Unix code for fork_coproc() on Haiku - [2022-04-03 20:24:00]
R42136 Vice Rep. #42136 info
Archdep: de-archdep-ify printerdrv/output-text.c - [2022-04-03 18:52:37]
R42135 Vice Rep. #42135 info
oops - [2022-04-03 18:50:10]
R42134 Vice Rep. #42134 info
fix handling of the case when no kernal is present (max machine), rename kernal rom files, fix commandline option and docs - [2022-04-03 14:58:10]
R42133 Vice Rep. #42133 info
Cache rclk in ciacore_snapshot_write_module() instead of indirecting all the time. - [2022-04-03 14:45:10]
R42132 Vice Rep. #42132 info
Get rid of C++-style comments. - [2022-04-03 13:03:16]
R42131 Vice Rep. #42131 info
Gtk3: Resource scale widget: remove some debugging messages - [2022-04-03 12:33:08]
R42130 Vice Rep. #42130 info
Gtk3: Model settings: don't try to synchronize kernal rev widget in xscpu64 - [2022-04-03 05:37:57]
R42129 Vice Rep. #42129 info
remove the ROM patching that happened when -kernalrev was used. Now changing the Kernal revision equals loading a regular ROM file. Needs some testing with kernals we dont ship and with snapshots - [2022-04-02 21:27:02]
R42128 Vice Rep. #42128 info
Improve the CIA shift register. - [2022-04-02 20:30:22]
R42127 Vice Rep. #42127 info
Add a little script to make running the tests easier. - [2022-04-02 20:29:28]
R42126 Vice Rep. #42126 info
Build some more test program variants, and add a C program to generate the same test data. - [2022-04-02 19:38:10]
R42125 Vice Rep. #42125 info
some more stuff moved over from the KB - [2022-04-02 18:31:16]
R42124 Vice Rep. #42124 info
Update logging to the bigger CLOCK type. - [2022-04-02 18:00:45]
R42123 Vice Rep. #42123 info
Add input/output from the shift register to the VIA. - [2022-04-02 13:21:02]
R42122 Vice Rep. #42122 info
Coding guidelines: update directory structure - [2022-04-02 12:37:40]
R42121 Vice Rep. #42121 info
Archdep: Move src/{hwsid,socket}drv into src/arch/shared/, add explicit lib rules back - [2022-04-02 11:02:35]
R42120 Vice Rep. #42120 info
Buildsystem: Remove unused rules for $(whatever_lib) - [2022-04-02 10:04:13]
R42119 Vice Rep. #42119 info
Archdep: Move src/iodrv to src/arch/shared/iodrv - [2022-04-02 09:23:44]
R42118 Vice Rep. #42118 info
Archdep: samplerdrv: also change the rule to build the library - [2022-04-02 09:19:11]
R42117 Vice Rep. #42117 info
Archdep: Move src/samplerdrv to src/arch/shared/samplerdrv - [2022-04-02 08:51:27]
R42116 Vice Rep. #42116 info
Archdep: Move src/mididrv to src/arch/shared/mididrv - [2022-04-02 00:11:52]
R42115 Vice Rep. #42115 info
add some docs on ethernet emulation - [2022-04-01 23:54:55]
R42114 Vice Rep. #42114 info
Buildsystem: Make configure check for *pcap headers on Windows - [2022-04-01 22:25:56]
R42113 Vice Rep. #42113 info
add comment regarding npcap - [2022-04-01 21:44:05]
R42112 Vice Rep. #42112 info
add another neos test using the slightly broken code from krakout+neos/tsm - [2022-04-01 19:20:44]
R42111 Vice Rep. #42111 info
somewhat correctly handle the case when both pot inputs are selected at the same time. now we only need a way to actually have two paddles connected in VICE so we can test it :) - [2022-04-01 18:22:04]
R42110 Vice Rep. #42110 info
build test also for port 2 - [2022-04-01 18:21:49]
R42109 Vice Rep. #42109 info
build test also for port 2 - [2022-04-01 18:02:02]
R42108 Vice Rep. #42108 info
also port 10 :) - [2022-04-01 17:56:35]
R42107 Vice Rep. #42107 info
register cmdline option correctly with resource so the logging at exit can find it - [2022-04-01 14:40:07]
R42106 Vice Rep. #42106 info
gfxoutputdrv: Fix include for sound drivers - [2022-04-01 14:09:08]
R42105 Vice Rep. #42105 info
Coding guidelines: Move sounddrv/ in the project folders hierarchy - [2022-04-01 14:04:04]
R42104 Vice Rep. #42104 info
Archdep: Move src/sounddrv/ to src/arch/shared/sounddrv/ - [2022-04-01 09:48:01]
R42103 Vice Rep. #42103 info
Coding guidelines: nitpick: add Clang to the commonly used compilers - [2022-04-01 09:43:10]
R42102 Vice Rep. #42102 info
Coding guidelines: HAIKU_COMPILE is a 'child' of BEOS_COMPILE - [2022-04-01 00:47:29]
R42101 Vice Rep. #42101 info
some more updates - [2022-03-31 23:22:43]
R42100 Vice Rep. #42100 info
on chameleon, disable the vicii output after the frame we want to screenshot - [2022-03-31 23:21:25]
R42099 Vice Rep. #42099 info
added results for chameleon 9q in cartridge mode - [2022-03-31 23:21:04]
R42098 Vice Rep. #42098 info
re-enable vicii output in the helper program, so individual test can disable it to allow (slow) downloading of the last frame - [2022-03-31 15:05:39]
R42097 Vice Rep. #42097 info
use -console also when making screenshots, the crash was fixed a while ago - [2022-03-31 14:42:58]
R42096 Vice Rep. #42096 info
fix typo - [2022-03-31 14:32:04]
R42095 Vice Rep. #42095 info
some WIP updates - [2022-03-30 22:01:10]
R42094 Vice Rep. #42094 info
Buildsystem: Remove references to mingw32-pcap in configure.ac - [2022-03-30 21:51:03]
R42093 Vice Rep. #42093 info
install libpcap in all envs - [2022-03-30 21:40:40]
R42092 Vice Rep. #42092 info
Archdep: Replace WIN32 checks with WINDOWS_COMPILE - [2022-03-30 21:36:05]
R42091 Vice Rep. #42091 info
remove minw32-pcap directory, install libpcap in the GHA msys2 build env
Inne treści związane z tematem
[c64] Dev WinVice 3.6.x R42364 19/05/2022
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 ...
[c64] Dev WinVice 3.6.x R42298 02/05/2022
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 ...
[c64] Dev WinVice 3.6.x R42245 17/04/2022
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 ...
[c64] Dev WinVice 3.6.x R42194 08/04/2022
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 ...