Share

PSID64

File Release Notes and Changelog

Release Name: 0.5

Notes:
* Added preliminary support of RSID format.
* Implemented screen blanking to improve audio quality when using the RF
  modulated output of your C64.
* Implemented feature request 534453: handle init functions that jump to $A7AE.
* Extended information line area: show the intended SID model and video mode.
* Updated source code to automake 1.6.3 and gcc 3.2.

Changes: 2002-11-08 Roland Hermans <rolandh@users.sourceforge.net> * psid64.spec.in: upgraded to RPM 4.1 * NEWS, TODO: updated for release 0.5 * README: updated command line arguments section 2002-11-07 Roland Hermans <rolandh@users.sourceforge.net> * depcomp, INSTALL, install-sh, missing, mkinstalldirs: upgraded to automake 1.6.3 2002-11-07 Roland Hermans <rolandh@users.sourceforge.net> * src/stilview/Makefile.in: upgraded to automake 1.6.3 2002-11-07 Roland Hermans <rolandh@users.sourceforge.net> * Makefile.in, aclocal.m4, configure, src/Makefile.in, src/config.h.in: upgraded to automake 1.6.3 * src/Makefile.am: fixed AM_CFLAGS for automake 1.6.3 * src/main.c: Implemented screen blanking to improve audio quality when using the RF modulated output of your C64. * src/main.c, src/psidboot.a65, src/psidboot.h, src/psiddrv.a65, src/psiddrv.h, src/psidextdrv.h: First steps towards providing the default power on environment: no longer trash zero page with copy routine and don't clear 0x200-0x3ff. The driver code assumes I/O at 0xd000-0xdfff is available after init to allow playback of real C64 digi tunes. 2002-11-03 Roland Hermans <rolandh@users.sourceforge.net> * src/psidboot.a65, src/psidboot.h, src/psiddrv.a65, src/psiddrv.h, src/psidextdrv.h, src/main.c: Implemented feature request 534453: handle init functions that jump to $A7AE by modifying the stop vector at $0328. 2002-10-27 Roland Hermans <rolandh@users.sourceforge.net> * src/main.c, src/psid.c, src/psid.h: Implemented reading of RSID files 2002-10-26 Roland Hermans <rolandh@users.sourceforge.net> * configure: updated version number * src/psidboot.h: extended information line area * src/main.c: check that the relocation information does not use the following memory areas: 0x0000-0x03FF, 0xA000-0xBFFF and 0xD000-0xFFFF 2002-10-26 Roland Hermans <rolandh@users.sourceforge.net> * src/stilview/README.txt, src/stilview/stil.cpp, src/stilview/stil.h, src/stilview/stilcomm.cpp, src/stilview/stilcomm.h, src/stilview/stildefs.h: Upgraded to STILView 2.17 2002-10-03 Roland Hermans <rolandh@users.sourceforge.net> * src/psidboot.a65: added displaying of PSID header flags * src/main.c: added error message for incorrect relocation information * src/psid.h: added macros for PSID header flags * configure.in: updated version number