Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu Mega.
Ostatnia pełna wersja tego najbardziej uniwersalnego emulatora maszynek CBM ukazała się 25 grudnia 2022 roku - WinVice 3.7.0
WinVice 3.6.x Dev Changelog
- [2023-03-19 16:33:01]
R43531 Vice Rep. #43531 info
Added dac based (sfxss/digimax/digiblaster/userportdac) sound support to the new float sound system. - [2023-03-19 16:13:43]
R43530 Vice Rep. #43530 info
Added pet sound support to the new float sound system. - [2023-03-19 08:01:11]
R43529 Vice Rep. #43529 info
Added vic20 narive sound support to the new float sound system. - [2023-03-19 07:33:05]
R43528 Vice Rep. #43528 info
Added t6721 sound support (magicvoice/plus4speech) to the new float sound system. - [2023-03-19 07:31:53]
R43527 Vice Rep. #43527 info
sound_audio_mix inline function is not needed for the new float sound system. - [2023-03-19 07:18:25]
R43526 Vice Rep. #43526 info
Added drive sound support to the new float sound system. - [2023-03-19 05:55:01]
R43525 Vice Rep. #43525 info
Added sfx sound expander support to the new float sound system. - [2023-03-19 05:31:12]
R43524 Vice Rep. #43524 info
Added fastsid support to the new float sound system. - [2023-03-19 05:21:15]
R43523 Vice Rep. #43523 info
Expanded the float sound system sid support to 8 sids. - [2023-03-19 04:38:41]
R43522 Vice Rep. #43522 info
lib_free float addition buffer as well. - [2023-03-19 04:22:03]
R43521 Vice Rep. #43521 info
Added float mixing and adapted resid (single chip) to the new sound system. - [2023-03-19 01:26:08]
R43520 Vice Rep. #43520 info
Started on floatifying the sound system, very experimental, currenly only code that produces no sound yet, wip. - [2023-03-18 19:16:25]
R43519 Vice Rep. #43519 info
Updates and fixes. - [2023-03-18 18:37:36]
R43518 Vice Rep. #43518 info
Realized [r36405] was not a good idea, revert it and add an explanatory comment. (patch by Leandro Nini) - [2023-03-18 04:33:56]
R43517 Vice Rep. #43517 info
make the -model argument case insensitive. - [2023-03-17 17:33:44]
R43516 Vice Rep. #43516 info
added 2022 printer demo, mps802 custom char test - [2023-03-17 17:21:38]
R43515 Vice Rep. #43515 info
refactor mps803 printer emulation into a somewhat generic engine that can handle (most of) the cbm b/w matrix printers. register some common printer types. more code is needed to hook this up to ie... - [2023-03-17 16:30:29]
R43514 Vice Rep. #43514 info
Show an error dialog when some of the pet extensions cannot be activated, to make it clear to the user. - [2023-03-16 11:55:00]
R43513 Vice Rep. #43513 info
Github actions: add 'unzip' as dependency for msys2 SDL2 builds - [2023-03-16 10:54:36]
R43512 Vice Rep. #43512 info
configure: change `--with-zip-bin` to `--with-unzip-bin` - [2023-03-16 09:44:42]
R43511 Vice Rep. #43511 info
Github actions: add --with-zip-bin configure switch so we actually pack the unzip.exe - [2023-03-16 06:02:44]
R43510 Vice Rep. #43510 info
Added '--with-zip-bin' configure option to add unzip.exe to the bindist for the windows platform. - [2023-03-16 03:48:12]
R43509 Vice Rep. #43509 info
Do not store to userport devices while a reset is going on. - [2023-03-15 09:37:29]
R43508 Vice Rep. #43508 info
Gtk3: Settings: move expert image widget above mode widget - [2023-03-15 09:36:53]
R43507 Vice Rep. #43507 info
Gtk3: Settings dialog: replace Gmod3 string literal with define from cartridge.h - [2023-03-13 07:05:41]
R43506 Vice Rep. #43506 info
bye bye spaces. - [2023-03-13 06:52:59]
R43505 Vice Rep. #43505 info
Added more realistic vicii color ram init code. - [2023-03-13 02:37:29]
R43504 Vice Rep. #43504 info
Removed some magic values from the sound output system devices. - [2023-03-12 23:31:07]
R43503 Vice Rep. #43503 info
some refactoring and comments, model business vs graphics mode switching via secondary address better. The exact behaviour still needs to be verified on a real printer, the manual is not clear either :( - [2023-03-12 22:56:01]
R43502 Vice Rep. #43502 info
add extra test for mode changes via secondary address. results need to be checked on a real printer. also use proper petscii chars in some tests, so they match the printout in the manual better - [2023-03-12 15:09:51]
R43501 Vice Rep. #43501 info
updated details on the filter function(s) derivative, patch by Leandro Nini
- [2023-03-11 22:59:31]
R43500 Vice Rep. #43500 info
Added c128 c128modez80-25.prg to the testbench.
- [2023-03-11 22:53:28]
R43499 Vice Rep. #43499 info
Fix x128 z80 bios area writes.
- [2023-03-11 22:41:48]
R43498 Vice Rep. #43498 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-11 22:21:12]
R43497 Vice Rep. #43497 info
Added a c128 mode z80 test to see what happens when we use the z80 memory access to change the ram in 0100 when z80 bios is mapped in.
- [2023-03-11 20:35:05]
R43496 Vice Rep. #43496 info
Fixed a typo (7ff -> d7ff).
- [2023-03-11 20:13:27]
R43495 Vice Rep. #43495 info
Fixed.
- [2023-03-11 20:09:08]
R43494 Vice Rep. #43494 info
Add missing x128 debug cart return values.
- [2023-03-11 20:05:10]
R43493 Vice Rep. #43493 info
Fix x128 debug cart return values.
- [2023-03-11 19:51:35]
R43492 Vice Rep. #43492 info
Increase the timeout of c64modemmu/c64modemmu-01.prg
- [2023-03-11 19:41:36]
R43491 Vice Rep. #43491 info
Added the new c128 c64-mode mmu tests and z80 c128/c64-mode mmu tests to the testbench.
- [2023-03-10 18:50:29]
R43490 Vice Rep. #43490 info
update the driver binaries and recompile, before the -pot programs would just crash
- [2023-03-10 18:16:44]
R43489 Vice Rep. #43489 info
make formfeed in mps803 emulation not end in a null-op, should fix #1844. Also added some more debug output and fixed some warnings.
- [2023-03-10 13:37:24]
R43488 Vice Rep. #43488 info
actually fix the VDC mirrors :)
- [2023-03-09 21:20:41]
R43487 Vice Rep. #43487 info
Fix x128 VDC mirroring, should fix bug #1845.
- [2023-03-09 19:43:24]
R43486 Vice Rep. #43486 info
Gtk3: Add reusable widget for secondary cartridge images
- [2023-03-09 19:09:20]
R43485 Vice Rep. #43485 info
?too many stubs error
- [2023-03-09 19:07:13]
R43484 Vice Rep. #43484 info
hook up c128 cart system to new API
- [2023-03-09 18:58:28]
R43483 Vice Rep. #43483 info
Add stubs for `cartridge_can_save_secondary_image` and `cartridge_can_flush_secondary_image` for PET
→ NOWSZY [c64] Dev WinVice 3.6.x R43579 25/03/2023
WinVice 3.6.x Dev Changelog
- [2023-03-25 22:29:01]
R43579 Vice Rep. #43579 info
Reorder monitor calls so SID appears in address order - [2023-03-25 20:54:32]
R43578 Vice Rep. #43578 info
Add sid to vsid io monitor command. - [2023-03-25 18:48:31]
R43577 Vice Rep. #43577 info
when installing with x64 not enabled, install a symlink x64->s64sc instead - [2023-03-25 18:06:45]
R43576 Vice Rep. #43576 info
UI actions: update comments, align prototypes in header - [2023-03-25 18:06:45]
R43575 Vice Rep. #43575 info
Fix use of incorrect use of `USE_SDL1UI` define - [2023-03-25 17:38:32]
R43574 Vice Rep. #43574 info
do not install developer docs, do only install SDL/SDL2 readme when installing the SDL/SDL2 port - [2023-03-25 16:00:37]
R43573 Vice Rep. #43573 info
add monitor io dump for wd1770 and pc8477 - [2023-03-25 15:34:50]
R43572 Vice Rep. #43572 info
Restore the functionality of changing the mapping from a host joystick action to an emulated device's keyboard event in SDL port, that got lost with the merge - [2023-03-25 15:03:07]
R43571 Vice Rep. #43571 info
implement monitor io dump for 6532 (RIOT) - [2023-03-25 01:07:13]
R43570 Vice Rep. #43570 info
Fixed address menus. - [2023-03-24 20:31:05]
R43569 Vice Rep. #43569 info
Use sizeof(int16_t) to clearly show what is being allocated. - [2023-03-24 14:23:26]
R43568 Vice Rep. #43568 info
Use a makefile instead of a build script. - [2023-03-24 05:37:22]
R43567 Vice Rep. #43567 info
Added multi channel sound device mixing. - [2023-03-24 04:54:20]
R43566 Vice Rep. #43566 info
Only render selected channel for multi-channel sound devices in the new float sound system. - [2023-03-24 03:49:22]
R43565 Vice Rep. #43565 info
Use an array. - [2023-03-24 03:43:39]
R43564 Vice Rep. #43564 info
Only allocate device sound buffers when the main buffer gets allocated. - [2023-03-23 23:41:57]
R43563 Vice Rep. #43563 info
fix traps handling when switching kernal revisions, should fix #1851 - [2023-03-23 17:04:35]
R43562 Vice Rep. #43562 info
add some comments, remove libusb-1.0.dll from bindist again. all working fine on windows :) - [2023-03-23 16:34:43]
R43561 Vice Rep. #43561 info
Reverted previous new float sound system changes, something went wrong. - [2023-03-23 05:47:45]
R43560 Vice Rep. #43560 info
Added multi channel chip support to the new float sound system. - [2023-03-23 01:18:35]
R43559 Vice Rep. #43559 info
Added windows function to add the correct path of the opencbm driver install so that the libusb dll can be loaded correctly. - [2023-03-22 21:45:23]
R43558 Vice Rep. #43558 info
there is no /bin dir in SDL bindist. also remove warnings - [2023-03-22 21:14:42]
R43557 Vice Rep. #43557 info
Extend the amount of buffers to also include multi-channel devices, this is in preparation for the multi channel device audio rendering. - [2023-03-22 21:12:28]
R43556 Vice Rep. #43556 info
fix SDL bindist hopefully perhaps maybe - [2023-03-22 20:35:21]
R43555 Vice Rep. #43555 info
install libusb in GHA, copy libusb-1.0.dll in bindist. lets see what happens :) - [2023-03-22 18:43:22]
R43554 Vice Rep. #43554 info
re-enable OpenCBM option for xvic in the UI - [2023-03-22 18:41:47]
R43553 Vice Rep. #43553 info
ugly hack that re-initializes the file system device after all init was done. this should fix #1812, #1574, #1156, #1348 (only tested on linux right now) - [2023-03-22 18:39:43]
R43552 Vice Rep. #43552 info
make opencbm available in c1541 by using "opencbm" as the filename - [2023-03-22 18:18:51]
R43551 Vice Rep. #43551 info
Disable opencbm debug output, add some comments, add some asserts - [2023-03-22 18:05:30]
R43550 Vice Rep. #43550 info
Added Jussi Ala-Könni real hw test results. - [2023-03-21 22:42:54]
R43549 Vice Rep. #43549 info
Build the list of available palette files at runtime, scan system path/dirs as needed. Also read extra info from the .vpl files, documented extra info, updated all .vpl files. New palettes can now ... - [2023-03-21 07:08:44]
R43548 Vice Rep. #43548 info
Get the active sound chip amount of channels into an array and then use the array instead of calling the channels function multiple times. - [2023-03-21 03:54:57]
R43547 Vice Rep. #43547 info
Only get amount of channels from active sound devices. - [2023-03-20 14:13:10]
R43546 Vice Rep. #43546 info
Added missing function. - [2023-03-20 05:30:27]
R43545 Vice Rep. #43545 info
Guard float sound system code with #ifdef SOUND_SYSTEM_FLOAT - [2023-03-20 05:09:03]
R43544 Vice Rep. #43544 info
Added multi channel chip stereo placement support to the float sound system, the calculating of the device sample is not multi channel yet, so multi channel sound devices (sid/digimax) still broken... - [2023-03-20 03:03:08]
R43543 Vice Rep. #43543 info
Renamed SOUND_CHANNELS_MAX to SOUND_OUTPUT_CHANNELS_MAX and added a new define SOUND_CHIP_CHANNELS_MAX in preparation for multi-channel chip rendering for the float sound system. - [2023-03-20 02:19:24]
R43542 Vice Rep. #43542 info
Use device specific amount of channels for the scc argument of the calculate samples call for the float sound system. - [2023-03-19 23:59:40]
R43541 Vice Rep. #43541 info
Added proper stereo mixing to the float sound system using the 'placement preference', which are currently hardcoded to 100% on both channels, but could be made ui/resource/cmdline settable in the ... - [2023-03-19 23:23:15]
R43540 Vice Rep. #43540 info
Removed the need for sound chip code to render sound for the amount of output channels for the float sound system, all devices now render mono streams, this will break multi-channel sound devices f... - [2023-03-19 20:13:31]
R43539 Vice Rep. #43539 info
Updated float sound system sound-chip struct to include volume indicators for left/right in stereo mode, all set to output to both channels, not used for mixing yet. - [2023-03-19 18:40:03]
R43538 Vice Rep. #43538 info
Added mp3at64 sound support to the new float sound system. - [2023-03-19 18:13:07]
R43537 Vice Rep. #43537 info
petsound: enable high pass filter - [2023-03-19 17:59:42]
R43536 Vice Rep. #43536 info
petsound: Remove (and always enable) the #define LOWPASS_CB2. - [2023-03-19 17:58:34]
R43535 Vice Rep. #43535 info
Added datasette sound support to the new float sound system. - [2023-03-19 17:24:52]
R43534 Vice Rep. #43534 info
Added video sound support to the new float sound system. - [2023-03-19 17:12:41]
R43533 Vice Rep. #43533 info
Added c64dtv sid sound support to the new float sound system. - [2023-03-19 17:01:33]
R43532 Vice Rep. #43532 info
Added plus4 ted sound support to the new float sound system.
→ [c64] Dev WinVice 3.7.x R43482 09/03/2023
WinVice 3.6.x Dev Changelog
- [2023-03-09 17:23:24]
R43482 Vice Rep. #43482 info
Fix x128 z80 in/out to 0000-0fff.
- [2023-03-09 15:07:54]
R43481 Vice Rep. #43481 info
add missing stubs
- [2023-03-09 09:45:27]
R43480 Vice Rep. #43480 info
Gtk3: cartridge (primary) image widget: remove `parent` argument
- [2023-03-09 07:39:42]
R43479 Vice Rep. #43479 info
Third step in fixing c64 mode vicii vbank store, p0/p1 translation works again.
- [2023-03-09 07:10:18]
R43478 Vice Rep. #43478 info
Second step in fixing c64 mode vicii vbank store, p0/p1 translation still broken, will get fixed later.
- [2023-03-09 06:57:42]
R43477 Vice Rep. #43477 info
First step in fixing c64 mode vicii vbank store, will break p0/p1 translation till this can get fixed as well.
- [2023-03-09 03:05:17]
R43476 Vice Rep. #43476 info
update gmod2/gmod2c128/mmcr/rexramfloppy with secondary image API, also update the SDL menus accordingly. more fixes in the cartridge system are needed, but API should be ok now
- [2023-03-09 00:44:17]
R43475 Vice Rep. #43475 info
oops
- [2023-03-09 00:38:52]
R43474 Vice Rep. #43474 info
update r/w flag when changing the resource
- [2023-03-09 00:37:44]
R43473 Vice Rep. #43473 info
add method to set write-enable flag without opening or closing the image
- [2023-03-08 22:47:29]
R43472 Vice Rep. #43472 info
Github Actions: remove Pango downgrade
- [2023-03-08 22:30:39]
R43471 Vice Rep. #43471 info
Gtk3: MMC64 settings: move Save/Flush buttons into the BIOS section
- [2023-03-08 22:01:19]
R43470 Vice Rep. #43470 info
Buildsystem: Add unzip.exe and its deps to Gtk3 bindist
- [2023-03-08 21:37:02]
R43469 Vice Rep. #43469 info
Remove ffmpeg from the list of packages for msys2 builds
- [2023-03-08 21:17:54]
R43468 Vice Rep. #43468 info
Prevent the NL-10 printer driver from violating array bounds when plotting
- [2023-03-08 20:42:41]
R43467 Vice Rep. #43467 info
fix get_filename api, prototype extra function for secondary image
- [2023-03-08 17:57:00]
R43466 Vice Rep. #43466 info
add a forgotten NEOS test, update readme and comments a bit
- [2023-03-08 17:28:44]
R43465 Vice Rep. #43465 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-08 17:20:00]
R43464 Vice Rep. #43464 info
update testlists
- [2023-03-08 15:58:11]
R43463 Vice Rep. #43463 info
removed unneeded relative jump, does not change the results of this test.
- [2023-03-08 15:57:14]
R43462 Vice Rep. #43462 info
Added a c128 mode z80 test to see what we get when we use in/out on d7xx when the mmu i/o bit is disabled.
- [2023-03-08 15:50:14]
R43461 Vice Rep. #43461 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-08 14:37:03]
R43460 Vice Rep. #43460 info
rename get_filename functions to better reflect what they do
- [2023-03-08 12:54:12]
R43459 Vice Rep. #43459 info
move unimplemented cartridge functions from stubs to cartridge system, to make more clear these might need to be implemented at some point
- [2023-03-08 12:43:43]
R43458 Vice Rep. #43458 info
implement cartridge_can_flush_secondary_image() and cartridge_can_save_secondary_image()
- [2023-03-08 09:43:33]
R43457 Vice Rep. #43457 info
Printer: fix leak of BMP filename
- [2023-03-08 07:41:36]
R43456 Vice Rep. #43456 info
Added a c128 mode z80 test to see what we get when we use in/out on .
- [2023-03-08 05:14:08]
R43455 Vice Rep. #43455 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-08 03:58:36]
R43454 Vice Rep. #43454 info
Reverted z80 specific fix for the z80 hard reset problem, the problem is somewhere in the handling of the reset signal in the z80 core, will take a lot more digging, so reverted it to a 'working fo...
- [2023-03-08 02:18:52]
R43453 Vice Rep. #43453 info
add missing device parameter
- [2023-03-08 02:16:14]
R43452 Vice Rep. #43452 info
move ramlink RAM image saving to the new secondary image API.
- [2023-03-08 01:15:14]
R43451 Vice Rep. #43451 info
implement cartridge_flush_secondary_image() and cartridge_save_secondary_image(), use it in the gmod2 GTK UI. SDL still needs the respective menu items
- [2023-03-07 22:08:24]
R43450 Vice Rep. #43450 info
Gtk3: fix formfeed buttons
- [2023-03-07 21:39:02]
R43449 Vice Rep. #43449 info
Gtk3: Model settings: fix x128 layout
- [2023-03-07 21:22:14]
R43448 Vice Rep. #43448 info
Fixed x128 c64 mode z80 hard reset and c64 mode ram init problem.
- [2023-03-07 21:03:29]
R43447 Vice Rep. #43447 info
Gtk3: c128ui.c: fix some includes and simplify control flow a bit
- [2023-03-07 20:55:00]
R43446 Vice Rep. #43446 info
Add and adjust some tests. Some CIA tests can be used for both old and new CIAs.
- [2023-03-07 20:43:59]
R43445 Vice Rep. #43445 info
Change tabs to spaces...
- [2023-03-07 20:35:56]
R43444 Vice Rep. #43444 info
More restructuring of CIA emulation: interrupt control, flags and masks.
- [2023-03-07 20:35:56]
R43443 Vice Rep. #43443 info
Gtk3: Settings: remove "peripherals" -> "ethernet" from xplus4, copy/paste error probably
- [2023-03-07 19:59:27]
R43442 Vice Rep. #43442 info
Added a c128 mode z80 test to see if the d040-d3ff mirrors of d000-d03f work with the z80 in/out.
- [2023-03-07 19:30:25]
R43441 Vice Rep. #43441 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when c128 ROM is mapped into c000-ffff, do we get 04xx bios, do we get 04xx ram bank 0, do we get 04xx ram b...
- [2023-03-07 17:27:06]
R43440 Vice Rep. #43440 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when 0000-0fff is shared memory and we are in bank 1, do we get 04xx bios, do we get 04xx ram bank 0, do we ...
- [2023-03-07 17:05:38]
R43439 Vice Rep. #43439 info
Squashed some spaces.
- [2023-03-07 16:58:55]
R43438 Vice Rep. #43438 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when c000-ffff is shared memory and we are in bank 1, do we get 04xx bios, do we get 04xx ram bank 0, do we ...
- [2023-03-07 16:56:10]
R43437 Vice Rep. #43437 info
Fixed x128 z80 in/out from/to 0000-0fff in bank 0 according to real hw test results.
- [2023-03-07 15:41:41]
R43436 Vice Rep. #43436 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-07 14:38:55]
R43435 Vice Rep. #43435 info
Gtk3: Tapeport settings: refactor code, fix layout
- [2023-03-07 13:57:54]
R43434 Vice Rep. #43434 info
Gtk3: resource filechooser: make sure not to use `NULL` with gtk_entry_set_text()
- [2023-03-07 13:27:59]
R43433 Vice Rep. #43433 info
Gtk3: VIC-20: refactor VFLI and IO-RAM settings a little bit
- [2023-03-07 07:45:26]
R43432 Vice Rep. #43432 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-07 07:42:38]
R43431 Vice Rep. #43431 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when the mmu i/o bit is on and we are in bank 1, do we get 04xx bios, do we get 04xx ram bank 0, do we get 0...
→ [c64] Dev WinVice 3.7.x R43430 07/03/2023
WinVice 3.6.x Dev Changelog
- [2023-03-07 04:36:12]
R43430 Vice Rep. #43430 info
Some fixes, doesn't change anything about the border color results.
- [2023-03-07 04:35:45]
R43429 Vice Rep. #43429 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when the mmu i/o bit is off, do we get 04xx bios, do we get 04xx ram or do we get d4xx ram.
- [2023-03-06 16:19:57]
R43428 Vice Rep. #43428 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-06 15:57:52]
R43427 Vice Rep. #43427 info
Added a c128 mode z80 test to see what we get if we access 04xx through i/o using in/out when the mmu i/o bit is on, do we get 04xx bios, do we get 04xx ram or do we get d4xx ram.
- [2023-03-06 15:27:54]
R43426 Vice Rep. #43426 info
Added a c128 mode z80 test to see if the z80 bios depends on the mmu io bit.
- [2023-03-06 07:54:18]
R43425 Vice Rep. #43425 info
Use proper addresses.
- [2023-03-06 05:07:23]
R43424 Vice Rep. #43424 info
Fixed a hard reset issue in x128 in certain situations where the z80 was the active cpu.
- [2023-03-06 02:44:16]
R43423 Vice Rep. #43423 info
Fixed a p0/p1 banking issue in c64 mode in x128.
- [2023-03-06 00:27:37]
R43422 Vice Rep. #43422 info
fix some SDL hotkeys
- [2023-03-06 00:11:13]
R43421 Vice Rep. #43421 info
add missing items to plus4 cartridge menu
- [2023-03-05 23:50:16]
R43420 Vice Rep. #43420 info
add missing 'attach crt image' menu item
- [2023-03-05 21:30:41]
R43419 Vice Rep. #43419 info
Fixed a comment.
- [2023-03-05 21:26:25]
R43418 Vice Rep. #43418 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-05 21:15:46]
R43417 Vice Rep. #43417 info
how dare you dangling around, spaces!
- [2023-03-05 21:10:12]
R43416 Vice Rep. #43416 info
add missing ifdef
- [2023-03-05 21:01:38]
R43415 Vice Rep. #43415 info
rewrite archdep_spawn to use CreateProcess on Windows, should fix problems with using external unzip etc. Should fix bug #1843
- [2023-03-05 19:09:32]
R43414 Vice Rep. #43414 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-05 18:47:00]
R43413 Vice Rep. #43413 info
Added a c128 mode z80 test to see what happens if we set map the zero page to page 40, and we access that memory with in/out, do we get the page 40 or the zero page, or the z80 bios.
- [2023-03-05 17:36:50]
R43412 Vice Rep. #43412 info
register -no-redirect-streams as regular commandline option, so it can work at all :)
- [2023-03-05 06:01:42]
R43411 Vice Rep. #43411 info
Added a c128 mode z80 test to see what happens if we set c000-ffff as shared memory and we access that memory with bank 1 banked in with in/out, do we get the ram from bank 0 or bank 1.
- [2023-03-05 05:40:21]
R43410 Vice Rep. #43410 info
Slightly updated c128modez80-00.prg, correct results don't change.
- [2023-03-05 03:34:19]
R43409 Vice Rep. #43409 info
Added support for c128 roms, function rom in c128 z80 mode to x128.
- [2023-03-04 21:25:16]
R43408 Vice Rep. #43408 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-04 19:11:52]
R43407 Vice Rep. #43407 info
Revised/fixed c128 roms in z80 mode test.
- [2023-03-04 19:11:09]
R43406 Vice Rep. #43406 info
Fixed a comment.
- [2023-03-04 18:50:19]
R43405 Vice Rep. #43405 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-04 18:49:24]
R43404 Vice Rep. #43404 info
x128 Z80 port accesses the same as memory access for undefined IO ranges. (commit msg borrowed from William McCabe)
- [2023-03-04 09:36:54]
R43403 Vice Rep. #43403 info
Added c128 and c64 mode z80 test programs to see what we get when we use in/out on an address that has no i/o space device, do we get ram, rom, static value or vicii left overs.
- [2023-03-04 08:23:20]
R43402 Vice Rep. #43402 info
Removed c128 mode z80 vicii color memory mapped area bleed-through (makes cp/m work properly again).
- [2023-03-04 08:05:25]
R43401 Vice Rep. #43401 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-04 06:50:59]
R43400 Vice Rep. #43400 info
Added a c64 mode mmu test to see what is read in a080 when c64 basic rom is mapped in and p0 is being mapped to page a0, does p0 translation have priority over rom in c64 mode or not.
- [2023-03-04 06:34:45]
R43399 Vice Rep. #43399 info
Fix binary include.
- [2023-03-04 05:46:34]
R43398 Vice Rep. #43398 info
Renamed test 14 to test 11.
- [2023-03-04 05:42:35]
R43397 Vice Rep. #43397 info
Removed c128modez80 tests 11, 12 and 13, these are invalid.
- [2023-03-04 05:38:50]
R43396 Vice Rep. #43396 info
Fixed x128 mmu io range in z80 mode, and made ff00-ff04 always available in z80 mode again.
- [2023-03-04 05:35:20]
R43395 Vice Rep. #43395 info
Removed c64modez80-06, since the mmu gets mapped out when flipping the i/o bit there is no way to switch into c64 mode, making this test invalid.
- [2023-03-04 05:33:24]
R43394 Vice Rep. #43394 info
Updated some tests to use ff00 instead of d500, does not change any of the results.
- [2023-03-04 00:31:30]
R43393 Vice Rep. #43393 info
Updated the test to find out if the mmu i/o range depends on the mmu i/o bit.
- [2023-03-04 00:01:38]
R43392 Vice Rep. #43392 info
Gtk3: Burst mode modification: remove indentation of radio buttons
- [2023-03-03 23:52:59]
R43391 Vice Rep. #43391 info
Gtk3: Fix SCPU settings: change "SIMM size" to "SuperRAM expansion", fix stretching of switch widgets
- [2023-03-03 23:20:47]
R43390 Vice Rep. #43390 info
Renamed c128 mode z80 10,11,12,13 to 11,12,13,14 and added a new test (c128modez80-10.*) to see if disabling the mmu i/o bit disables the entire i/o range through in/out.
- [2023-03-03 17:43:39]
R43389 Vice Rep. #43389 info
Added a c128 mode test to see if in z80 mode the mmu registers ff00-ff04 are accessable through in/out.
- [2023-03-03 15:39:29]
R43388 Vice Rep. #43388 info
Fix x128 z80 memory mapped ff00 store according to real hw results.
- [2023-03-03 15:33:39]
R43387 Vice Rep. #43387 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-03 13:54:19]
R43386 Vice Rep. #43386 info
Gtk3: Joystick settings: add note about using literal 5 instead of JOYPORT_5 (which is 4)
- [2023-03-03 13:33:09]
R43385 Vice Rep. #43385 info
Gtk3: Fix setting margin on widget that may not exist
- [2023-03-03 13:28:02]
R43384 Vice Rep. #43384 info
Gtk3: Autofire settings: fix GtkSwitch signal handler, fix layout
- [2023-03-03 12:54:14]
R43383 Vice Rep. #43383 info
Gtk3: Control port settings: simplify code, avoiding a lot of malloc/free
- [2023-03-03 11:38:54]
R43382 Vice Rep. #43382 info
Gtk3: integer resource combo boxes: properly document that the entries argument can be `NULL`
- [2023-03-03 08:07:04]
R43381 Vice Rep. #43381 info
Added a c128 mode test to see if in z80 mode the mmu PCRA, PCRB, PCRC and PCRD are accessable through memory access to ff01-ff04.
- [2023-03-03 08:06:36]
R43380 Vice Rep. #43380 info
Changed border color for tests to green according to the results on actual hw, and added vice debug cart values.
→ [c64] Dev WinVice 3.7.x R43379 03/03/2023
WinVice 3.6.x Dev Changelog
- [2023-03-03 04:43:53]
R43379 Vice Rep. #43379 info
Changed these c128 z80 d500/ff00 tests to also check if the ff00 check depends on the mmu io bit.
- [2023-03-02 23:07:58]
R43378 Vice Rep. #43378 info
Fixed platpus output redirection, thanks Patrice Duroux for the patch!
- [2023-03-02 20:56:16]
R43377 Vice Rep. #43377 info
Gtk3: Settings dialog: input/joystick: refactor code and update layout
- [2023-03-02 20:16:58]
R43376 Vice Rep. #43376 info
Gtk3: resource-bound combo box (int/hex): add methods to start with empty model, append later
- [2023-03-02 17:47:25]
R43375 Vice Rep. #43375 info
Gtk3: Keyboard settings: use resource file chooser widget for user keymaps, remember path in save-as dialog
- [2023-03-02 17:44:38]
R43374 Vice Rep. #43374 info
Gtk3: resource file chooser: add optional user-defined callback on resource update
- [2023-03-02 15:09:15]
R43373 Vice Rep. #43373 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-02 10:49:36]
R43372 Vice Rep. #43372 info
Gtk3: Sampler settings: use resource filechooser widget for input file
- [2023-03-02 07:20:29]
R43371 Vice Rep. #43371 info
Small z80 loop jump optimization.
- [2023-03-02 06:10:13]
R43370 Vice Rep. #43370 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-03-02 04:45:39]
R43369 Vice Rep. #43369 info
Added a c128 mode test to see if in z80 mode the mmu register 0 is writable through in/out d500 and memory access ff00.
- [2023-03-02 04:25:18]
R43368 Vice Rep. #43368 info
Added a c128 mode test to see if in z80 mode the mmu register 0 is readable through in/out d500 and memory access ff00.
- [2023-03-01 22:00:46]
R43367 Vice Rep. #43367 info
Gtk3: SID settings: tweak slider appearance
- [2023-03-01 21:53:46]
R43366 Vice Rep. #43366 info
Added a c128 mode test to see if a store to the z80 vicii color memory mapping at 1000-13ff bleeds through to the ram 'under' it.
- [2023-03-01 17:45:05]
R43365 Vice Rep. #43365 info
Made z80 vicii color ram mapping at 000-3ff 'bleed through' to normal ram.
- [2023-03-01 16:36:11]
R43364 Vice Rep. #43364 info
Added proper handling of 1000-13ff vicii color memory to the x128 z80 c64 mode memory map.
- [2023-03-01 16:27:19]
R43363 Vice Rep. #43363 info
Added proper handling of d000-dfff i/o to the x128 z80 c64 mode memory map.
- [2023-03-01 15:03:58]
R43362 Vice Rep. #43362 info
Gtk3: Sound driver settings: refactor code, remove indentation of subwidgets
- [2023-03-01 14:04:07]
R43361 Vice Rep. #43361 info
Gtk3: Fix copy/paste error
- [2023-03-01 13:03:30]
R43360 Vice Rep. #43360 info
Gtk3: CRT sliders: change "Reset" button into icon, reduce size when used on status bar
- [2023-03-01 10:38:11]
R43359 Vice Rep. #43359 info
Gtk3: Settings dialog: fix Display -> ${CHIP} layout
- [2023-03-01 05:29:56]
R43358 Vice Rep. #43358 info
Added proper handling of c64 chargen to the x128 z80 c64 mode memory map.
- [2023-03-01 05:21:54]
R43357 Vice Rep. #43357 info
Added proper handling of c64 roms (and dma from reu) to the x128 z80 c64 mode memory map.
- [2023-03-01 05:03:14]
R43356 Vice Rep. #43356 info
Started on x128 z80 c64 mode memory map.
- [2023-02-28 17:44:19]
R43355 Vice Rep. #43355 info
Gtk3: Settings dialog: host display settings: remove indentation of radio buttons and check buttons
- [2023-02-28 11:20:02]
R43354 Vice Rep. #43354 info
Gtk3: Settings dialog: C64DTV Flash: use filechooser widgets for Flash ROM and filesystem directory
- [2023-02-28 10:37:55]
R43353 Vice Rep. #43353 info
Gtk3: Settings dialog: fix C64TDV model settings layout
- [2023-02-28 10:22:56]
R43352 Vice Rep. #43352 info
Gtk3: PET HRE hi-res settings: make code more legible
- [2023-02-28 10:19:39]
R43351 Vice Rep. #43351 info
Gtk3: PET DWW settings: use resource file chooser for image file
- [2023-02-27 22:36:17]
R43350 Vice Rep. #43350 info
Gtk3: PET Colour: list extension vertically, fix typo in vice.texi
- [2023-02-27 22:17:12]
R43349 Vice Rep. #43349 info
Gtk3: PET REU settings: use RAM sizes widget and file chooser widget
- [2023-02-27 21:59:33]
R43348 Vice Rep. #43348 info
Gtk3: RAM sizes radio group: make list of ints const, add missing include in header
- [2023-02-27 21:20:25]
R43347 Vice Rep. #43347 info
Gtk3: SID[- ]?[Cc]ar[dt] settings: use defines from sid.h, don't indent radio buttons
- [2023-02-27 15:44:08]
R43346 Vice Rep. #43346 info
Add 1000-13ff as an i/o region for the z80 in x128.
- [2023-02-27 15:34:58]
R43345 Vice Rep. #43345 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-27 13:58:49]
R43344 Vice Rep. #43344 info
Gtk3: Also rename "Digi-Blaster" in the settings tree and rename node ID to "digi-blaster"
- [2023-02-27 13:56:22]
R43343 Vice Rep. #43343 info
Gtk3: Digi-Blaster settings: rename to "Digi-Blaster"
- [2023-02-27 13:00:32]
R43342 Vice Rep. #43342 info
Change CARTRIDGE_VIC20_NAME_IEEE488 to "VIC-1112 IEEE-488 Interface" in cartridge.h
- [2023-02-27 12:46:39]
R43341 Vice Rep. #43341 info
Gtk3: IEEE-488 settings: use define from cartridge.h
- [2023-02-27 10:41:17]
R43340 Vice Rep. #43340 info
Gtk3: Vic Flash Plugin settings: use define from cartridge.h for cartridge name
- [2023-02-27 10:37:34]
R43339 Vice Rep. #43339 info
Gtk3: UltiMem settings: use define from cartridge.h for cartridge name
- [2023-02-27 10:33:15]
R43338 Vice Rep. #43338 info
Gtk3: resource filechooser widget: don't use "." as filename when resource is empty/NULL
- [2023-02-27 10:14:27]
R43337 Vice Rep. #43337 info
Gtk3: Mega-Cart settings: use defines from cartridge.h, use filechooser for NvRAM image
- [2023-02-27 09:43:03]
R43336 Vice Rep. #43336 info
Gtk3: SFX Sound Sampler settings: rename settings tree node to 'sfx-sound-sampler'
- [2023-02-27 09:24:58]
R43335 Vice Rep. #43335 info
Gtk3: SFX Sound Expander settings: align YM chip radio buttons vertically
- [2023-02-27 09:15:57]
R43334 Vice Rep. #43334 info
Gtk3: MMC Replay: use consistent button order, labels and error messages
- [2023-02-27 09:10:33]
R43333 Vice Rep. #43333 info
Gtk3: MMC64 settings: use define from cartridge.h in error message
- [2023-02-27 09:06:41]
R43332 Vice Rep. #43332 info
Gtk3: IEEE Flash! 64 settings: also use defines from cartridge.h in log messages
- [2023-02-27 09:02:04]
R43331 Vice Rep. #43331 info
Gtk3: IEEE-488 Interface settings: also uses defines from cartridge.h in log messages
- [2023-02-27 08:59:15]
R43330 Vice Rep. #43330 info
Gtk3: IDE64 settings: use defines from cartridge.h for IDE64 and DigiMAX names
- [2023-02-27 08:53:31]
R43329 Vice Rep. #43329 info
Gtk3: RR-Net Mk3 settings: wrap buttons in buttonbox, use defines from cartridge.h
- [2023-02-27 08:34:06]
R43328 Vice Rep. #43328 info
Gtk3: Settings dialog: generic ethernet cart settings: tweak labels, add more spacing between enable check button and other widgets
- [2023-02-27 08:28:02]
R43327 Vice Rep. #43327 info
Gtk3: Retro Replay settings: properly wrap buttons in button box, use defines from cartridge.h
- [2023-02-27 08:06:55]
R43326 Vice Rep. #43326 info
Gtk3: Super Snapshot V5 settings: rename files and use define from cartridge.h
→ [c64] Dev WinVice 3.7.x R43325 27/02/2023
WinVice 3.6.x Dev Changelog
- [2023-02-27 04:18:44]
R43325 Vice Rep. #43325 info
Added a c128 mode test to see if the z80 vicii color memory memory mapping is still accessable when the zero page is relocated to 1000-10ff and the stack page is relocated to 1200-12ff.
- [2023-02-27 03:31:39]
R43324 Vice Rep. #43324 info
Added a c128 mode test to see if the z80 vicii color memory memory mapping is still accessable when /usr/bin/bash000-fff is shared memory.
- [2023-02-27 02:33:32]
R43323 Vice Rep. #43323 info
Added a c128 mode test to see if the z80 vicii color memory memory mapping is present when ram bank 1 is mapped in.
- [2023-02-27 00:50:31]
R43322 Vice Rep. #43322 info
Added a c64 mode test to see if the z80 can access the vicii color map in c64 mode at 1000-13ff using memory accesses when bit 0 of d500/ff00 is set to rom.
- [2023-02-27 00:41:22]
R43321 Vice Rep. #43321 info
Added a c128 mode test to see if the z80 vicii color memory memory mapping is dependent on bit 0 of ff00/d500.
- [2023-02-26 21:48:05]
R43320 Vice Rep. #43320 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-26 21:30:07]
R43319 Vice Rep. #43319 info
use lib_free instead of free, fixes bug #1782
- [2023-02-26 20:41:34]
R43318 Vice Rep. #43318 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-26 20:35:14]
R43317 Vice Rep. #43317 info
Added a c64 mode test to see if the z80 can access the vicii color map in c64 mode at 1000-13ff using memory accesses.
- [2023-02-26 20:07:18]
R43316 Vice Rep. #43316 info
Added a c64 mode test to see which vicii color map the z80 can access in c64 mode when the current vicii color map bank has been set to bank 0 in c128 mode.
- [2023-02-26 19:50:52]
R43315 Vice Rep. #43315 info
Fixed an oops.
- [2023-02-26 19:26:11]
R43314 Vice Rep. #43314 info
explicitly set color adjust options, since the defaults may not be neutral
- [2023-02-26 19:25:26]
R43313 Vice Rep. #43313 info
update testlist
- [2023-02-26 19:24:41]
R43312 Vice Rep. #43312 info
update testlists
- [2023-02-26 19:18:03]
R43311 Vice Rep. #43311 info
use absolute value for color gamma correction, instead of relating to the pal/ntsc value. this way a value of 1000 is always neutral.
- [2023-02-26 18:56:03]
R43310 Vice Rep. #43310 info
Added a c64 mode test to see if the z80 can change access the vicii color map at d800-dbff AND 1000-13ff through in/out.
- [2023-02-26 18:25:31]
R43309 Vice Rep. #43309 info
fix some rounding errors, this allows for completely neutral color adjustment settings that produce exactly the RGB values defined in an external palette file
- [2023-02-26 07:25:29]
R43308 Vice Rep. #43308 info
Changed border color for c64 mode tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-26 07:17:18]
R43307 Vice Rep. #43307 info
Changed border color for z80 tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-26 07:02:19]
R43306 Vice Rep. #43306 info
Added a c64 mode mmu test to see which vicii color memory bank is used in c64 mode when having vicii color memory bank 0 mapped in.
- [2023-02-26 06:44:16]
R43305 Vice Rep. #43305 info
Added a c64 mode mmu test to see if the vicii color memory bank can be switched once in c64 mode.
- [2023-02-26 05:35:36]
R43304 Vice Rep. #43304 info
Added a c128 mode test to see which vicii color memory bank the z80 can access.
- [2023-02-26 05:13:53]
R43303 Vice Rep. #43303 info
Added a c128 mode test to see if the z80 can access the vicii color memory at both d800 through in/out AND 1000 through memory access.
- [2023-02-26 04:07:20]
R43302 Vice Rep. #43302 info
Added a c128 mode test to see if the z80 can access the vicii color memory at both AND 000 through in/out.
- [2023-02-25 21:46:02]
R43301 Vice Rep. #43301 info
Remove dependency on libreadline
- [2023-02-25 21:32:41]
R43300 Vice Rep. #43300 info
Changed border color for z80 tests to green according to the results on actual hw, and added vice debug cart values.
- [2023-02-25 11:32:18]
R43299 Vice Rep. #43299 info
Github Actions: Nuke ffmpeg in msys2 builds
- [2023-02-25 11:10:37]
R43298 Vice Rep. #43298 info
Fix --without-readline for Gtk3 builds and c1541
- [2023-02-25 09:41:22]
R43297 Vice Rep. #43297 info
video-color: fix warnings: comment out unused function, properly cast to void* in printf()
- [2023-02-25 05:46:56]
R43296 Vice Rep. #43296 info
Added a c64 mode test to see if the z80 can change I/O registers even when c64 mode I/O is NOT mapped in.
- [2023-02-25 05:31:52]
R43295 Vice Rep. #43295 info
added a c64 mode test to see if the z80 can access the I/O by in/out AND memory access.
- [2023-02-25 05:19:34]
R43294 Vice Rep. #43294 info
Added a c128 mode test to see if the z80 can access the I/O by in/out AND memory access.
- [2023-02-25 05:06:14]
R43293 Vice Rep. #43293 info
Added a c128 mode test to see if the z80 can access the c128 mode roms.
- [2023-02-25 04:19:26]
R43292 Vice Rep. #43292 info
Renamed c64 mode z80 program since there will be more.
- [2023-02-25 03:05:25]
R43291 Vice Rep. #43291 info
Fix last few remaining c64 mode p0/p1 translation issues based on test results from real hw.
- [2023-02-25 00:44:37]
R43290 Vice Rep. #43290 info
allow color controls to be used with external palette and when no crt emulation is active. the 'neutral' setting is brightness/saturation/contrast all 100%, and gamma correction at 2.8 - we should ...
- [2023-02-24 17:47:48]
R43289 Vice Rep. #43289 info
Changed real c128 test results to return a green border and added debugcart values.
- [2023-02-24 17:28:56]
R43288 Vice Rep. #43288 info
Changed real c128 test results to return a green border and added debugcart values.
- [2023-02-24 12:53:17]
R43287 Vice Rep. #43287 info
Add -no-direct-streams command line option on Windows
- [2023-02-24 05:58:16]
R43286 Vice Rep. #43286 info
Improved the z80 in c64 mode test to use z80 asm, and give proper colors for the results.
- [2023-02-23 17:08:34]
R43285 Vice Rep. #43285 info
Gtk3: ISEPIC settings: move enable switch to right corner, use CARTRIGDE_NAME_ISEPIC where missing
- [2023-02-23 11:04:03]
R43284 Vice Rep. #43284 info
Gtk3: Expert Cartridge settings: use defines from cartridge.h, add a bit more vertical spacing
- [2023-02-23 10:52:16]
R43283 Vice Rep. #43283 info
Gtk3: GMod3 settings: use defines from cartridge.h, stack buttons vertically
- [2023-02-23 05:18:46]
R43282 Vice Rep. #43282 info
Added a c64 mode mmu test to see if any of the c128 mode roms exist in c64 mode.
- [2023-02-23 02:09:55]
R43281 Vice Rep. #43281 info
Added a c64 mode test to see if the z80 can be used in c64 mode.
- [2023-02-22 22:21:31]
R43280 Vice Rep. #43280 info
add palette file used in The64
- [2023-02-22 15:31:50]
R43279 Vice Rep. #43279 info
Added a c64 mode mmu test to see what happens when p1 is mapped to p0 and p0 is mapped to p1, what is in p0 and p1.
- [2023-02-22 15:20:31]
R43278 Vice Rep. #43278 info
Changed real c128 test results to return a green border and added debugcart values.
- [2023-02-22 10:37:08]
R43277 Vice Rep. #43277 info
Gtk3: Settings dialog: GMod2: Add buttons to save/flush EEPROM
- [2023-02-22 09:51:45]
R43276 Vice Rep. #43276 info
m93c86: Don't fflush() eeprom image when opened read-only
→ [c64] Dev WinVice 3.7.x R43275 22/02/2023
WinVice 3.6.x Dev Changelog
- [2023-02-22 00:34:57]
R43275 Vice Rep. #43275 info
Added a c64 mode mmu test to see what happens when p1 is mapped to p0 and p0 is mapped to itself, what is in p0 and p1.
- [2023-02-22 00:29:03]
R43274 Vice Rep. #43274 info
Added a c64 mode mmu test to see what happens when p0 is mapped to p1 and p1 is mapped to itself, what is in p0 and p1.
- [2023-02-22 00:23:33]
R43273 Vice Rep. #43273 info
allow differently sized blocks when converting into vic20 crt, fixes bug #1813
- [2023-02-22 00:03:02]
R43272 Vice Rep. #43272 info
Changed real c128 test results to return a green border and added debugcart values.
- [2023-02-21 23:41:44]
R43271 Vice Rep. #43271 info
Changed real c128 test results to return a green border and added debugcart values.
- [2023-02-21 20:20:02]
R43270 Vice Rep. #43270 info
GMod2: Add functions to save and flush EEPROM card image
- [2023-02-21 19:04:22]
R43269 Vice Rep. #43269 info
Gtk3: Gmod2 settings: update layout and use defines in cartidge.h instead of string literals
- [2023-02-21 15:30:07]
R43268 Vice Rep. #43268 info
Added a c64 mode mmu test to see what happens when p0 and p1 are mapped to the same target page in bank 0, what is read in the target page.
- [2023-02-21 15:23:12]
R43267 Vice Rep. #43267 info
Added a c64 mode mmu test to see what happens when p0 and p1 are mapped to the same target page in bank 0, what is read in p0 and p1.
- [2023-02-21 13:30:47]
R43266 Vice Rep. #43266 info
Gtk3: EasyFlash settings: replace all "Easy[fF]lash" strings with CARTRIDGE_NAME_EASYFLASH
- [2023-02-21 10:13:00]
R43265 Vice Rep. #43265 info
Gtk3: REX RAM-Floppy settings: the cartimage widget used is already a GtkGrid, so just return that.
- [2023-02-21 10:03:36]
R43264 Vice Rep. #43264 info
Gtk3: RAM Link: Use CARTRIDGE_NAME_RAM_LINK everywhere, rename "ROM image" to "BIOS image"
- [2023-02-21 09:11:56]
R43263 Vice Rep. #43263 info
Gtk3: RAM size radiogroup: remove indentation of radio buttons
- [2023-02-21 07:06:12]
R43262 Vice Rep. #43262 info
Added a c64 mode mmu test to see what is at the target page in bank 0 when p0 is mapped to the target page in bank 1.
- [2023-02-21 07:03:39]
R43261 Vice Rep. #43261 info
Fix x128 c64 mode p0/p1 translation target bank comparison.
- [2023-02-21 04:23:40]
R43260 Vice Rep. #43260 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 04:20:26]
R43259 Vice Rep. #43259 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 04:18:36]
R43258 Vice Rep. #43258 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 04:16:40]
R43257 Vice Rep. #43257 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 04:13:41]
R43256 Vice Rep. #43256 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 04:10:47]
R43255 Vice Rep. #43255 info
Optimized test a bit and set proper debug cart value.
- [2023-02-21 00:07:10]
R43254 Vice Rep. #43254 info
Changed real c128 test results to green in various tests.
- [2023-02-20 23:58:40]
R43253 Vice Rep. #43253 info
Fix x128 c64 mode mmu according to latest test results.
- [2023-02-20 23:16:42]
R43252 Vice Rep. #43252 info
Oops, forgot to svn add this file.
- [2023-02-20 21:42:31]
R43251 Vice Rep. #43251 info
Gtk3: Cartridge image widget: remove browse button, replace with icon
- [2023-02-20 20:30:29]
R43250 Vice Rep. #43250 info
Fix x128 c64 mode stack page translation to follow the c64 shared/non-shared bank.
- [2023-02-20 20:29:17]
R43249 Vice Rep. #43249 info
Added 3 tests (05-07) to check if p1 translation has the same behavior as p0 translation.
- [2023-02-20 19:57:24]
R43248 Vice Rep. #43248 info
Changes c64 mode mmu test program 4 to see what happens when page 0 is mapped to page 0x30 and we write to page 0 and page 0x30, is page 0x30 a copy/mirror of page 0 or do changes in page 0x30 affe...
- [2023-02-20 19:39:35]
R43247 Vice Rep. #43247 info
Changed correct test result to green.
- [2023-02-20 19:33:50]
R43246 Vice Rep. #43246 info
Changed x128 c64 mode mmu p0/p1 mapping according to recent test results.
- [2023-02-20 01:29:41]
R43245 Vice Rep. #43245 info
Reworked tests 00, 01, 02 and 03 to be precise about the results (by giving different colors for different results).
- [2023-02-19 21:18:08]
R43244 Vice Rep. #43244 info
Updated the test with a green color for the result a real c128 gives.
- [2023-02-19 21:11:44]
R43243 Vice Rep. #43243 info
Fix one line in joymap
- [2023-02-19 19:02:26]
R43242 Vice Rep. #43242 info
update test to match changes in r43241
- [2023-02-19 18:39:31]
R43241 Vice Rep. #43241 info
Add new BASIC 65 keywords, patch by Dan Sanderson
- [2023-02-19 18:06:35]
R43240 Vice Rep. #43240 info
Whitespace and tab fixes...
- [2023-02-19 18:00:21]
R43239 Vice Rep. #43239 info
Apply a similar change to viacore_peek().
- [2023-02-19 17:51:36]
R43238 Vice Rep. #43238 info
Add (but disabled) change for latching from Massimiliano Zattera (bug 1828).
- [2023-02-19 11:29:01]
R43237 Vice Rep. #43237 info
vte: Fix Wsingle-bit-bitfield-constant-conversion warning
- [2023-02-19 06:26:24]
R43236 Vice Rep. #43236 info
Added a log interface locking to threaded builds
- [2023-02-19 06:02:44]
R43235 Vice Rep. #43235 info
Fixed debug logging of pointer without cast to void*
- [2023-02-19 06:02:06]
R43234 Vice Rep. #43234 info
Fixed debug logging of intptr_t without cast to void*
- [2023-02-19 05:48:32]
R43233 Vice Rep. #43233 info
Fixed debug logging of uninitialised data
- [2023-02-19 05:01:06]
R43232 Vice Rep. #43232 info
Added c64 mode mmu test program 05, this one tests when bank 0 and bank 1 zp are swapped which bank zp is used in c64 mode.
- [2023-02-18 23:39:37]
R43231 Vice Rep. #43231 info
add/improve some more logging related to the opencbm stuff
- [2023-02-18 22:41:49]
R43230 Vice Rep. #43230 info
remove strange and pointless check for where the log goes on windows. this way its always visibile in the console and in the debug output
- [2023-02-18 20:28:16]
R43229 Vice Rep. #43229 info
Summon archdep_fix_streams() back from the domains of Lord Lucifer
- [2023-02-18 20:21:41]
R43228 Vice Rep. #43228 info
Banish archdep_fix_streams() back to the pits of hell. Windows is plenty broken as it is, no need to fuck it up more.
- [2023-02-18 20:16:29]
R43227 Vice Rep. #43227 info
Fixed some comments.
- [2023-02-18 20:15:46]
R43226 Vice Rep. #43226 info
Added test program to see if bank 0 p0 to bank 1 translation works in c64 mode.
- [2023-02-18 19:47:25]
R43225 Vice Rep. #43225 info
Added a test for c64 mode same bank p0 forward translation.
- [2023-02-18 19:39:02]
R43224 Vice Rep. #43224 info
Changed the comments to make sure it is cleat that this test is for same bank backward p0 translation only.
- [2023-02-18 19:35:34]
R43223 Vice Rep. #43223 info
Added comments on the meaning of the different border colors as results from the tests.
- [2023-02-18 19:27:39]
R43222 Vice Rep. #43222 info
Made pre c64 mode switch failure a different border color, so we can determine where the failure happened.
→ [c64] Dev WinVice 3.7.x R43221 18/02/2023
WinVice 3.6.x Dev Changelog
- [2023-02-18 18:51:13]
R43221 Vice Rep. #43221 info
Switched results since on a real c128 it seems that at least same bank backward p0 translation still works in c64 mode.
- [2023-02-18 18:24:47]
R43220 Vice Rep. #43220 info
Gtk3: ui_init(): unref GSettings object, add comments
- [2023-02-18 13:16:23]
R43219 Vice Rep. #43219 info
Gtk3: Settings dialog: machine -> model: fix VIC20 layout
- [2023-02-18 12:39:00]
R43218 Vice Rep. #43218 info
C64DTV: Change defines REV_2/REV_3 to DTVREV_2/DTVREV_3, make the SDL and Gtk3 UIs use them
- [2023-02-18 12:03:56]
R43217 Vice Rep. #43217 info
Gtk3: Settings dialog: CPU Jam: fix indentation
- [2023-02-18 11:29:26]
R43216 Vice Rep. #43216 info
Gtk3: Logfile widget: use resource filechooser for filename, put "stdout" check and "open dir" buttons next to each other
- [2023-02-18 08:17:40]
R43215 Vice Rep. #43215 info
fixed some comments.
- [2023-02-18 08:17:25]
R43214 Vice Rep. #43214 info
Added c128 c64 mode mmu p0/p1 relocation test program.
- [2023-02-18 07:59:56]
R43213 Vice Rep. #43213 info
tests 00 and 01 have been confirmed 'green' on real c128.
- [2023-02-18 06:39:34]
R43212 Vice Rep. #43212 info
Fix x128 c64 mode p0/p1 relocation, in c64 mode p0/p1 relocation is ignored.
- [2023-02-18 05:50:28]
R43211 Vice Rep. #43211 info
Added c128 c64 mode mmu shared memory test program.
- [2023-02-18 04:29:49]
R43210 Vice Rep. #43210 info
Added c128 c64 mode mmu bank 1 test program.
- [2023-02-18 02:56:33]
R43209 Vice Rep. #43209 info
Added mmuswap-*.prg to the 'clean' target.
- [2023-02-17 21:21:37]
R43208 Vice Rep. #43208 info
Reintroduce the MAP joystick mapping. When a joystich acktion is mapped to it, and it is performed when in the menu, the UI will ask for a key on the keyboard to which to map a menu action
- [2023-02-17 20:19:02]
R43207 Vice Rep. #43207 info
Gtk3: Settings dialog: host->environment: update for the new cwdwidget
- [2023-02-17 19:56:37]
R43206 Vice Rep. #43206 info
Gtk3: cwd widget: reimplement using GtkEntry with clickable icon for dialog
- [2023-02-17 17:25:26]
R43205 Vice Rep. #43205 info
Gtk3: Settings dialog: simplify host -> snapshot/event/history
- [2023-02-17 16:55:25]
R43204 Vice Rep. #43204 info
fix headless
- [2023-02-17 16:43:34]
R43203 Vice Rep. #43203 info
Restore the UI_ACTIVATE functionality, allowing the menu to be called with a joystick action, and make it cross-platform so it works in Gtk+3 too
- [2023-02-17 16:34:27]
R43202 Vice Rep. #43202 info
Gtk3: Netplay settings: reorganize code handling grid layout of widgets
- [2023-02-17 11:01:29]
R43201 Vice Rep. #43201 info
Gtk3: resource switch button: use 'notify::active' instead of 'state-set' signal
- [2023-02-17 10:26:18]
R43200 Vice Rep. #43200 info
Gtk3: Monitor settings: use resource file chooser for logfile, put warning/info labels after the spin buttons
- [2023-02-17 04:41:51]
R43199 Vice Rep. #43199 info
Removed all traces of ssi2001 support, since this was a direct i/o access device only.
- [2023-02-17 03:02:22]
R43198 Vice Rep. #43198 info
Removed beos/haiku direct pci/isa i/o access support.
- [2023-02-16 21:24:23]
R43197 Vice Rep. #43197 info
Solve a memleak the same way it was solved in the old SDL-only joystick mapping code
- [2023-02-16 21:10:08]
R43196 Vice Rep. #43196 info
Removed *nix direct isa/pci i/o access support.
- [2023-02-16 19:09:36]
R43195 Vice Rep. #43195 info
Added types.h include to get the stdint types.
- [2023-02-16 18:51:43]
R43194 Vice Rep. #43194 info
Removed windows direct i/o access support for parsid.
- [2023-02-16 18:26:29]
R43193 Vice Rep. #43193 info
Plug another memleak
- [2023-02-16 17:59:55]
R43192 Vice Rep. #43192 info
Gtk3: Settings dialog: Autostart settings: tweak layout, clean up layout code
- [2023-02-16 17:36:45]
R43191 Vice Rep. #43191 info
Plug a few memleaks
- [2023-02-16 17:02:13]
R43190 Vice Rep. #43190 info
Removed direct isa/pci i/o support for windows. (will do other platforms soon)
- [2023-02-16 15:03:20]
R43189 Vice Rep. #43189 info
Make loading and saving of joystick mappings work properly
- [2023-02-16 11:47:39]
R43188 Vice Rep. #43188 info
Gtk3: Settings dialog: DS12C887 RTC: refactor code and update layout
- [2023-02-16 11:28:44]
R43187 Vice Rep. #43187 info
Gtk3: SFX Sound Sampler settings: use unlocked signal handler for toggling sensitivity of other widgets
- [2023-02-16 11:17:17]
R43186 Vice Rep. #43186 info
Gtk3: Settings dialog: CP/M cartridge: use proper function and defines
- [2023-02-16 11:10:31]
R43185 Vice Rep. #43185 info
Gtk3: Settings dialog: refactor SFX Sound Sampler widgets
- [2023-02-16 08:16:03]
R43184 Vice Rep. #43184 info
Properly shut down joystick resources. Similar to what joy_arch_resources_shutdown used to do
- [2023-02-16 03:47:03]
R43183 Vice Rep. #43183 info
Make function static, doesn't need to be used anywhere else.
- [2023-02-16 03:44:51]
R43182 Vice Rep. #43182 info
Make x128 c64 mode use mmu set shared memory regions.
- [2023-02-16 01:48:13]
R43181 Vice Rep. #43181 info
fix CBM2 positional keymap for US layout
- [2023-02-16 00:08:20]
R43180 Vice Rep. #43180 info
implement cartridge_enable and cartridge_disable for vic20
- [2023-02-15 23:02:05]
R43179 Vice Rep. #43179 info
Gtk3: Settings dialog: Update SFX Sound Expander settings
- [2023-02-15 22:11:59]
R43178 Vice Rep. #43178 info
fix CBM2 positional keymap for german layout
- [2023-02-15 21:18:59]
R43177 Vice Rep. #43177 info
Gtk3: MIDI settings: remove commented out code, remove unused includes
- [2023-02-15 14:33:55]
R43176 Vice Rep. #43176 info
Gtk3: Settings dialog: Simplify code a lot by splitting layout code into arch-specific functions
- [2023-02-15 04:47:06]
R43175 Vice Rep. #43175 info
Keep currently set c128 bank when changing the c64mode mmu bit. (fixes bug #1835)
- [2023-02-14 21:51:07]
R43174 Vice Rep. #43174 info
Remove unused sounduss.o file substitution.
- [2023-02-14 20:31:40]
R43173 Vice Rep. #43173 info
Gtk3: Settings dialog: refactor Magic Voice settings
- [2023-02-14 20:19:41]
R43172 Vice Rep. #43172 info
Gtk3: Settings dialog: refactor ${CARTRIDGE_NAME_DIGIMAX} widgets
- [2023-02-14 19:39:43]
R43171 Vice Rep. #43171 info
Gtk3: Settings dialog: Update MMC64 and MMC Replay settings
→ [c64] Dev WinVice 3.7.x R43170 14/02/2023
WinVice 3.6.x Dev Changelog
- [2023-02-14 13:53:33]
R43170 Vice Rep. #43170 info
Mostly restore the previous implementation of sdljoy_check_axis_movement to solve unreliable axis setting. Also, fix pin mapping string
- [2023-02-14 10:09:04]
R43169 Vice Rep. #43169 info
Gtk3: Settings dialog: rework MMC64 layout and code
- [2023-02-14 09:26:49]
R43168 Vice Rep. #43168 info
Mostly restore the previous implementation of sdljoy_check_hat_movement to solve the "sticky hat down" problem
- [2023-02-14 04:46:47]
R43167 Vice Rep. #43167 info
Changed some defines into enums (mainly stuff I either made myself or know about).
- [2023-02-13 17:00:08]
R43166 Vice Rep. #43166 info
Fix pin mapping strings for axes
- [2023-02-13 15:33:46]
R43165 Vice Rep. #43165 info
Mapping joystick axis to paddle works again. Loading from/saving to file such mappings still to do
- [2023-02-13 14:23:44]
R43164 Vice Rep. #43164 info
Gtk3: Lt. Kernal settings: use better title for HD image selection dialogs
- [2023-02-13 14:06:28]
R43163 Vice Rep. #43163 info
Gtk3: resource file chooser: add option to set custom dialog title
- [2023-02-13 11:06:32]
R43162 Vice Rep. #43162 info
Gtk3: Setting dialog: Lt. Kernal: refactor code, fix layout
- [2023-02-13 10:27:59]
R43161 Vice Rep. #43161 info
Gtk3: widget for number with suffixes: accept GDK_KEY_ISO_Left_Tab
- [2023-02-13 09:34:25]
R43160 Vice Rep. #43160 info
Release HowTo: Add verification of `make dist` by manually running Github Action 'check-make-dist'.
- [2023-02-13 09:16:59]
R43159 Vice Rep. #43159 info
Add missing keyboard layout images for c16, c116, plus4 and cbm2 to doc/html/Makefile.am
- [2023-02-12 22:53:17]
R43158 Vice Rep. #43158 info
Restore "Host joystick mapping" menu entry in SDL port, and, with it, the ability to change joystick mappings with the menu
- [2023-02-12 21:56:04]
R43157 Vice Rep. #43157 info
Gtk3: IEEE Flash 64! settings: simplify code and tweak layout
- [2023-02-12 20:03:12]
R43156 Vice Rep. #43156 info
Gtk3: Settings dialog: replace all cartridge names with defines from cartridge.h
- [2023-02-12 19:09:20]
R43155 Vice Rep. #43155 info
Use defines instead of text for cart names where possible.
- [2023-02-12 19:06:34]
R43154 Vice Rep. #43154 info
Make the midi cart names be in a consistant order.
- [2023-02-12 18:31:46]
R43153 Vice Rep. #43153 info
Gtk3: Fix IEEE-488 cart name: use CARTRIDGE_NAME_IEEE488 from cartridge.h
- [2023-02-12 15:41:03]
R43152 Vice Rep. #43152 info
Gtk3: IEEE-488 settings: refactor to use the resource file chooser widget
- [2023-02-12 14:01:47]
R43151 Vice Rep. #43151 info
Gtk3: IDE64 settings: Refactor code and update layout
- [2023-02-12 11:00:18]
R43150 Vice Rep. #43150 info
Fixed trailing spaces
- [2023-02-12 09:44:35]
R43149 Vice Rep. #43149 info
Fixed the windows mouse warp thing
- [2023-02-12 08:15:59]
R43148 Vice Rep. #43148 info
Use stdint types.
- [2023-02-12 07:57:35]
R43147 Vice Rep. #43147 info
Converted some sequential defines to enums.
- [2023-02-12 04:37:32]
R43146 Vice Rep. #43146 info
Final function prototype fixes.
- [2023-02-12 04:01:20]
R43145 Vice Rep. #43145 info
Function prototype fixes.
- [2023-02-12 02:39:24]
R43144 Vice Rep. #43144 info
Function prototype fixes.
- [2023-02-12 02:07:20]
R43143 Vice Rep. #43143 info
Function prototype fixes.
- [2023-02-11 23:57:17]
R43142 Vice Rep. #43142 info
Gtk3: Settings dialog: reduce width of tree view by 10 pixels
- [2023-02-11 23:53:37]
R43141 Vice Rep. #43141 info
IDE64: Add symbolic constants for IDE64 device numbers
- [2023-02-11 23:29:02]
R43140 Vice Rep. #43140 info
Function prototype fixes.
- [2023-02-11 22:42:12]
R43139 Vice Rep. #43139 info
IDE64: define some useful symbolic constants for disk geometry resource limits
- [2023-02-11 22:25:32]
R43138 Vice Rep. #43138 info
Fixed minimum amount of sectors for ide64 harddrives in the sdl ui (from 0 to 1).
- [2023-02-11 21:51:59]
R43137 Vice Rep. #43137 info
Gtk3: resource file chooser: add option to display globs in file pattern name
- [2023-02-11 21:47:59]
R43136 Vice Rep. #43136 info
Fix hanging in mid air space.
- [2023-02-11 21:41:28]
R43135 Vice Rep. #43135 info
Function prototype fixes.
- [2023-02-11 20:42:48]
R43134 Vice Rep. #43134 info
Function prototype fixes.
- [2023-02-11 20:38:45]
R43133 Vice Rep. #43133 info
Gtk3: Settings dialog: RR=Net Mk3: fix spacing between buttons
- [2023-02-11 20:38:01]
R43132 Vice Rep. #43132 info
Gtk3: resource file chooser widget: remove some debugging messages
- [2023-02-11 19:17:45]
R43131 Vice Rep. #43131 info
Function prototype fixes.
- [2023-02-11 18:03:14]
R43130 Vice Rep. #43130 info
Function prototype fixes.
- [2023-02-11 17:41:50]
R43129 Vice Rep. #43129 info
Function prototype fixes.
- [2023-02-11 11:58:47]
R43128 Vice Rep. #43128 info
Gtk3: Windows: Do NOT unregister CBM font with RemoveFontResourceA()
- [2023-02-11 08:03:07]
R43127 Vice Rep. #43127 info
Function prototype fixes.
- [2023-02-11 07:35:55]
R43126 Vice Rep. #43126 info
Function prototype fixes.
- [2023-02-11 06:08:48]
R43125 Vice Rep. #43125 info
Function prototype fixes.
- [2023-02-11 04:55:11]
R43124 Vice Rep. #43124 info
Function prototype fixes.
- [2023-02-11 04:07:08]
R43123 Vice Rep. #43123 info
Function prototype fixes.
- [2023-02-11 03:25:12]
R43122 Vice Rep. #43122 info
Function prototype fixes.
- [2023-02-11 01:07:00]
R43121 Vice Rep. #43121 info
add docs for cbm2 keyboard layout, made references for the cbm2 positional keymaps, added german positional keymap. keymaps still need some testing perhaps - doing that without a test program is ve...
- [2023-02-10 17:42:16]
R43120 Vice Rep. #43120 info
Gtk3: New resource file chooser widget: open/create files/directories
- [2023-02-10 17:30:42]
R43119 Vice Rep. #43119 info
Function prototype fixes.
Inne treści związane z tematem
[c64] Dev WinVice 3.6.x R43579 25/03/2023
Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu ...
[C64] Hox64 1.1.2.3 06/03/2023
Hox64 jest emulatorem Commodore C64, którego autorzy szczycą się dokładnym odwzorowaniem, co do cyklu, pracy procesora. W odróżnieniu od swoich starszych braci – CCS64 czy też VICE, posiada skromne i proste menu, w którym znajdziemy wszystkie podstawowe parametry pracy – czysta prostota;). Jednak niektórzy uważają hox'a za ...
[c64] Dev WinVice 3.7.x R43482 09/03/2023
Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu ...
[c64] Dev WinVice 3.7.x R43430 07/03/2023
Kolejna deweloperska odsłona projektu Vice, która pojawiła się naprawdę w zaskakującym tempie jak na ten projekt emulatora komputerów firmy Commodore - począwszy od staruszka PET a skończywszy na maszynkach z serii C264 (C+, C+4, C116).
Binarki zostały udostępnione przez Zibri na GitHubie, alternatywnie, w miarę świeżą wersję, można również pobrać z serwisu ...