Archivio

Posts Tagged ‘software’

C64 Demo: ECCC 2011 Invitation demo by Arkanix Labs

L’ECCC è uno dei piu’ importanti ‘meeting’ della scena Commodore che si svolge negli Stati Uniti, piu’ precisamente a Lombard in Illinois.

Saranno presenti tutti i computer della Commodore, tra cui il C64, Vic-20, PET, 16/Plus4, e probabilmente anche l’Amiga.

Download: ECCC 2011 Invitation demo by Arkanix Labs (907)

source: tarbase.globalpc.net/eccc CSDb

Kick Assembler v3.19

Kick Assembler è un Macro Assembler per le CPU 6510. Kick Assembler viene fornito in formato eseguibile per Windows.

Il file Java (jar) viene comunque distribuito per mantenere la compatibilita’ con tutte le piattaforme Java compatibili (Linux / OSX).

8/8-2011 : New beta release (v3.19) – The LCP Release:

  • You can now use the questionmark if notation in expressions. Eg. .var x = a
  • Added a fillbyte option that sets the byte used to fill the space between memoryblocks in the prg file. Usefull for writing a eprom or flash (I’m told, hope you can use it Alex :-)
  • You can now cast values to a numbers or strings by using the .number() or .string() function. Eg x= 1234.string().charAt(2) – sets x to 3
  • Chars now have the same functions as numbers (+,-,*,,
  • Made a quick reformatting of the manual since my new version of word had thrashed the layout.

Download: Kick Assembler v3.19 (841)

Download: Kick Assembler Manual v3.19 (847)

source: theweb.dk

C64 Studio v1.6

Il C64 Studio scritto da Georg Rottensteiner è un Macro Assembler per il Commodore 64.

Questo kit di sviluppo e’ basato sull’assemblatore Acme e gira in ambiente M$ Windows, se unito assieme all’emulatore di Commodore 64 “VICE” puo’ diventare un potente strumento per debuggare i programmi scritti/compilati in linguaggio macchina.

Version history:

31.07.2011 – 1.5:

  • Fixed parse bug, things like LDA #’H’ can now be parsed.
  • Complete rewrote GDI handling for sprite and charset editor (no more resource leaks)
  • Added Pre/Custom/Post Build events per configuration (useful for exomizing)
  • Fixed some crash bugs.

Download: C64 Studio v1.6 (832)

source: lemon64.com

C64 Music: Stereo Sid-Player v10.5

Digital Audio Concepts ha rilasciato una nuova versione del programma Stereo Sid-Player originariamente scritto da Mark A. Dickenson.

L’ultima versione rilasciata da Mark era la v10.3.

Changes since v10.3:

  • Added second-SID addressing for $D100-$D3E0, $D500-$D7E0, and $DE00-$DFE0 ranges. The second SID can be placed at any $20 byte increment within these areas.
  • Fixed the hard-coded device 8 for the config file loader/saver – now the program expect to find/put this file on whatever device you booted from.
  • Fixed the hard-coded device 8 default for the music loader – now the program will load music from whatever device you booted from when no config file is found, unless you change it and save a new config file.
  • Deprecated one byte and added two new bytes to the config file, to handle the new method of storing the second-SID address (now uses program’s internal indexes instead of a page number, so it can be looked up easily on load).
  • Renamed config file to avoid confusion with the old version.
  • Disabled the intro tune (it broke during the update – will fix later).

Download: Stereo Sid-Player v10.5 (D64) (1104)

Download: Stereo Sid-Player v10.5 (D81) (957)

Download: Stereo Sid-Player v10.5 (SRC) (971)

Download: Stereo Sid-Player v10.3 (Document) (993)

source: digitalaudioconcepts.com

Graph2Font v3.9.2.5 (Lite/Full)

TomaszTebeBiela ha rilasciato un’aggiornamento del programma Graph2Font che arriva alla versione v3.9.2.5.

Questo progetto inizia molti anni fa’ come semplice converitore Grafico per Atari. Il convertitore che gira sotto Windows negli anni e’ cresciuto notevolmente aumentandone le potenzionalita’.

 

Download: Graph2Font v3.9.2.5 Full (973)

Download: Graph2Font v3.9.2.5 Lite (887)

source: g2f.atari8.info

Categorie:Atari, News & Rumors, Today

Evoke 2011: C64 Demo Party Results

Il Demo party Evoke 2011 è terminato. È ora possibile scaricare l’archivio con i demo del Commodore 64 presentati durante il Party.

Wild Demo:

  • We Got Signal by Tristar & Red Sector Incorporated.
  • 20 Years Abyss Connection by Abyss Connection.
  • RGBA by DaCapo.
  • Techno Viking by Fairlight.

Download: Evoke 2011 C64 Demo Party Results (856)

source: evoke.eu CSDb

FB (FileBrowser) v1.0 per l’interfaccia SD2IEC

FB (FileBrowser) v1.0 di Sailor of TRIAD per l’interfaccia SD2IEC.

Download: FB (FileBrowser) v1.0 (1412)

source: noname.c64.org

VIC20 Game: Realms of Quest II – Anniversary Edition

Ghilsan ha rilasciato una versione aggiornata di Realms of Quest per VIC20.

Sono passati 20 anni dalla prima versione di RoQ e Ghilsan aprofittando del 20° anniversario della prima versione ha deciso di prendere in mano il vecchio codice di RoQ e RoQ Minigame rilasciando la Anniversay Edition.

Download: Realms of Quest II - Anniversary Edition (969)

source: sleepingelephant.com

C64 Game: Nyaaaah! – 15th Anniversary Edition +

Il gruppo Excess ha rilasciato una versione “Trainer” del gioco: Nyaaaah! – 15th Anniversary Edition per Commodore 64.

Download: Nyaaaah! - 15th Anniversary Edition + (1236)

source: noname.c64.org

C16 Game: Bit Fox

Roepipi rilascia un’altro divertente gioco scritto in BASIC per divertirsi un po’ con il Commodore 16.

Download: Bit Fox (852)

source: plus4world.powweb.com

C64 Studio v1.5

Il C64 Studio scritto da Georg Rottensteiner è un Macro Assembler per il Commodore 64.

Questo kit di sviluppo e’ basato sull’assemblatore Acme e gira in ambiente M$ Windows, se unito assieme all’emulatore di Commodore 64 “VICE” puo’ diventare un potente strumento per debuggare i programmi scritti/compilati in linguaggio macchina.

Version history:

31.07.2011 – 1.5:

  • Fixed bug in parsing !byte with binary values.
  • Fixed bug in file info storage, sometimes error messages were accredited to the wrong file.
  • Fixed bug where warnings were not displayed (segment overwrite).
  • Added charset/sprite functions as buttons.
  • Changed charset copy/paste to always use clipboard

Download: C64 Studio v1.5 (802)

source: lemon64.com

C64 Game: On the Farm 2 +3 by Goat of Laxity

Goat del gruppo Laxity ha rilasciato una versione “Trainer” del gioco: On the Farm 2 per Commodore 64.

Download: On the Farm 2 +3 (1188)

source: noname.c64.org

Sidplay64 v0.695 Beta by Grg/Shape

Versione non ufficiale del programma Sidplay64 di GRG/Shape.

Questa versione supporta la navigazione nelle directory e immagini (D64, D81) per i dispositivi SD2IEC/Netdrive/IDE64. Questa versione è ancora in beta.

Download: Sidplay64 v0.695 Beta (1374)

source: noname.c64.org

C64 Game: M.U.L.E. Onefiled +4 Player adapter by Peiselulli

3 August 2011 1 commento

Peiselulli che fa parte del gruppo Arsenic, Oxyron, Tristar & Red Sector Incorporated ha rilasciato una versione del gioco M.U.L.E. per Commodore 64 compressa in un singolo file. Questa versione supporta l’adattatore per 4 giocatori.

Download: M.U.L.E. Onefiled + 4 Player adapter (1344)

source: noname.c64.org

C64 Game: Edge Grinder +2 e Bionik Granny Returns +

Onslaught ed Excess hanno rilasciato due nuovi crack per il Commodore 64; Edge Grinder +2 and Bionik Granny Returns.

Download: Edge Grinder +2 (1240)

Download: Bionik Granny Returns + (1274)

source: noname.c64.org