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.8.x Dev Changelog
- [2024-10-09 18:19:38]
R45355 Vice Rep. #45355 info
fix warning maybe perhaps :) - [2024-10-07 20:05:59]
R45354 Vice Rep. #45354 info
this may or may not fix #2076 :) - [2024-10-06 00:01:57]
R45353 Vice Rep. #45353 info
Don't pop up a second ui_error message when ffmpeg executable was not found. also reset/stop the recording status in the statusbar when recording is no more active. - [2024-10-04 15:34:16]
R45352 Vice Rep. #45352 info
improve error handling a bit. a proper error is now shown when ffmpeg executable can not be started - however, as a result the UI becomes unresponsible, and the emulator appears to still run (?). l... - [2024-10-02 21:52:35]
R45351 Vice Rep. #45351 info
fix recording video using the ffmpeg executable, should skip warp and keep a/v sync the same as ZMBV - [2024-10-01 18:24:27]
R45350 Vice Rep. #45350 info
Gtk3: update 'Categories' entries in .desktop files - [2024-09-30 22:37:14]
R45349 Vice Rep. #45349 info
Gtk3: set categories in .desktop files for `--enable-desktop-files` - [2024-09-28 15:42:37]
R45348 Vice Rep. #45348 info
fix uninitialized var in old filter, patch by leandro nini - [2024-09-27 15:52:47]
R45347 Vice Rep. #45347 info
skip video recording when warpmode is active, this does not, and can not, work and will result in massive a/v delays - [2024-09-27 00:23:06]
R45346 Vice Rep. #45346 info
encode zmbv video at proper (fractional) frame rate, prepare some stuff to skip frames if needed. "warpmode" and "no audio" still needs to be fixed - [2024-09-26 20:43:30]
R45345 Vice Rep. #45345 info
add printf-format attribute macros also for clang - [2024-09-26 18:56:32]
R45344 Vice Rep. #45344 info
change printf to log_printf - [2024-09-24 21:56:59]
R45343 Vice Rep. #45343 info
fix crash when native monitor is enabled, emulator was NOT started from a terminal, and then monitor fails to open - [2024-09-24 00:20:30]
R45342 Vice Rep. #45342 info
added separate cmdline optins for setting SID engine and model, this way reconstructing the commandline works without adding funky special case handling - [2024-09-20 22:52:32]
R45341 Vice Rep. #45341 info
some uc1/uc1.5/uc2 fixes, patch by Thomas Winkler - [2024-09-20 01:31:59]
R45340 Vice Rep. #45340 info
change some printfs to log_printf - [2024-09-19 01:35:50]
R45339 Vice Rep. #45339 info
Add support for UC1/UC15/UC2 cartridges, patch by Thomas Winkler - [2024-09-18 23:35:55]
R45338 Vice Rep. #45338 info
add missing vic20 cart types - [2024-09-18 08:26:53]
R45337 Vice Rep. #45337 info
Gtk3: make the REU enable button update save-as/flush buttons' state - [2024-09-18 02:51:40]
R45336 Vice Rep. #45336 info
add joystick mapping for keyrah v3 - [2024-09-17 19:04:25]
R45335 Vice Rep. #45335 info
fix limiting the path shown in the directory header - [2024-09-17 16:22:16]
R45334 Vice Rep. #45334 info
fixes WiC64 by using curl_multi_poll() - [2024-09-07 17:42:21]
R45333 Vice Rep. #45333 info
Fix for RAMLINK: IO1 wouldn't bet setup properly after RAMLINK was turned back on - [2024-09-06 01:16:22]
R45332 Vice Rep. #45332 info
briefly document some petcat features, add a hint on the file format -addconfig expects, and some redundant links :)
→ [c64] Dev WinVice 3.8.x R45331 05/09/2024
WinVice 3.8.x Dev Changelog
- [2024-09-05 19:04:31]
R45331 Vice Rep. #45331 info
scale down filtered voices on 6581, patch by Leandro Nini - [2024-09-05 02:13:19]
R45330 Vice Rep. #45330 info
forgot a comment :) - [2024-09-05 02:06:40]
R45329 Vice Rep. #45329 info
some virtualc64 related updates, still untested :) - [2024-09-04 02:21:23]
R45328 Vice Rep. #45328 info
prepared some things for adding support for virtualc64 - command line options in the hooks script still need to be fixed - [2024-09-03 01:28:49]
R45327 Vice Rep. #45327 info
add missing keybscan.asm file, add readme - [2024-08-31 22:19:47]
R45326 Vice Rep. #45326 info
free dqbb RAM at shutdown - [2024-08-31 21:36:31]
R45325 Vice Rep. #45325 info
bits 12-15 should return 0s, not 1s. checked with trapthem pad on real c64. fixes bug #2064 - [2024-08-31 20:35:04]
R45324 Vice Rep. #45324 info
shift SNES data on clock rising edge, not falling edge. fixes bug #2053 - [2024-08-30 02:41:13]
R45323 Vice Rep. #45323 info
extended DQBB support, support 16-256k RAM, support C128 mode. Needs some testing :) - [2024-08-28 19:48:46]
R45322 Vice Rep. #45322 info
some more half baked tests :) - [2024-08-28 00:04:42]
R45321 Vice Rep. #45321 info
when using fsdevice, make the first 'line number' in the directory 1 instead of 0. this is the partition number on cmd devices, and apparently the c64os setup chokes on it being 0 - [2024-08-27 01:52:37]
R45320 Vice Rep. #45320 info
fix some timeouts - [2024-08-26 23:01:43]
R45319 Vice Rep. #45319 info
disable screen while testing to prevent occasional false negatives - [2024-08-26 19:22:21]
R45318 Vice Rep. #45318 info
add some asserts, patch by Leandro Nini - [2024-08-25 23:32:42]
R45317 Vice Rep. #45317 info
fix a warning, add some machinery to define NDEBUG for standard builds in resid. patch by Leandro Nini - [2024-08-25 00:00:36]
R45316 Vice Rep. #45316 info
fix DAC addresses to make stereo replay work correctly - [2024-08-20 00:43:08]
R45315 Vice Rep. #45315 info
fix deprecated-enum-float-conversion warnings, patch by Leandro Nini - [2024-08-20 00:07:36]
R45314 Vice Rep. #45314 info
When writing .tap values, add the remainder of the current value to the next, so overall tap length will be correct. - [2024-08-18 19:28:19]
R45313 Vice Rep. #45313 info
save 'jammed' status into snapshot for each cpu, fixes bug #1770 - [2024-08-18 17:03:35]
R45312 Vice Rep. #45312 info
ignore debug cart when writing/reading snapshots. fixes bug #2057 - [2024-08-17 20:34:50]
R45311 Vice Rep. #45311 info
only execute the bt command for the computer memspace, output a warning for the others - [2024-08-17 19:17:45]
R45310 Vice Rep. #45310 info
This should fix bug #2052. - [2024-08-17 18:52:24]
R45309 Vice Rep. #45309 info
fix nextdisk logic, patch by Uffe Jakobsen - [2024-08-17 00:48:42]
R45308 Vice Rep. #45308 info
fix readme, fix Makefile - [2024-08-17 00:45:43]
R45307 Vice Rep. #45307 info
a first attempt at making a test bench for the monitor. feel invited to provide more tests :) - [2024-08-16 14:16:30]
R45306 Vice Rep. #45306 info
don't crash when no image is mounted - [2024-08-14 17:44:40]
R45305 Vice Rep. #45305 info
Add libportaudio2 to .deb control files, should fix bug #2062 - [2024-08-13 23:27:50]
R45304 Vice Rep. #45304 info
updated testlist - [2024-08-13 22:48:17]
R45303 Vice Rep. #45303 info
add tests that use PLP or CLI instead of RTI - [2024-08-12 20:35:38]
R45302 Vice Rep. #45302 info
added quick-setup chapter with some hints for people who come from older winvice :) - [2024-08-12 20:34:43]
R45301 Vice Rep. #45301 info
some cosmetics - [2024-08-12 15:34:50]
R45300 Vice Rep. #45300 info
keep vice-builder happy - [2024-08-12 03:26:32]
R45299 Vice Rep. #45299 info
rework the locking initialization to make sure the mutex is properly set up before first use. a couple adjustments to log output in debug mode. should fix the problems with startup when compiling w... - [2024-08-11 22:36:44]
R45298 Vice Rep. #45298 info
missing bit of r45297 - [2024-08-11 21:04:32]
R45297 Vice Rep. #45297 info
fix link order and add missing stubs for the case when experimental devices are enabled - [2024-08-11 20:58:04]
R45296 Vice Rep. #45296 info
missing stubs for when experimental devices are enabled - [2024-08-11 20:40:22]
R45295 Vice Rep. #45295 info
fix log_debug call - [2024-08-11 19:37:09]
R45294 Vice Rep. #45294 info
fix vic20 test - [2024-08-11 19:36:44]
R45293 Vice Rep. #45293 info
add comments - [2024-08-11 19:26:57]
R45292 Vice Rep. #45292 info
potx/poty must also be read when no mouse is active, so other devices that attach to the controller ports which use these lines will still work - [2024-08-11 00:08:29]
R45291 Vice Rep. #45291 info
update testlists - [2024-08-11 00:08:08]
R45290 Vice Rep. #45290 info
add test(s) related to reading open i/o space - [2024-08-09 22:59:26]
R45289 Vice Rep. #45289 info
damn :) hooray for proper testing! - [2024-08-09 22:57:02]
R45288 Vice Rep. #45288 info
oopsi :) - [2024-08-09 22:51:57]
R45287 Vice Rep. #45287 info
improve the case when the TED is reading from floating bus. workaround for bug #1896, fixes bug #2050, improves bug #1991 - [2024-08-09 16:34:02]
R45286 Vice Rep. #45286 info
open memory test, provided by durandal - [2024-08-09 15:30:38]
R45285 Vice Rep. #45285 info
simple test for 'Hannes' memory expansion, provided by SukkoPera - [2024-08-09 01:56:26]
R45284 Vice Rep. #45284 info
remove support for 'Hannes 4MB' expansion, which was kindof broken, and no software exists for even the 1mb variant :) - [2024-08-09 01:06:09]
R45283 Vice Rep. #45283 info
new TED sound logic, heavily inspired by SDL-YAPE :) should fix #886 and #887 - [2024-08-08 12:58:49]
R45282 Vice Rep. #45282 info
fix userport printer hitkey, disable some messages - [2024-08-07 21:22:59]
R45281 Vice Rep. #45281 info
also register the commandline options for the user port devices, oops :) - [2024-08-07 21:14:42]
R45280 Vice Rep. #45280 info
enable userport printer in xplus4
→ [c64] Dev WinVice 3.8.x R45279 07/08/2024
WinVice 3.8.x Dev Changelog
- [2024-08-07 19:39:42]
R45279 Vice Rep. #45279 info
petreu: adjust comments. VIAs have only 16 registers. - [2024-08-07 00:51:04]
R45278 Vice Rep. #45278 info
just kill the old logic that tries to determine a valid userport device - [2024-08-07 00:35:10]
R45277 Vice Rep. #45277 info
make the pet userport diag pin an actual user port device - [2024-08-06 22:38:52]
R45276 Vice Rep. #45276 info
petmem: add the range 8800-8fff to mem_bank_peek(). - [2024-08-06 22:15:55]
R45275 Vice Rep. #45275 info
petreu.c: fix bug #2061 - [2024-08-06 20:33:45]
R45274 Vice Rep. #45274 info
register userport devices via a centralized function, like in the joyport system. - [2024-08-06 20:17:25]
R45273 Vice Rep. #45273 info
fix debug message - [2024-08-06 00:46:29]
R45272 Vice Rep. #45272 info
make ane/lxa logging options available in all emus, except scpu - [2024-08-06 00:28:49]
R45271 Vice Rep. #45271 info
add ane/lxa logging to the regular cpu core - [2024-08-05 23:57:09]
R45270 Vice Rep. #45270 info
add log related options to sdl ui - [2024-08-05 22:50:47]
R45269 Vice Rep. #45269 info
support for AutostartDropMode in the SDL UI - [2024-08-05 18:20:35]
R45268 Vice Rep. #45268 info
some more log cosmetics - [2024-08-05 17:02:39]
R45267 Vice Rep. #45267 info
remove LOG_ERR, it never worked any different than LOG_DEFAULT in the first place. To log errors, use log_error instead of log_message. - [2024-08-05 16:27:20]
R45266 Vice Rep. #45266 info
some cosmetics - [2024-08-04 23:59:42]
R45265 Vice Rep. #45265 info
fix check for terminal, seems to work in both cmd.exe and msys - [2024-08-04 21:25:18]
R45264 Vice Rep. #45264 info
make log_debug also use log_t, add log_printf to work as a simple way to print to the default log - [2024-08-04 18:28:15]
R45263 Vice Rep. #45263 info
use separate log_t streams (instead of LOG_DEFAULT) at various places. many other things should get updated the same way :) - [2024-08-04 16:53:22]
R45262 Vice Rep. #45262 info
add log_fatal - [2024-08-03 23:20:21]
R45261 Vice Rep. #45261 info
call log_verbose also with log_t - [2024-08-03 22:41:27]
R45260 Vice Rep. #45260 info
add archdep_default_logger_is_terminal(), used to disable colors when stdout is redirected - [2024-08-03 22:16:18]
R45259 Vice Rep. #45259 info
adjust docs - [2024-08-03 22:15:07]
R45258 Vice Rep. #45258 info
colors are now handled completely transparently in the log system. also no more special cases for stdout needed. some more renaming and refactoring. - [2024-08-03 22:11:12]
R45257 Vice Rep. #45257 info
basic support for colors in log messages - [2024-08-03 00:35:25]
R45256 Vice Rep. #45256 info
rework the log system. logging to stdout and to an actual file can coexist now, each can be selected separately. This simplifies some code (eg in archdep_open_default_log_file) and makes sure stdou... - [2024-07-31 23:10:28]
R45255 Vice Rep. #45255 info
add options to docs - [2024-07-31 22:28:44]
R45254 Vice Rep. #45254 info
add options to UIs - [2024-07-31 19:04:43]
R45253 Vice Rep. #45253 info
added an option that allows to skip soundchip emulation in warpmode (to increase performance). - [2024-07-31 17:44:53]
R45252 Vice Rep. #45252 info
disable ANE/LXA logging by default, add cmdline options only for c64 right now (WIP). Fixes the problem with terrible performance drops with code that uses those opcodes a lot (which was not quite ... - [2024-07-19 22:54:00]
R45251 Vice Rep. #45251 info
trap tests: use rom macros - this fixes the following trap tests for xplus4: trap 1, 2, 3, 9, 11. 13, patch by Uffe Jakobsen - [2024-07-19 20:56:15]
R45250 Vice Rep. #45250 info
remove commented-out code related to power grid frequency, PETs don't need this - [2024-07-19 20:51:53]
R45249 Vice Rep. #45249 info
check+warn about exrom/game also for non c64 cartridges - [2024-07-19 20:08:25]
R45248 Vice Rep. #45248 info
better error output - [2024-07-19 18:30:19]
R45247 Vice Rep. #45247 info
WiC64: disable coloring in log-files, add background col; log.c: avoid closing stdout - [2024-07-18 23:01:39]
R45246 Vice Rep. #45246 info
don't check for userport drive cable in xvic - [2024-07-18 22:17:49]
R45245 Vice Rep. #45245 info
updated testlists - [2024-07-18 22:00:24]
R45244 Vice Rep. #45244 info
created extra versions of the trap tests, the regular one does no more perform ane/lxa. moved all tests that perform ane/lxa to a seperate disk, this helps to run the testsuite unattended on real h... - [2024-07-18 01:51:30]
R45243 Vice Rep. #45243 info
fix Plus4 Makefile, update all binaries - [2024-07-18 01:39:01]
R45242 Vice Rep. #45242 info
add some info about the instable opcodes - [2024-07-18 01:38:47]
R45241 Vice Rep. #45241 info
print 'magic values' before the test, and after the test when it failed - [2024-07-17 20:42:03]
R45240 Vice Rep. #45240 info
missing stuff from r45237 - [2024-07-17 20:13:58]
R45239 Vice Rep. #45239 info
added alternative versions of the the test which will always show the value read from the ICR - [2024-07-17 18:01:43]
R45238 Vice Rep. #45238 info
fix typo - [2024-07-17 17:59:09]
R45237 Vice Rep. #45237 info
kill dangling whitespace, patch by Uffe Jakobsen - [2024-07-16 20:58:17]
R45236 Vice Rep. #45236 info
move common table into a shared file - [2024-07-16 01:53:14]
R45235 Vice Rep. #45235 info
some cleanup and comments, in aneb and lxab tests print the magic value before the test, and again after the test when it failed. - [2024-07-16 01:39:29]
R45234 Vice Rep. #45234 info
fix warnings, patch by Uffe Jakobsen - [2024-07-16 00:11:57]
R45233 Vice Rep. #45233 info
Fix for bug ticket #2030: Plus/4 emulator hangs after a while, patch by Uffe Jakobsen - [2024-07-15 21:20:49]
R45232 Vice Rep. #45232 info
Use size_t to store the result from strlen(). - [2024-07-15 21:03:47]
R45231 Vice Rep. #45231 info
add FIXME note for ackraster - this test will not report 'green' when it works as expected, but time out instead - [2024-07-15 20:48:36]
R45230 Vice Rep. #45230 info
update testlists - [2024-07-15 20:47:17]
R45229 Vice Rep. #45229 info
add test program related to bug #2052
→ [c64] Dev WinVice 3.8.x R45228 14/07/2024
WinVice 3.8.x Dev Changelog
- [2024-07-14 19:22:47]
R45228 Vice Rep. #45228 info
Refactor binary monitor test suite somewhat - [2024-07-14 17:09:15]
R45227 Vice Rep. #45227 info
fsdevice: fix file name pattern matching. - [2024-07-14 17:05:58]
R45226 Vice Rep. #45226 info
fsdevice: fix bug #2047. - [2024-07-14 01:44:22]
R45225 Vice Rep. #45225 info
fix UI for the 'standard' Plus4 parallel cable - [2024-07-13 18:00:25]
R45224 Vice Rep. #45224 info
fix spelling - [2024-07-13 17:56:16]
R45223 Vice Rep. #45223 info
remove 'synergy' userport joystick adapter from all emulators except plus4 - [2024-07-13 17:17:28]
R45222 Vice Rep. #45222 info
CRTC: add explanatory comment about ycounter. - [2024-07-13 12:09:52]
R45221 Vice Rep. #45221 info
CRTC: Make the fix for bug #2054 nicer. - [2024-07-11 19:50:24]
R45220 Vice Rep. #45220 info
De-spacify the endline. - [2024-07-11 18:21:39]
R45219 Vice Rep. #45219 info
Ugly bug fix for bug #2054. - [2024-07-10 20:53:38]
R45218 Vice Rep. #45218 info
Un-indent this needlessly indented code. - [2024-07-09 18:45:23]
R45217 Vice Rep. #45217 info
fix brkn test for plus4, patch by uffe jakobsen - [2024-07-09 18:20:28]
R45216 Vice Rep. #45216 info
improve makefiles, patch by uffe jakobsen - [2024-07-09 15:56:00]
R45215 Vice Rep. #45215 info
remove 'userport hummer joystick adapter' from all emulators, except DTV - this device is built into the dtv-hummer and it makes no sense to support it elsewhere - [2024-07-09 15:01:41]
R45214 Vice Rep. #45214 info
in vsid call machine_specific_reset() again later in initcmdline_check_attach() so the psid driver will get copied to RAM after the initial RAM init. fixes bug #2048 - [2024-07-09 01:09:16]
R45213 Vice Rep. #45213 info
revert r45212 - the device ONLY works with Plus4, and must be removed everywhere else instead. *sigh* - [2024-07-09 01:03:10]
R45212 Vice Rep. #45212 info
remove support for 'synergy userport joystick adapter' from xplus4. The device does not work with a Plus4 as-is - [2024-07-09 00:56:45]
R45211 Vice Rep. #45211 info
remove support for 'OEM userport joystick adapter' and 'PET userport joystick adapter' from xplus4, these devices do not work with a Plus4 as-is - [2024-07-09 00:50:02]
R45210 Vice Rep. #45210 info
remove support for 'Userport Stupid Pet Tricks joystick adapter' from xplus4, this device does not work with a real Plus4 as-is - [2024-07-09 00:39:50]
R45209 Vice Rep. #45209 info
update comment - [2024-07-09 00:38:03]
R45208 Vice Rep. #45208 info
remove support for 'userport DAC' from xplus4. This device does not work with a real Plus4 as-is - [2024-07-09 00:03:46]
R45207 Vice Rep. #45207 info
add support for the 'PETSCII SNES ADAPTER' to xplus4 - [2024-07-07 13:40:24]
R45206 Vice Rep. #45206 info
fix plus4 joystick/controlport/autofire settings - [2024-07-06 23:28:48]
R45205 Vice Rep. #45205 info
added a note about joystick attached keypads being always mapped positional, and arrow-up/left being always mapped symbolically - [2024-07-06 22:38:56]
R45204 Vice Rep. #45204 info
add test for 'wheel of joy' plus4 adapter - [2024-07-06 22:10:46]
R45203 Vice Rep. #45203 info
also init colorram - [2024-06-27 19:36:13]
R45202 Vice Rep. #45202 info
add comment - [2024-06-23 20:38:29]
R45201 Vice Rep. #45201 info
show the actual number of tracks in the image, even if vdrive does not support it. fixes bug #2044 - [2024-06-23 10:10:43]
R45200 Vice Rep. #45200 info
Fix socket code to use proper `ssize_t` instead of plain `int` - [2024-06-23 01:11:04]
R45199 Vice Rep. #45199 info
Unit should be Hz, not kHz. Fixes bug #2046 - [2024-06-22 20:23:53]
R45198 Vice Rep. #45198 info
fix documentation of the monitor prompt. whatever it was trying to say, VICE never worked that way :) - [2024-06-22 01:03:51]
R45197 Vice Rep. #45197 info
fix mapping for keypads attached to joyports - [2024-06-16 23:49:35]
R45196 Vice Rep. #45196 info
remove support for right and middle button with Amiga and AtariST mice - These connect POT lines with GND when pressed, and are open if not, which the C64 can not detect (since there is no pullup r... - [2024-06-16 23:09:56]
R45195 Vice Rep. #45195 info
allow 8 controller ports for plus4, should fix bug #2041 - [2024-06-16 22:32:58]
R45194 Vice Rep. #45194 info
fix device struct, this keypad does NOT use the pot lines - [2024-06-16 20:58:11]
R45193 Vice Rep. #45193 info
fix c64 cardkey test program - [2024-06-16 20:54:47]
R45192 Vice Rep. #45192 info
make comments match the code, part 2 :) - [2024-06-16 20:33:22]
R45191 Vice Rep. #45191 info
make comments match the code :) - [2024-06-16 17:39:02]
R45190 Vice Rep. #45190 info
fix cx21 test program - [2024-06-15 20:58:10]
R45189 Vice Rep. #45189 info
fix Atari CX21 Keypad, fixes bug #2039, patch by Dieter Baron - [2024-06-15 19:30:33]
R45188 Vice Rep. #45188 info
kill them spaces! - [2024-06-15 19:24:34]
R45187 Vice Rep. #45187 info
fix Cardco Cardkey keypad, patch by Dieter Baron - [2024-06-15 19:21:45]
R45186 Vice Rep. #45186 info
fix Rushware Keypad, patch by Dieter Baron - [2024-06-15 19:18:53]
R45185 Vice Rep. #45185 info
add note on how to escape hexcodes - [2024-06-10 19:41:19]
R45184 Vice Rep. #45184 info
updated for hoxs64 1.1.2.4, tests that mount a cartridge and run a prg will work now - [2024-06-07 02:26:50]
R45183 Vice Rep. #45183 info
added Chalkboard PowerPad emulation - [2024-06-03 00:29:01]
R45182 Vice Rep. #45182 info
handle MachinePowerFrequency in xcbm2/xcbm5x0, clean up most other ifdef'd code. Should now work as documented :) - [2024-06-02 20:35:19]
R45181 Vice Rep. #45181 info
fix xvic detach-cart hotkey - [2024-06-02 01:59:52]
R45180 Vice Rep. #45180 info
some log cosmetics - [2024-06-02 00:09:17]
R45179 Vice Rep. #45179 info
snapshot support for c128 cartridge system - [2024-06-01 20:54:40]
R45178 Vice Rep. #45178 info
1 = power cycle - [2024-06-01 20:40:32]
R45177 Vice Rep. #45177 info
hopefully fix initial startup initialization, please test :)
→ [c64] Dev WinVice 3.8.x R45176 31/05/2024
WinVice 3.8.x Dev Changelog
- [2024-05-31 23:36:01]
R45176 Vice Rep. #45176 info
make an explicit machine_powerup function and call this explicitly from machine_trigger_reset, instead of doing the related init indirectly in machine_reset. makes machine_reset more worm 'as expec... - [2024-05-31 20:00:09]
R45175 Vice Rep. #45175 info
tweak resid dac leakage. patch by leandro nini - [2024-05-28 18:17:46]
R45174 Vice Rep. #45174 info
Gtk3: cart base dialogs: add comments on signal handlers - [2024-05-28 18:14:03]
R45173 Vice Rep. #45173 info
Gtk3: base dialogs: update signal handler connecting - [2024-05-28 18:05:22]
R45172 Vice Rep. #45172 info
Gtk3: Cart attach dialog: connect more signal handlers unlocked - [2024-05-28 17:53:19]
R45171 Vice Rep. #45171 info
Gtk3: media recording dialog: connect more signal handlers unlocked - [2024-05-28 17:41:55]
R45170 Vice Rep. #45170 info
Gtk3: connect combo signal handler unlocked - [2024-05-26 02:22:36]
R45169 Vice Rep. #45169 info
init color ram at powerup, should fix #2037 - [2024-05-25 14:00:13]
R45168 Vice Rep. #45168 info
cmd_http_get_encoded: fixed signed/unsigned bug in URL encoder - [2024-05-25 12:25:29]
R45167 Vice Rep. #45167 info
hexdump: avoid chars < 32 even if printable (e.g. tabs) in ascii dump - [2024-05-21 02:22:27]
R45166 Vice Rep. #45166 info
removed some casts. Addded some comments. still no idea about #2030 - [2024-05-20 10:37:17]
R45165 Vice Rep. #45165 info
Build system: configure: add `AC_TYPE_SSIZE_T` - [2024-05-16 19:15:32]
R45164 Vice Rep. #45164 info
always enclose filename in single quotes - [2024-05-15 08:34:09]
R45163 Vice Rep. #45163 info
Gtk3: Fix UI actions calling `printer_formfeed()` - [2024-05-14 22:57:59]
R45162 Vice Rep. #45162 info
Initialize opc[], and use post-byte with submode in the same cases as asm_addr_mode_get_size() does. - [2024-05-14 19:48:59]
R45161 Vice Rep. #45161 info
make GTK monitor window larger by default, requested by count0 :) - [2024-05-13 21:50:45]
R45160 Vice Rep. #45160 info
some more debug output, some refactoring, only create printer.dump for the userport printer when it is enabled. should fix bug #2032 - [2024-05-13 21:40:38]
R45159 Vice Rep. #45159 info
disable debug stuff - [2024-05-13 18:37:31]
R45158 Vice Rep. #45158 info
scale and clip volume by an arbitrary factor, makes 6581/8580 nearly the same volume. patch #369 by Leandro Nini - [2024-05-13 10:52:35]
R45157 Vice Rep. #45157 info
GHA: work around build issue in libieee1284 - [2024-05-11 18:13:30]
R45156 Vice Rep. #45156 info
Fix GCC 14.1 array index warning - [2024-05-11 15:39:26]
R45155 Vice Rep. #45155 info
Gtk3: cart attach dialog: connect cart type signal handler unlocked - [2024-05-09 20:33:00]
R45154 Vice Rep. #45154 info
Buildsystem: make configure bail if pkg-config isn't found - [2024-05-08 16:32:07]
R45153 Vice Rep. #45153 info
call driver_select_open with DRIVER_FIRST_OPEN when a userport printer driver is selected. patch adapted from the patch posted in #2023 - [2024-05-08 15:29:21]
R45152 Vice Rep. #45152 info
WOJ Adapter bits where inverted, fixes bug #2026 - [2024-05-05 18:27:51]
R45151 Vice Rep. #45151 info
Remove the wierd delayed 'importing' of registers that were changed in the monitor. Instead explicitly export before, and import after, each invokation of any function that may 'break' into the mon... - [2024-05-05 17:25:24]
R45150 Vice Rep. #45150 info
add vsid to selftest target - [2024-05-02 13:00:47]
R45149 Vice Rep. #45149 info
Fix clang -Wparentheses-equality warning - [2024-05-01 17:47:56]
R45148 Vice Rep. #45148 info
Stupid unused variable, go away! - [2024-04-30 23:29:42]
R45147 Vice Rep. #45147 info
memmap extension: show reads of non initialized ram. - [2024-04-30 00:34:33]
R45146 Vice Rep. #45146 info
add comment. commit++ - [2024-04-30 00:29:39]
R45145 Vice Rep. #45145 info
add comments, sync t_reg_id with register_string array - [2024-04-30 00:18:12]
R45144 Vice Rep. #45144 info
Added c128 z80 timing suite to testbench - [2024-04-30 00:16:43]
R45143 Vice Rep. #45143 info
Added C128 Z80 timing suite - [2024-04-29 23:49:24]
R45142 Vice Rep. #45142 info
Added C128 Z80 timing suite - [2024-04-29 05:36:57]
R45141 Vice Rep. #45141 info
Added zex128 to C128 testbench - [2024-04-29 05:36:09]
R45140 Vice Rep. #45140 info
Added testlist to zex128 - [2024-04-29 05:31:20]
R45139 Vice Rep. #45139 info
Fixed minor Z80 bug and added cycle limit for Z80 CPU - [2024-04-25 18:59:05]
R45138 Vice Rep. #45138 info
More changes for bug #1979: Corrected more z80 timing issues, and added WZ reg for improved bit 3 and 5 status register results. x128 Z80 now passes ZEXALL. - [2024-04-25 01:35:25]
R45137 Vice Rep. #45137 info
ZEX128: A C128 native Z80 tester added - [2024-04-19 15:49:08]
R45136 Vice Rep. #45136 info
Gtk3: remove _setenv(LANG=C) hack - [2024-04-18 13:27:33]
R45135 Vice Rep. #45135 info
rub out trailing whitespace - [2024-04-18 11:27:28]
R45134 Vice Rep. #45134 info
terminate trailing whitespace - [2024-04-18 11:07:30]
R45133 Vice Rep. #45133 info
Gtk3: Windows: register the "Pet Me" fonts as well - [2024-04-18 10:15:56]
R45132 Vice Rep. #45132 info
Gtk3: allow setting proper parent for `vice_gtk3_message_confirm` dialogs - [2024-04-18 09:48:47]
R45131 Vice Rep. #45131 info
Gtk3: Windows bindist: provide PetMe fonts - [2024-04-18 08:57:06]
R45130 Vice Rep. #45130 info
Gtk3: disable monospace filtering in monitor font chooser - [2024-04-18 00:59:04]
R45129 Vice Rep. #45129 info
Hack to combat #1994 for the time being. It now uses the a buffer that is at least 5 times as large as required to store one frame worth of instructions. - [2024-04-17 23:06:08]
R45128 Vice Rep. #45128 info
fix typo - [2024-04-17 00:17:01]
R45127 Vice Rep. #45127 info
added read/write as alias for load/store in the monitor (requested by fungus) - [2024-04-15 22:49:37]
R45126 Vice Rep. #45126 info
fix warning - [2024-04-15 22:46:25]
R45125 Vice Rep. #45125 info
we need this file, too :) - [2024-04-15 22:37:56]
R45124 Vice Rep. #45124 info
make expansion port system (and 'exp' command) work like in other emus, move sid-card and digiblaster to cartridges
→ [c64] Dev WinVice 3.8.x R45123 15/04/2024
WinVice 3.8.x Dev Changelog
- [2024-04-15 10:43:36]
R45123 Vice Rep. #45123 info
Gtk3: add proper parentage for `vice_gtk3_message_info` dialogs - [2024-04-15 09:01:48]
R45122 Vice Rep. #45122 info
Gtk3: fix log error when saving screenshot - [2024-04-15 08:46:14]
R45121 Vice Rep. #45121 info
SDL: fix pointer signedness warnings - [2024-04-15 01:05:50]
R45120 Vice Rep. #45120 info
acctually do DTV selftest with screenshot :( - [2024-04-15 01:00:19]
R45119 Vice Rep. #45119 info
add DTV selftest with screenshot - [2024-04-15 00:38:49]
R45118 Vice Rep. #45118 info
some cartridge cleanup and rework, makes .crt files work from cmdline - [2024-04-14 18:31:15]
R45117 Vice Rep. #45117 info
tweak VIC20 ram init pattern, this makes some known cases that rely on it work (AE, Jelly Monsters) - [2024-04-14 18:29:57]
R45116 Vice Rep. #45116 info
simple test for vic20 ram init pattern - [2024-04-14 18:14:51]
R45115 Vice Rep. #45115 info
add/fix cartridge selftests for xcbm2 and xcbm5x0 - [2024-04-14 17:54:13]
R45114 Vice Rep. #45114 info
use the right window to check the canvas, probably a leftover from when xbm2 and xcbm5x0 were the same thing - [2024-04-13 19:14:38]
R45113 Vice Rep. #45113 info
implement 'warp on'/'warp off' as advertised. fixes #2016 - [2024-04-12 18:55:02]
R45112 Vice Rep. #45112 info
add Plus4 cartridge self tests, add support for screenshots and crt files for xplus4 tests - [2024-04-12 17:45:29]
R45111 Vice Rep. #45111 info
add scpu cartridge self tests - [2024-04-12 17:19:34]
R45110 Vice Rep. #45110 info
add c128 cartridge self tests - [2024-04-12 13:44:47]
R45109 Vice Rep. #45109 info
Gtk3: fix parentage of rest of `vice_gtk3_message_error` dialogs - [2024-04-12 10:28:49]
R45108 Vice Rep. #45108 info
Gtk3: replace `ui_error()` calls with `vice_gtk3_message_error()` calls - [2024-04-12 10:23:38]
R45107 Vice Rep. #45107 info
Remove some commented out code - [2024-04-11 16:02:15]
R45106 Vice Rep. #45106 info
More changes for bug #1979: Corrected more z80 timing issues - [2024-04-10 07:55:12]
R45105 Vice Rep. #45105 info
Pulverize trailing whitespace - [2024-04-09 22:42:49]
R45104 Vice Rep. #45104 info
Gtk3: ensure proper parentage of some error dialogs - [2024-04-09 21:40:16]
R45103 Vice Rep. #45103 info
fix typo - [2024-04-09 19:40:36]
R45102 Vice Rep. #45102 info
Gtk3: Fix vice_gtk3_message_error() dialog not showing up - [2024-04-09 19:16:32]
R45101 Vice Rep. #45101 info
add support for using tests in .crt files with vic20 - [2024-04-08 19:49:07]
R45100 Vice Rep. #45100 info
Fix for bug #1981: VDC memory is now properly accessed when memory configs differ; vdcdump runs in 16KB mode. - [2024-04-08 01:01:46]
R45099 Vice Rep. #45099 info
Fix for bug #1987: Z80 can not see charrom in c128 mode, but it can in c64 mode - [2024-04-07 22:18:22]
R45098 Vice Rep. #45098 info
basic support to make the 'exp' command work in the monitor for vic20 - [2024-04-07 19:52:40]
R45097 Vice Rep. #45097 info
added support for VIC20 'Mikro Assembler' cartridge - [2024-04-07 18:55:16]
R45096 Vice Rep. #45096 info
added support for VIC20 'Super Expander' cartridge - [2024-04-07 17:53:37]
R45095 Vice Rep. #45095 info
added support for vic20 'rabbit tape' cartridge - [2024-04-07 01:09:54]
R45094 Vice Rep. #45094 info
add fallback for copying text with unknown font, should fix #2010 - [2024-04-06 20:40:39]
R45093 Vice Rep. #45093 info
Use a more distinguishable symbol for combined write through and non 0x01 switchable. - [2024-04-06 18:33:25]
R45092 Vice Rep. #45092 info
correctly assign rr revision when mounting crt file, fix #2011 - [2024-04-06 17:36:04]
R45091 Vice Rep. #45091 info
update some comments, added some results from CZ's RR - [2024-04-06 14:24:38]
R45090 Vice Rep. #45090 info
allow selecting meld for diffs - [2024-04-06 01:04:18]
R45089 Vice Rep. #45089 info
added r06 dumps for two retro replays and one nordic replay - [2024-04-05 16:32:05]
R45088 Vice Rep. #45088 info
Updated binaries to reflect the current r06 state. - [2024-04-05 16:25:09]
R45087 Vice Rep. #45087 info
updated documentation. - [2024-04-05 16:17:25]
R45086 Vice Rep. #45086 info
got rid of trailing white space. - [2024-04-05 16:15:49]
R45085 Vice Rep. #45085 info
add selected de01 to default save name - [2024-04-05 16:05:08]
R45084 Vice Rep. #45084 info
Cleaned up prefill. - [2024-04-05 16:03:44]
R45083 Vice Rep. #45083 info
refactored dump file reading for compatibility. - [2024-04-05 12:55:37]
R45082 Vice Rep. #45082 info
cosmetic tweak - [2024-04-05 12:50:37]
R45081 Vice Rep. #45081 info
added presentation of write through and 0x01 switchability. - [2024-04-05 00:06:26]
R45080 Vice Rep. #45080 info
cleaned up header - [2024-04-04 23:50:37]
R45079 Vice Rep. #45079 info
color output according to the switchable and writethrough attributes. - [2024-04-04 23:05:27]
R45078 Vice Rep. #45078 info
detect if write through to c64 ram happens. - [2024-04-04 22:31:34]
R45077 Vice Rep. #45077 info
detect if switchable by 0x01 - [2024-04-04 22:25:01]
R45076 Vice Rep. #45076 info
prepared for write through detection. - [2024-04-04 21:55:37]
R45075 Vice Rep. #45075 info
refactored - [2024-04-04 21:44:00]
R45074 Vice Rep. #45074 info
refactored - [2024-04-04 21:37:35]
R45073 Vice Rep. #45073 info
cleaned up tagging - [2024-04-04 21:24:58]
R45072 Vice Rep. #45072 info
refactored raw output, added legend based on selection.
→ [c64] Dev WinVice 3.8.x R45071 04/04/2024
WinVice 3.8.x Dev Changelog
- [2024-04-04 20:56:33]
R45071 Vice Rep. #45071 info
added support for raw hex output - [2024-04-04 20:49:04]
R45070 Vice Rep. #45070 info
refactored, added support for command line arguments. - [2024-04-04 11:51:11]
R45069 Vice Rep. #45069 info
Gtk3: show only monospace fonts in the monitor font selection dialog - [2024-04-04 10:27:31]
R45068 Vice Rep. #45068 info
Unix: register PetMe fonts along with C64 Pro Mono - [2024-04-04 10:07:16]
R45067 Vice Rep. #45067 info
Add PetMe font by KreativeKorp (https://www.kreativekorp.com/software/fonts/c64/) - [2024-04-04 01:20:55]
R45066 Vice Rep. #45066 info
Hidden feature for the 'set to default' button for the CRT sliders: hold shift or control, or click with right button, to reset to neutral setting instead of whatever tweaks the defaults are. Allow... - [2024-04-03 22:00:59]
R45065 Vice Rep. #45065 info
Make some carts that have enable switches, but require a ROM image, fail to enable when no suitable ROM was attached before. This makes the respective commandline switch fail when no rom image was ... - [2024-04-03 18:48:48]
R45064 Vice Rep. #45064 info
added guard against unsupported file format. - [2024-04-03 16:51:28]
R45063 Vice Rep. #45063 info
got rid of trailing white space. - [2024-04-02 03:19:44]
R45062 Vice Rep. #45062 info
oops :) - [2024-04-02 02:58:02]
R45061 Vice Rep. #45061 info
some SDL font related tweaks - [2024-04-02 01:03:22]
R45060 Vice Rep. #45060 info
provide new function also for SDL and headless :) - [2024-04-02 00:57:09]
R45059 Vice Rep. #45059 info
more refactoring of the font/utf8 related stuff, added support for the regular 'pet me' font as well. - [2024-04-01 01:48:05]
R45058 Vice Rep. #45058 info
More changes for bug #1979: Corrected more z80 timing issues - [2024-04-01 01:11:26]
R45057 Vice Rep. #45057 info
Added nww "copy" target type (VTE_FORMAT_ASCII) in the novte lib to force converting UTF8 encoded PETSCII to ASCII when copypasting (fixes #2007). Original behaviour is preserved and available via ... - [2024-03-30 18:22:33]
R45056 Vice Rep. #45056 info
When no c64 font is detected in the monitor, use the regular ascii mapping. This keeps other fonts working (fix #2008) and can serve as a workaround for copy-pasting (#2007) for the time being - [2024-03-30 03:01:25]
R45055 Vice Rep. #45055 info
More changes for bug #1979: Aligned IO read/write operations to 1MHz - [2024-03-29 23:42:39]
R45054 Vice Rep. #45054 info
limit the output of i and ii commands to a power of two, if the output would be smaller than a full screen width - [2024-03-29 22:36:12]
R45053 Vice Rep. #45053 info
typo - [2024-03-29 22:34:49]
R45052 Vice Rep. #45052 info
use scroll-wheel to scroll terminal window forth/back, ctrl+scroll wheel to zoom - [2024-03-29 20:01:04]
R45051 Vice Rep. #45051 info
fix FIXMEs: convert to ascii before sending to remote monitor. fixes #2006 - [2024-03-29 19:12:06]
R45050 Vice Rep. #45050 info
add missing ui items for megacart, final expansion, ultimem, vic flash plugin in the SDL port - [2024-03-29 18:22:22]
R45049 Vice Rep. #45049 info
get rid of warnings - [2024-03-29 18:16:04]
R45048 Vice Rep. #45048 info
update cartridge UI for Megacart, Ultimem, Final Expansion, VIC FLash Plugin - [2024-03-29 18:15:00]
R45047 Vice Rep. #45047 info
add 'bin save', 'crt save', 'flush image' API calls for Final Expansion, Megacart, Ultimem, VIC Flash Plugin - [2024-03-29 18:11:07]
R45046 Vice Rep. #45046 info
add API for creating v2.0 crt file - [2024-03-29 14:26:48]
R45045 Vice Rep. #45045 info
Fixed white space in r45044 - [2024-03-29 02:41:42]
R45044 Vice Rep. #45044 info
More changes for bug #1979: Fixed Z80 timing issues - [2024-03-28 08:41:26]
R45043 Vice Rep. #45043 info
Monitor: fix a few warnings - [2024-03-27 23:33:46]
R45042 Vice Rep. #45042 info
In the monitor, when showing the directory of attached images, use the correct petscii characters in both SDL and GTK ports. - [2024-03-27 20:02:48]
R45041 Vice Rep. #45041 info
Raid over the Monitor! Fixed/Support PETSCII and Screencode output in both SDL and GTK Monitor. Improve "help" command. Fix some commands output wrapping against wide and narrow terminals. In GTK t... - [2024-03-25 19:16:39]
R45040 Vice Rep. #45040 info
make sure the vte console dimensions are always initialized with valid numbers - [2024-03-25 18:33:08]
R45039 Vice Rep. #45039 info
refactor monitor binary and text dump output a bit, fix some issues on very narrow terminals. i and ii commands ouptut is grouped into multiples of screen width now. - [2024-03-25 09:47:02]
R45038 Vice Rep. #45038 info
Buildsystem: configure: only check for evdev on Linux - [2024-03-24 17:53:39]
R45037 Vice Rep. #45037 info
WiC64: fix size_t format specifier - [2024-03-24 17:29:18]
R45036 Vice Rep. #45036 info
Documentation: Windows Gtk3: add libtool as requirement for building libieee1284 - [2024-03-23 08:52:13]
R45035 Vice Rep. #45035 info
Kill and attack trailing whitespace - [2024-03-23 08:47:03]
R45034 Vice Rep. #45034 info
Buildsystem: only generate linker map files with `--enable-debug` - [2024-03-23 02:28:34]
R45033 Vice Rep. #45033 info
clean up r45032, also added/updated t64 docs - [2024-03-22 20:25:20]
R45032 Vice Rep. #45032 info
do not automatically 'press play' when attaching a t64 image, we don't do this for taps either. Also 'press STOP' when detaching a tap image. - [2024-03-22 13:03:14]
R45031 Vice Rep. #45031 info
Initial fix for bug #1979; halt works, timing isn't perfect, but same results as z64k - [2024-03-22 06:08:15]
R45030 Vice Rep. #45030 info
Gtk3: add missing "SCPU64Name" resource to ROM settings - [2024-03-21 16:14:43]
R45029 Vice Rep. #45029 info
remove the 'load to basic start (tape)' option from PET and CBM2 machines, since those always load absolute no matter what - [2024-03-21 04:02:26]
R45028 Vice Rep. #45028 info
Fix Mac options for linker maps - [2024-03-21 02:14:54]
R45027 Vice Rep. #45027 info
Fix default tape header type (t64) for vic20 and c128 (it should be type 3, ie absolute). Also fix the 'load to basic start' autostart option for tape - we can't use the secondary address for this ... - [2024-03-20 19:55:39]
R45026 Vice Rep. #45026 info
abort ongoing 'paste' into keyboard buffer on machine reset - [2024-03-20 16:55:18]
R45025 Vice Rep. #45025 info
Fix for bug #1992: RTC on CMD FD/HD and RAMLink - [2024-03-20 16:32:16]
R45024 Vice Rep. #45024 info
Allow CMD smartmouse time/date to be read and written even if the mouse is not grabbed - [2024-03-15 08:24:26]
R45023 Vice Rep. #45023 info
Gtk3: disable the "Recent files" crap in file dialogs - [2024-03-14 13:02:05]
R45022 Vice Rep. #45022 info
Gtk3: remove DirectX 5 fallback from Win32 joystick driver - [2024-03-13 20:24:33]
R45021 Vice Rep. #45021 info
Gtk3: add `activate` flag to `ui_menu_item_t` to fix bug with custom CPU/FPS radio buttons
→ [c64] Dev WinVice 3.8.x R45020 13/03/2024
WinVice 3.8.x Dev Changelog
- [2024-03-13 19:05:42]
R45020 Vice Rep. #45020 info
Gtk3: menu items: use C99 designated initializers, rename `action_id` to `action` - [2024-03-12 08:38:57]
R45019 Vice Rep. #45019 info
Gtk3: make integer input dialog always call its callback, fixes bug #1998 - [2024-03-11 07:16:36]
R45018 Vice Rep. #45018 info
GHA: update `check-make-dist` to use Node.js 20 - [2024-03-11 07:02:22]
R45017 Vice Rep. #45017 info
GHA: add libevdev-dev to dependencies of `check make dist` - [2024-03-09 23:52:15]
R45016 Vice Rep. #45016 info
added VIC20 SDL keymaps for UK(symbolic and positional) and DE (positional). Bunch of other small fixes in SDL keymaps. - [2024-03-09 14:42:57]
R45015 Vice Rep. #45015 info
use the correct function to reset the drive(s), fixes #1980 - [2024-03-09 14:42:17]
R45014 Vice Rep. #45014 info
style fix - [2024-03-07 09:00:57]
R45013 Vice Rep. #45013 info
GHA: Update Gtk3 deb builds to use libevdev - [2024-03-07 08:51:35]
R45012 Vice Rep. #45012 info
Make the Linux evdev joystick driver the default - [2024-03-04 14:43:19]
R45011 Vice Rep. #45011 info
GHA: disable installation of ffmpeg4.4 - [2024-03-04 14:27:52]
R45010 Vice Rep. #45010 info
GHA: Try to reenable ffmpeg support for Windows - [2024-03-04 09:50:24]
R45009 Vice Rep. #45009 info
c1541: properly close any disk images that were succesfully opened - [2024-03-03 18:51:12]
R45008 Vice Rep. #45008 info
c1541: actually check if opening disk images succeeded - [2024-02-29 09:41:07]
R45007 Vice Rep. #45007 info
GHA: comment out the i686 arch in `build-main-on-push` - [2024-02-29 09:15:25]
R45006 Vice Rep. #45006 info
Add linker map file generation to build system - [2024-02-28 23:12:09]
R45005 Vice Rep. #45005 info
remove obsolete comment - [2024-02-28 21:00:27]
R45004 Vice Rep. #45004 info
clean up cpu history handling, use constants instead of magic values - [2024-02-24 01:55:31]
R45003 Vice Rep. #45003 info
add +easyflashwrite to options, add ef-eapi test to testlists - [2024-02-24 01:45:31]
R45002 Vice Rep. #45002 info
added a test for the EF EAPI - [2024-02-19 08:43:17]
R45001 Vice Rep. #45001 info
ZBMV: fix unused function warnings - [2024-02-19 08:34:31]
R45000 Vice Rep. #45000 info
Fix some -Wshorten64-to-32 warnings - [2024-02-18 23:39:56]
R44999 Vice Rep. #44999 info
WiC64: fixed some docs - [2024-02-18 22:50:28]
R44998 Vice Rep. #44998 info
WiC64: on wic64 reset, also reset remote timeout to factory default (5s). - [2024-02-18 22:21:47]
R44997 Vice Rep. #44997 info
GHA: remove libusb from `make-release` workflow - [2024-02-18 21:58:37]
R44996 Vice Rep. #44996 info
GHA: remove libusb from build-on-main-push - [2024-02-18 20:15:01]
R44995 Vice Rep. #44995 info
Added option `-wic64remotetimeout', resources and GUI elements accordingly. - [2024-02-18 14:47:45]
R44994 Vice Rep. #44994 info
testbench: add option -power60 for vicii-ntsc - [2024-02-18 14:35:32]
R44993 Vice Rep. #44993 info
CIA/tod/stability-ntsc: keep the 50/60 Hz line input bit stable. - [2024-02-18 13:24:30]
R44992 Vice Rep. #44992 info
CIA: always toggle AM/PM flag when writing 12 o'clock time - [2024-02-17 12:50:19]
R44991 Vice Rep. #44991 info
Fixed stylecheck. - [2024-02-17 12:22:37]
R44990 Vice Rep. #44990 info
Added command, WIC64_REMOTE_TIMEOUT, URL size == 8192, fixed blocking - [2024-02-13 20:12:49]
R44989 Vice Rep. #44989 info
Add ampmtest.prg to the testbench - [2024-02-11 22:30:36]
R44988 Vice Rep. #44988 info
RAMLink tester fixed for bug #1963 - [2024-02-11 22:24:29]
R44987 Vice Rep. #44987 info
Fix for bug #1963, also exposes open-circuit when internal function roms are off in x128 - [2024-02-11 21:34:11]
R44986 Vice Rep. #44986 info
use the list of cartridges that can be obtained via the cartridge api also for generic cartridges, this removes all hardcoded special cases from the UI. leaving a bunch of no more used things in co... - [2024-02-09 18:57:37]
R44985 Vice Rep. #44985 info
Gtk3: only unref CSS provider if not `NULL` - [2024-02-09 11:16:26]
R44984 Vice Rep. #44984 info
GHA: bump more script versions for `build-on-main-push` - [2024-02-09 09:56:50]
R44983 Vice Rep. #44983 info
Github Actions: update build-on-push script versions - [2024-02-08 22:51:35]
R44982 Vice Rep. #44982 info
implement DAC leakage. Patch by Leandro Nini - [2024-02-08 11:18:17]
R44981 Vice Rep. #44981 info
Always set automake conditional `HAVE_LINUX_EVDEV` - [2024-02-08 08:46:33]
R44980 Vice Rep. #44980 info
Merge branch compyx/evdev-joystick into trunk - [2024-02-07 08:57:05]
R44979 Vice Rep. #44979 info
Don't build the old /dev/js driver when `--with-evdev` is used - [2024-02-07 08:53:56]
R44978 Vice Rep. #44978 info
Clean up a bit, log message when rejecting device - [2024-02-06 19:55:33]
R44977 Vice Rep. #44977 info
Add include- [2024-02-06 19:49:37]
R44976 Vice Rep. #44976 info
Update/add documentation - [2024-02-06 19:01:58]
R44975 Vice Rep. #44975 info
Sort /dev/input/event* nodes alphabetically - [2024-02-06 18:44:38]
R44974 Vice Rep. #44974 info
Implement dispatching button and axis events - [2024-02-06 17:48:52]
R44973 Vice Rep. #44973 info
Free `joy_priv_t` instance itself as well on close - [2024-02-06 17:27:36]
R44972 Vice Rep. #44972 info
Implement scanning joystick devices - [2024-02-06 08:20:04]
R44971 Vice Rep. #44971 info
Add joystick driver stubs for using libevdev - [2024-02-05 15:07:06]
R44970 Vice Rep. #44970 info
Add `--with-evdev` [default=no] to configure
→ [c64] Dev WinVice 3.8.x R44969 05/02/2024
WinVice 3.8.x Dev Changelog
- [2024-02-05 13:11:46]
R44969 Vice Rep. #44969 info
Create branch for Linux evdev joystick driver - [2024-02-05 09:05:55]
R44968 Vice Rep. #44968 info
Gtk3: ROM settings: use theme background for around widgets and in unused space - [2024-01-28 21:01:42]
R44967 Vice Rep. #44967 info
Add "Lemon64" palette by Kim Lemon - [2024-01-28 11:36:14]
R44966 Vice Rep. #44966 info
Improve to better match original FW behavior in case some unknown http - [2024-01-24 21:56:43]
R44965 Vice Rep. #44965 info
Fix typo - [2024-01-24 21:51:55]
R44964 Vice Rep. #44964 info
Remove arch-specific #include from common code - [2024-01-24 20:40:13]
R44963 Vice Rep. #44963 info
forgot :) - [2024-01-24 20:39:52]
R44962 Vice Rep. #44962 info
make the monitor 'tapeoffs' command return the current offset when no args are given. requested by SLC - [2024-01-21 18:05:39]
R44961 Vice Rep. #44961 info
Gtk3: BSD joystick: increase number of /dev/uhid* nodes to scan to 16 - [2024-01-21 17:59:31]
R44960 Vice Rep. #44960 info
Gtk3: BSD joystick: use `lib_malloc()`/`lib_free()` - [2024-01-17 20:52:10]
R44959 Vice Rep. #44959 info
Gtk3: BSD joystick: fix highly probable accidental paste error - [2024-01-17 02:07:13]
R44958 Vice Rep. #44958 info
add missing menu entry - [2024-01-15 17:14:06]
R44957 Vice Rep. #44957 info
just a few comments - [2024-01-14 01:18:32]
R44956 Vice Rep. #44956 info
add cbm2 - [2024-01-13 23:11:06]
R44955 Vice Rep. #44955 info
Implemented the missing cbm2 cartridge stuff, updated cartconv, crt support, gtk/sdl ui updates. - [2024-01-13 21:48:41]
R44954 Vice Rep. #44954 info
Fix typo - [2024-01-13 21:45:39]
R44953 Vice Rep. #44953 info
Gtk3: VSID: fix 8580 sliders getting greyed out with new 8580 filter - [2024-01-11 23:38:43]
R44952 Vice Rep. #44952 info
Gtk3: Fix drag-n-drop not working on Windows - [2024-01-11 09:31:59]
R44951 Vice Rep. #44951 info
joystick: improve reporting of joystick buttons, axes and hats a bit - [2024-01-09 13:29:30]
R44950 Vice Rep. #44950 info
SDL: Fix all connected controllers being (de)selected at the same time - [2024-01-05 16:32:06]
R44949 Vice Rep. #44949 info
add missing token - [2024-01-05 15:51:25]
R44948 Vice Rep. #44948 info
added monitor command 'tapeoffs ' to set .tap to given offset, requested by SLC- [2024-01-04 20:51:59]
R44947 Vice Rep. #44947 info
Plus4: fix segfault on memhack initialization (see bug #1977) - [2024-01-04 14:38:54]
R44946 Vice Rep. #44946 info
Auto-screenshot: use PNG if `HAVE_PNG` is defined, otherwise fall back to BMP - [2024-01-04 10:12:24]
R44945 Vice Rep. #44945 info
Screenshot: properly free "QuicksaveScreenshotFormat" resource on shutdown - [2024-01-04 09:57:42]
R44944 Vice Rep. #44944 info
Apply auto-screenshot patches by Matti Hämäläinen (#363) - [2024-01-03 09:59:56]
R44943 Vice Rep. #44943 info
Gtk3: fix format specifier - [2024-01-03 09:52:19]
R44942 Vice Rep. #44942 info
Joystick: delete old entry parsing code - [2024-01-02 23:23:30]
R44941 Vice Rep. #44941 info
Gtk3: directinput: dump SomeBollocks->guidProduct and SomeBollocks->guidInstance when enumerating devices - [2024-01-02 18:15:08]
R44940 Vice Rep. #44940 info
Correct an address testing error; should fix bug #1974. - [2024-01-02 18:03:02]
R44939 Vice Rep. #44939 info
SDL: Disable automagically mapping buttons to UI_MAP, UI_ACTION and using multiple buttons for fire - [2024-01-02 17:44:18]
R44938 Vice Rep. #44938 info
SDL: Add menu item "Enable joystick menu navigation" - [2024-01-02 16:56:43]
R44937 Vice Rep. #44937 info
SDL: enable joystick menu navigation by default - [2024-01-02 09:32:11]
R44936 Vice Rep. #44936 info
Joystick: do NOT trigger `JOY_ACTION_UI_ACTIVATE` or `JOY_ACTION_UI_FUNCTION` when not connected to an emulated joystick port - [2024-01-01 16:26:56]
R44935 Vice Rep. #44935 info
SDL: Fix FFMPEG video and audio codec selection radio buttons all being active at the same time - [2024-01-01 09:26:16]
R44934 Vice Rep. #44934 info
libzmbv: remove nonexistent `miniz.h` from `EXTRA_DIST` - [2024-01-01 09:05:39]
R44933 Vice Rep. #44933 info
Fix some casting madness in `resource_item_isdefault()` - [2023-12-31 17:16:02]
R44932 Vice Rep. #44932 info
Rename [u]int_to_void_ptr() to vice_[u]int_to_ptr() - [2023-12-31 10:28:20]
R44931 Vice Rep. #44931 info
Github actions: replace deprecated ::set-output with environment files use - [2023-12-31 10:07:57]
R44930 Vice Rep. #44930 info
Update `ui_display_statustext()` for headless as well - [2023-12-31 10:00:48]
R44929 Vice Rep. #44929 info
ui_display_statustext(): make `fadeout` a proper `bool` instead of `int` - [2023-12-31 09:19:14]
R44928 Vice Rep. #44928 info
Documentation: add "AutostartDropMode"/-autostart-drop-mode to vice.texi - [2023-12-30 22:47:27]
R44927 Vice Rep. #44927 info
Move the git conversion scripts somewhere more out-of-the-way - [2023-12-30 22:40:53]
R44926 Vice Rep. #44926 info
Minimum Viable Tag Monster is now complete. - [2023-12-30 14:56:46]
R44925 Vice Rep. #44925 info
Gtk3: drag-and-drop: split extracting filename into separate function - [2023-12-30 08:43:30]
R44924 Vice Rep. #44924 info
Convert tags to tags or branches as appropriate - [2023-12-30 07:37:48]
R44923 Vice Rep. #44923 info
Better links from orphan branches to their releases - [2023-12-30 05:20:31]
R44922 Vice Rep. #44922 info
Make possible to enable the CP/M cartridge again - [2023-12-30 05:11:00]
R44921 Vice Rep. #44921 info
Fix checkout root when converting testprogs/techdocs - [2023-12-29 22:27:10]
R44920 Vice Rep. #44920 info
Use reg_a_write when setting flags in the ANE/LAX instructions. This actually doesn't make a difference (both is defined to point to the same thing), but reflects better how the instruction works. - [2023-12-29 21:58:23]
R44919 Vice Rep. #44919 info
Add "AutostartDropMode" resource to control autostart behaviour on image drop
→ [c64] Dev WinVice 3.8.x R44918 29/12/2023
WinVice 3.6.x Dev Changelog
- [2023-12-29 12:15:11]
R44918 Vice Rep. #44918 info
Gtk3: Update $VICERES lines in the ACIA widget - [2023-12-29 12:08:01]
R44917 Vice Rep. #44917 info
Gtk3: SuperPET: use proper resource file chooser for serial device selection - [2023-12-29 11:21:14]
R44916 Vice Rep. #44916 info
Gtk3: SuperPET settings: remove ROM widgets, refactor code - [2023-12-28 14:49:14]
R44915 Vice Rep. #44915 info
wic64: treat URL responses >= 301 as bad; minor tweaks. - [2023-12-28 10:50:44]
R44914 Vice Rep. #44914 info
Correctly handle branches that didn't copy from the right start point - [2023-12-28 05:36:21]
R44913 Vice Rep. #44913 info
Handle the two full branches where branch-copies were missed by git-svn - [2023-12-28 04:07:33]
R44912 Vice Rep. #44912 info
First draft of SVN->Git branch migration. - [2023-12-27 21:07:57]
R44911 Vice Rep. #44911 info
Gtk3: Fix "Reset" button of the mixer widget - [2023-12-27 20:57:54]
R44910 Vice Rep. #44910 info
Gtk3: Fix behaviour of individual "Reset" buttons of mixer scales - [2023-12-27 14:02:50]
R44909 Vice Rep. #44909 info
Fix standard header include - [2023-12-27 07:30:26]
R44908 Vice Rep. #44908 info
Remove duplicate GPL license and warranty texts in src/info.c - [2023-12-27 07:04:53]
R44907 Vice Rep. #44907 info
Gtk3: Settings dialog: replace old ROM settings with new interface - [2023-12-26 15:30:20]
R44906 Vice Rep. #44906 info
miniz.c is included by zmbv.c, so its like a .h file basically :) - [2023-12-26 15:01:56]
R44905 Vice Rep. #44905 info
define HAVE_ZLIB in config.h correctly - [2023-12-26 14:58:23]
R44904 Vice Rep. #44904 info
Buildsystem: configure: barf if `--enable-gtk3ui` is combined with `--without-zlib` - [2023-12-26 14:35:50]
R44903 Vice Rep. #44903 info
fix compilation with --without-resid --with-fastsid - [2023-12-26 14:17:59]
R44902 Vice Rep. #44902 info
update libzmbv from upstream repo, allow building without zlib if --without-zlib was used - [2023-12-24 19:41:11]
R44901 Vice Rep. #44901 info
tagging 3.8 release - [2023-12-24 18:11:12]
R44900 Vice Rep. #44900 info
Updated html pages, bump version to 3.8. This is the potential 3.8 release, merry christmas :) - [2023-12-24 17:21:52]
R44899 Vice Rep. #44899 info
preparing release - no more committing until after the release is done! - [2023-12-24 15:00:40]
R44898 Vice Rep. #44898 info
Gtk3: ROM manager: add $VICERES lines for all resources - [2023-12-24 12:30:11]
R44897 Vice Rep. #44897 info
Fixed the ritual busting of vice.text iso-8859-x - [2023-12-24 12:27:54]
R44896 Vice Rep. #44896 info
Partial revert - [2023-12-24 12:16:51]
R44895 Vice Rep. #44895 info
Changed macOS monitor hotkey from reserved Cmd-h to Cmd-Escape. Thanks to Oskar Linde for the patch! - [2023-12-24 11:52:29]
R44894 Vice Rep. #44894 info
Update macOS bindist build flags to closer match windows builds - [2023-12-24 10:50:48]
R44893 Vice Rep. #44893 info
Updated macOS bindist to require macOS 12. Let's see if this upsets people, building deps for old macOS support is a hassle. - [2023-12-24 09:57:17]
R44892 Vice Rep. #44892 info
Keymaps: fix illegal C-style comments - [2023-12-22 17:02:38]
R44891 Vice Rep. #44891 info
mention recent reSID fix - [2023-12-20 11:47:24]
R44890 Vice Rep. #44890 info
Documentation: fix location of system files - [2023-12-20 10:38:22]
R44889 Vice Rep. #44889 info
The term k*Vg - Vx in the EKV model can assume negative values so it is not correct to force it at zero when negative. Adjusted the LUT index accordingly. Patch by Leandro Nini - [2023-12-19 09:56:31]
R44888 Vice Rep. #44888 info
SDL: plug leak in WiC64 dynamic timezones menu - [2023-12-19 09:51:54]
R44887 Vice Rep. #44887 info
SDL: plug leak in autoscreenshot vsync callback - [2023-12-19 08:32:19]
R44886 Vice Rep. #44886 info
Tag Monster can recreate the release history and tag each release now - [2023-12-19 08:09:53]
R44885 Vice Rep. #44885 info
Gtk3: autoscreenshot: plug leak in vsync callback - [2023-12-18 22:37:09]
R44884 Vice Rep. #44884 info
Fixed github workflow not waiting for build_deb. It happens to work already because build_deb is faster than build. - [2023-12-18 21:54:22]
R44883 Vice Rep. #44883 info
Fixed release_id var in make release github workflow - [2023-12-18 10:31:48]
R44882 Vice Rep. #44882 info
Github actions: fix missing line continuation in check-make-dist - [2023-12-17 19:28:57]
R44881 Vice Rep. #44881 info
Documentation: update table of currently supported UI actions - [2023-12-17 19:12:30]
R44880 Vice Rep. #44880 info
UI action list script: remove debugging print() statement, remove pprint import - [2023-12-17 19:09:49]
R44879 Vice Rep. #44879 info
Update UI action list script to output texinfo table - [2023-12-17 19:00:48]
R44878 Vice Rep. #44878 info
Update UI action list script to handle the new location and format of the input - [2023-12-17 18:46:06]
R44877 Vice Rep. #44877 info
set PID to 0 also when opening a file to prevent kill_coproc being called when there is no child - [2023-12-17 11:39:40]
R44876 Vice Rep. #44876 info
Github actions: add libcurl4-openssl-dev to "build_tarball" job - [2023-12-17 10:30:17]
R44875 Vice Rep. #44875 info
Github Actions: make 'build-on-main-push' manually runnable - [2023-12-16 14:23:10]
R44874 Vice Rep. #44874 info
wic64: cleanup alarms during WiC64 reset and disable, minor trace improvements. - [2023-12-15 09:37:32]
R44873 Vice Rep. #44873 info
Gtk3: Fix plotter output mode validation with ugly hack - [2023-12-14 21:04:38]
R44872 Vice Rep. #44872 info
NEWS: Add SDL xpet UI additions - [2023-12-14 20:57:01]
R44871 Vice Rep. #44871 info
SDL: xpet: add menu items to load the normal chargen or ze German chargen - [2023-12-14 20:41:31]
R44870 Vice Rep. #44870 info
SDL: xpet: add toggle button for resource "Basic1" (patch v1 kernal for ieee-488) - [2023-12-14 13:21:22]
R44869 Vice Rep. #44869 info
Gtk3: ROM manager: make the GtkScrolledWindow height depend on machine - [2023-12-14 09:07:48]
R44868 Vice Rep. #44868 info
Documentation: add `curl` to the required packages for MSYS2 builds
Inne treści związane z tematem
[multi] BizHawk x64 2.10.1 RC1 14/09/2024
Jeśli pojawia się RC to wiedz, że pełna wersja niebawem się ukaże. Multiemulator BizHawk, pozwala udawać konsole: Nintendo Entertainment System / Famicom / Famicom Disk System (NES/FDS), Super Nintendo (SNES), Nintendo 64, Gameboy, Gameboy Color, Super Gameboy, Sega Master System, SG-1000, Game Gear, Sega Genesis / Sega-CD, Sega Saturn, PC-Engine (TurboGrafx-16) / CD-ROM, ...
[c64] CBM prg Studio 4.4.0 1/09/2024
Arthur Jordison opublikował CBM prg Studio w wersji 3.20.0 czyli wygodny framework, pozwalający nie tylko na edycję plików napisanych w basicu ale też assemblerze. Dodatkowo Studio posiada moduł do tworzenie duszków ("sprite"), edycji fontów i obsługi SID'ów. Nowa wersja to wsparcie dla Mega65 czyli próbą odświeżenia ideii Commodore C65 w ...
[c64] Dev WinVice 3.8.x R45331 05/09/2024
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.8.x R45279 07/08/2024
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 ...