EmuCR Feeds
Email Us

EmuCR: SDLVICE WinVICE r45468 is released. WinVICE is a program that executes programs intended for the old 8-bit computers. The current version emulates the C64, the C128, the VIC20, all the PET models (except the SuperPET 9000, which is out of line anyway), the PLUS4 and the CBM-II (aka C610).

WinVICE Changelog:
r45468 | rhialto | 2025-01-28 20:21:31 +0000 (Tue, 28 Jan 2025) | 2 lines
Oops, fix previous. We want to see the value from the CRTC.
------------------------------------------------------------------------
r45467 | rhialto | 2025-01-28 20:14:43 +0000 (Tue, 28 Jan 2025) | 15 lines
Also return empty space on E80x.
I found a test program that cares about this:
8032.mem.prg from https://www.zimmers.net/anonftp/pub/cbm/pet/utilities/
It tests the 64K memory expansion and wants to see empty space at E800 if the
"I/O peek through" is enabled:
.C:096d A9 CC LDA #$CC ; enabled; i/o peek though; bank 3 and 1; no w/p
.C:096f 8D F0 FF STA $FFF0
.C:0972 85 00 STA $00
.C:0974 AD 00 E8 LDA $E800 ; I/O area but no chip selected
.C:0977 C9 E8 CMP #$E8
.C:0979 F0 07 BEQ $0982
------------------------------------------------------------------------
r45466 | rhialto | 2025-01-26 12:52:22 +0000 (Sun, 26 Jan 2025) | 2 lines
Use crtc.vaddr_mask_eff to mask colour memory offsets, since we use effective addresses here: not the ones direcly from the CRTC, but possibly times 2.
------------------------------------------------------------------------
r45465 | gpz | 2025-01-23 23:02:09 +0000 (Thu, 23 Jan 2025) | 1 line
move keyval fix magic into a public function and use it in the joystick keyset config dialog. should fix bug #2120. the hotkey code (and any other place that uses gtk keyval) needs a similar fix
------------------------------------------------------------------------
r45464 | rhialto | 2025-01-23 20:44:12 +0000 (Thu, 23 Jan 2025) | 2 lines
Restore behaviour for access to open space: the high byte of the address is read.
------------------------------------------------------------------------

Download: GTK3VICE r45468
Source: Here



0 Comments

Post a Comment

Can't post a comment? Try This!