VICE v2.3.8 is released. VICE is a program that runs on a Unix, MS-DOS, Win32, OS/2, Acorn RISC OS, BeOS, QNX 4.x, QNX 6.x, Amiga, GP2X, SkyOS or Mac OS X machine and executes programs intended for the old 8-bit computers. The current version emulates the C64, the C64DTV, the C128, the VIC20, almost all PET models, the PLUS4 and the CBM-II (aka C610).
VICE v2.3.8 Changelog:
2011-06-01 VICE version 2.3.8 2011-05-31 Some small sound chip fixes. 2011-05-31 Added sfx sound expander support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-31 Added sfx sound sampler support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-31 Added digimax support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-30 Changed the sound calls table to a pointer table, and added calculating of samples only for enabled/active sound chips. 2011-05-30 Added static prototypes. 2011-05-30 More sound system hook updates. 2011-05-29 man/petcat.1: Applied petcat man patch provided by Moiree. 2011-05-29 Jesse Lee * po/ko.po: Updated. 2011-05-28 Started on moving hooks to the new sound chip handling system. 2011-05-28 Removed the polish translations (haven't been updated for too long, and no-1 has stepped up to take over the translations). 2011-05-28 po/nl.po: Updated. 2011-05-28 Dag Lem src/vic20/cart/Makefile.am: Added missing include directory 2011-05-27 Jesse Lee * po/ko.po: Updated. 2011-05-27 Added new sound chip handling hooks to the vic native sound code and the vic20 sidcart code (will be hooked in once all other sound chips have support too). 2011-05-26 added new sound chip handling hooks to the plus4 native sound code (will be hooked in once all other sound chips have support too) 2011-05-26 * src/pet/pet-sidcart.c, src/plus4/plus4-sidcart.c: Added new sound chip handling hooks to the plus4 sidcart code (will be hooked in once all other sound chips have support too). 2011-05-26 * src/plus4/plus4speech.c: Added new sound chip handling hooks to the plus4 speech code (will be hooked in once all other sound chips hav support too). 2011-05-26 Added new sound chip handling hooks to the digiblaster code (will be hooked in once all other sound chips have support too). 2011-05-26 Determining if the sidcart (for pet, plus4 and vic20) is enabled is now done through a function call. 2011-05-26 Added new sound chip handling hooks to the pet native sound code and the pet sidcart code (will be hooked in once all other sound chips have support too). 2011-05-26 Added new sound chip handling hooks to the pet userport dac code (will be hooked in once all other sound chips have support too). 2011-05-26 src/cbm2/cbm2sound.c: Added new sound chip handling hooks to the cbm2 sid code (will be hooked in once all other sound chips have support too). 2011-05-25 : Added new sound chip handling hooks to the c64dtv sid code (will be hooked in once all other sound chips have support too). 2011-05-25 Added new sound chip handling hooks to the c64/c128 sid code (will be hooked in once all other sound chips have support too). 2011-05-25 Added new sound chip handling hooks to the sfx sound sampler code (will be hooked in once all other sound chips have support too). 2011-05-25 Added new sound chip handling hooks to the sfx sound expander code (will be hooked in once all other sound chips have support too). 2011-05-25 * src/c64/cart/magicvoice.c, src/c64/cart/magicvoice.h: Added new sound chip handling hooks to the magicvoice code (will be hooked in once all other sound chips have support too). 2011-05-25 src/c64/cart/c64carthooks.c, src/c64/cart/digimax.c, src/c64/cart/digimax.h, src/sound.h: Added new sound chip handling hooks to the digimax code (will be hooked in once all other sound chips have support too). 2011-05-24 * src/sound.c, src/sound.h: Started on a new sound chip handling system. 2011-05-24 Added acia/swiftlink/turbo232 support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-24 Added tfe support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-24 Jesse Lee * po/ko.po: Updated. 2011-0523 Jesse Lee * po/ko.po: Updated. 2011-05-23 * src/c128/c128.c, src/c64/c64.c, src/c64/plus256k.c, src/c64/plus60k.c: Prioritized the vicii read/store calls in the c64 io system. 2011-05-23 * src/Makefile.am: Added c64cart lib for linking with xvic. 2011-05-22 Added georam support to the vic20 cart system (no gui yet), as part of the masC=uerade adapter emulation. 2011-05-21 Renamed src/c64/cart/generic.* to src/c64/cart/c64-generic.* and src/vic20/cart/generic.* to src/vic20/cart/vic20-generic.* 2011-05-21 Split up the c64cart library into a c64cartsystem library (holding the system objects) and a c64cart library (holding the actual cart objects). 2011-05-21 Made some more cart io system changes in preparation for the masC=uerade adapter 2011-05-21 Split off vic20 carts from the win64 project files. 2011-05-21 Hooked in the monitor dump of the vic20 io system. 2011-05-21 Added the sid directory to the include directory list. 2011-05-21 Jesse Lee * po/ko.po: Updated. 2011-05-20 Adapted sidcart to use the vic20 io system. 2011-05-19 Adapted the vic20 ieee488 code to use the new vic20 io system. 2011-05-19 Moved vic20-midi to the vic20 cart directory. 2011-05-19 Added the new advantages of the vic20 io system to the c64 io system. 2011-05-19 Fixed the vic20 io system for collisions involving -1 priority devices. 2011-05-19 * src/c64/c64io.h, src/vic20/vic20io.h: Changed the meaning of the 'prio' element of the io source structure a bit, -1 is now used as alower priority without collisions. 2011-05-19 Added vic20 io collision behavior control (cmdline only for now), the behavior can be selected from: ui error message and detach all involved carts, ui error message and detach all but first detached cart, warning log and 'AND' the valid returned bytes. 2011-05-17 Adapted the vic flash plugin code to use the new vic20 io system. 2011-05-17 Adapted the finalexpansion code to use the new vic20 io system. 2011-05-17 Adapted the megacart code to use the new vic20 io system. 2011-05-17 Dag Lem * src/vic20/Makefile.am: Added missing vic20io.c, vic20io. 2011-05-16 * src/vic20/vic20-midi.c, src/vic20/vic20-midi.h, src/vic20/vic20mem.c: Adapted the vic20 midi code to use the vic20 io system. 2011-05-16 * src/vic20/vic20mem.c: Hooked in the vic20 io read and store functions. 2011-05-16 * src/vic20/vic20io.c, src/vic20/vic20io.h: Changed the mask from BYTE to WORD, that way the mask can be 0x3ff to cover the whole io2/3 range. 2011-05-16 Added vic20 io system code, not used yet, vic20 carts will be changed over to use the system gradually. 2011-05-16 Changed c64io_(un)register to io_source_(un)register, this generalization is for the upcoming vic20 io system (similar to the c64 io system). 2011-05-15 * src/snapshot.c: Changed to use sizeof(double) instead. 2011-05-14 * src/c128/c128.c: Fix x128 crash. |
Download: VICE v2.3.8 x86
Source: Here
Random Related Topic
0 Comments
Post a Comment