Archivio

Posts Tagged ‘software’

Rilasciata la nuova versione del CBM prg Studio v3.3.0

E’ stata rilasciata una nuova versione del programma CBM prg Studio. Ci sono un sacco di nuove funzionalità e fix in questa versione e sono sempre gradite le segnalazioni di bug o suggerimenti/commenti.

CBM prg Studio e’ un kit di sviluppo che gira in ambiente Windows e vi permette di programmare in Commodore Basic e Linguaggio Macchina(LM), il programma potrà poi essere compilato in un file eseguibile “.PRG” per Commodore 64 / VIC-20 o PET.

La suite è anche completa di un ottimo sprite editor che permette di definire fino a 128 pattern, nonché di un funzionale char editor, che permette di avere una gestione completa e sotto controllo della procedura per la ridefinizione del charset interno al C64 e al Vic20.

Infine il CBM prg Studio, offre una completo e facile controllo della complessa gestione della tastiera del C64 e Vic20 ed in particolare dei caratteri PETSCII che contraddistinguevano le macchine sotto il marchio Commodore e che rappresentavano una chiave fondamentale per la programmazione in ambiente Basic, alla stregua di un vero e proprio macro linguaggio.

CBM prg Studio sostituisce le ormai obsolete Tools: C64PrgGen e VIC20PrgGen.

Improvements:

  • Sprite Editor:
    • Add background picture to sprite editor.
    • Sprite reorder tool.
  • Character Editor:
    • Character tools work on a range of characters.
  • Assembler:
    • Import binary as decimal data
    • Improved value pop-up formatting
    • Removed the restriction where files included in a build must have a name when building the project as a batch.
  • BASIC:
    • Code reformatting remove zeros from DATA statements.
    • Option to ignore invalid GOTO destinations.

Bug Fixed:

  • Assembler:
    • Reformatting code with TEXT directive.
    • Using * with labels.
    • Wrong rules for ifdef when variable is zero.
    • Debugger problems with X and Y indexing, stack under/overflow, SBC, RTI, BRK.
    • Incbin problems with large files.
  • BASIC:
    • Output to disk image generating basic programs.
    • ‘Save File As’ only saving BASIC files.
    • Commenting blank lines.
  • Character Editor:
    • Wrong colours changed on the character editor for VIC20 projects.
    • Undoing character editor changes when the character index > 127.
  • Sprite Editor:
    • Scratchpad exception when using deleted sprites.
  • General:
    • Syntax colouring changes not applied properly until restart.
    • Some BASIC only tools were available to the assembler.

Download: CBM prg Studio v3.3.0 (1144)

source: ajordison.co.uk

C64 DiskMagazine: Vandalism News #64

E’ stata rilasciata la 64° edizione del Diskmagazine Vandalism di Onslaught / Offence / Vandalism News Staff.

Download: Vandalism News #64 (1741)

source: csdb.dk

Flashback 2015: C64 – Official demo party results

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party Flashback 2015 che si e’ concluso il 8/06/2015. Per maggiori informazioni o aggiornamenti visita il sito CSDB nella sezione Flashback 2014.

C64 Demo:

  • Stupid Bitmap and Scroll [party version] by Duck and Chicken
  • Reborn Intro by Onslaught
  • Edelin Tales Theme [3sid] by Samar Productions

C64 Music:

  • Urban Canyon Cruising by MultiStyle Labs, Toondichters
  • Head Around You by Artline Designs
  • Flashback – part 1 of 4stori3s by Finnish Gold

C64 Graphics:

  • xklmychn! by Onslaught
  • Secrets from the Onslaught Demolabs by Onslaught
  • Fingers of Doom

Download: Flashback 2015 full Party stuff (1421)

source: csdb.dk

Relaunch64 V3.3.3 – C64/65xx cross-development IDE

Relaunch64 è un IDE (ambiente di sviluppo integrato) per scrivere software in assembler per Commodore 64 su ambienti Windows, Linux e Mac OS X. Relaunch64 ha un’interfaccia utente molto semplice e intuitiva.

Viene richiesto Java 7 o superiore per eseguire il programma Relaunch64. Il programma è stato rilasciato sotto la licenza GNU GPL 3 (o superiore) ed è gratuito per uso privato e professionale.

Download: Relaunch64 v3.3.3 (Windows/OSx/Linux) (1400)

source: popelganda.de

C64 Game: Congo Bongo +5DG / On the Farm 2 +36D …

E’ stato rilasciato del nuovo Software per Commodore 64.

Titoli:

  • Kim Pong – the Fair and Democratic Tele-Football
  • Congo Bongo +5DG
  • Kim Pong +
  • Boonderoo +4
  • Unnamed Dice Game Preview
  • Pole Position +3HD
  • Mickey’s Space Adventure +DFS
  • On the Farm 2 +36D [crazy hack]
  • Outlaw
  • Pixel Pix Preview +
  • Rent a Cop +36D [crazy hack]
  • Ultima IV Remastered V2.2
  • Break 64
  • Break 64 +2
  • Code-Woord +D
  • Shamai – Return of the Myths [seuck]
  • Naait Raaider [seuck]
  • T-UFO [seuck]
  • Scoff [seuck]
  • Payback Time [seuck]
  • The Ocean Ninja [seuck]
  • Snowbots +2ED
  • Armageddon HS
  • META14 [seuck]
  • Aztec Challenge MBSDH [crazy hack]
  • Hector’s Mansion +
  • The Marlo Files – Remastered Edition

Download: All Games in One Archive (3509)

source: csdb.dk

Sinclair QL con ROM Minerva: Faulty Ram Decoder v0.2 *update*

Spiegazione del funzionamento del programma “RAM3_RAMFAIL_BAS” scritto da Dominic Brown nel 1990 in Super Basic per il Sinclair QL che serve a calcolare quale RAM (chip) del Sinclair QL e’ guasta dopo il PASSCHECK RAM BOOT della ROM Minerva.

Ho cercato di spiegare il funzionamento e ho riscritto il software in un linguaggio un po’ piu’ moderno ;-D

MINERVA OUTPUT EXAMPLE:

——————————————
WRITE: 5 4 8 C 4 8 7 8
READ: 5 C C D 5 C C D
ADDRESS: 0 0 0 3 2 0 0 0
——————————————

HEX WRITE: 54 8C 48 78
HEX READ: 5C CD 5C CD

Convert the numbers in decimal:

DECIMAL WRITE: 84 140 72 120
DECIMAL READ: 92 205 92 205

You have to make a xor in pairs (write & read)

XOR: 84 XOR 92 = 8
XOR: 140 XOR 205 = 65
XOR: 72 XOR 92 = 20
XOR: 120 XOR 205 = 181

Now you need to do an OR with the result of the XOR starting with “0″ and continuing with the result of every OR

OR: 0 OR 8 = 8
OR: 8 OR 65 = 73
OR: 73 OR 20 = 93
OR: 93 OR 181 = 253

Convert the final result of the OR in Binary.

DECIMAL: 253
HEX: FD
BINARY: 11111101

Follow the table to find the faulty ram. Pay attention to the memory address.

1: BAD Ram
0: GOOD Ram

BINARY = 1 1 1 1 1 1 0 1

IF < $30000 (ADDRESS) = IC8  ,IC7  ,IC6  ,IC5  ,IC4  ,IC3  ,IC2  ,IC1

IF > $30000 (ADDRESS) = IC16 ,IC15 ,IC14 ,IC13 ,IC12 ,IC11 ,IC10 ,IC9

IF > $40000 Faulty ram is in expansion memory.

The Original Program (ram3_ramfail.bas) was written for the SINCLAIR QL in SUPER BASIC language by Dominic Brown (1990).
Documentation of how it work by Xad/Nightfall (2015).
Thanks to my friend for the support.

Faulty Ram Decoder Changelog:

  • v0.1: First Release.
  • v0.2: Added a message (Faulty ram is in expansion memory) if the Address > $40000.

Faulty Ram Decoder Online: http://www.nightfallcrew.com/minervaram

Minerva RAM Test NEW Version by Silveriomrs (github) Online: https://www.nightfallcrew.com/minervaram/ram_fail_test.php

Download:

 

Javatari.js v0.91 (Atari 2600 emulator 100% HTML5/Javascript)

Javatari è ora Javatari.js! L’emulatore è stato completamente riscritto ed è 100% compatibile HTML5 e Javascript.

Javatari.js è un’emulatore di Atari 2600 scritto in Javascript/HTML5 e non richiede librerie esterne per poter funzionare.

Features and Highlights:

  • Javatari is now on HTML5/JS! No more need for the Java Plugin.
  • Runs in any modern Web Browser. Tested in Chrome and Firefox.
  • Real Atari Console user interface.
  • All major ROM formats supported.
  • Save and load Game States easily, or create a Save Game file.
  • Support for Keyboard and Gamepad controllers.
  • Full Screen mode.

New in version 0.91:

  • Keyboard controls now configurable!
  • Starpath/Arcadia ROM format support.
  • Full Screen mode bugfix.
  • Paddle analog control with Gamepad controllers.
  • Audio now mutes when browser tab is not visible.
  • Better auto launch mechanism.

Download: Javatari.js v0.91 (2445)

source: javatari.org

C64 Game: Commando Arcade SE / Knuckle Busters +29D …

E’ stato rilasciato del nuovo Software per Commodore 64.

Titoli:

  • P0 Snake +4FD 100% [pal/ntsc]
  • Space Ambush +1EJHD
  • Carrera F1
  • On the Farm +34D [crazy hack]
  • Shoot or Die [seuck]
  • Space Trip +24D [crazy hack]
  • Carrera F1 +5H
  • Sex trainer ++ [german]
  • Rabbit Pie HS
  • Commando Arcade SE
  • Bruce Lee II +
  • Ultima IV Remastered
  • Break64 Preview +
  • Break64 Preview [pal/ntsc]
  • Paperboy [cartridge]
  • Trance Sector Ultimate
  • Trance Sector Ultimate +10HD
  • Zyflex Preview +4HF [pal/ntsc]
  • Bimz Preview +2
  • Abyssonaut [seuck]
  • Return of Heracles ++MD+Map
  • Abyssonaut +2D [seuck]
  • Return of Heracles +M V0.9.1
  • Return of Heracles +15
  • Return of Heracles +MD
  • Bruce Lee II v1.9
  • Bruce Lee II v1.9 +
  • Ultima IV Remastered V2.1
  • Knuckle Busters +29D [crazy hack]

Download: All Games in One Archive (3790)

source: csdb.dk

Revision 2015 – C64 Party results

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party Revision 2015 che si e’ concluso il 6 Aprile 2015. Per maggiori informazioni o aggiornamenti visita il sito CSDB nella sezione Revision 2015.

C64 4K Intro:

  • 3 – Aura by Fairlight.
  • 4 – The Empress Awakens by Lft.

Mixed Graphics:

  • 4 – Battle of Ilona by Made.
  • 6 – This world is so fucked, let’s end it tonight by Panda Design.
  • 7 – Dude – Got Your Dosage? by Elko, Tristar & Red Sector Incorporated.

Mixed Music:

  • 4 – Space Cheddar by Genesis Project.
  • 5 – New Sids on the Block by Panda Design.
  • 7 – Loose Teeth – Crisp Bacon by Darklite.

Mixed Demo:

  • 3 – GoatLight by Fairlight, Noice, Offence.
  • 5 – $777 by Razor 1911.
  • 9 – Timeline by Scandinavian Allstars.

Download: Revision 2015 Party stuff (1582)

source: 2015.revision-party.net

Gubbdata 2015 – C64 Party results

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party Gubbdata 2015 che si e’ concluso il 29 Marzo 2015. Per maggiori informazioni o aggiornamenti visita il sito CSDB nella sezione Gubbdata 2015.

C64 Demo:

  • 1 – Requiem by Vision.
  • 2 – Stereophonik [2sid] by Mahoney.
  • 3 – The Butterfly Effect by Offence.

C64 Music:

  • 1 – Amen, Bigbeat Brother! by Jammer.
  • 2 – Northern Star by Dane.
  • 3 – Obsession by Flex.

C64 Graphics:

  • 1 – Disconnect by Joe.
  • 2 – Dragonslayer by Mermaid.
  • 3 – Beetlephant by redcrab.

Download: Gubbdata 2015 Party stuff (1536)

source: gubbdata.se

Rilasciata la nuova versione del CBM prg Studio v3.2.2

E’ stata rilasciata una nuova versione del programma CBM prg Studio. Ci sono un sacco di nuove funzionalità e fix in questa versione e sono sempre gradite le segnalazioni di bug o suggerimenti/commenti.

CBM prg Studio e’ un kit di sviluppo che gira in ambiente Windows e vi permette di programmare in Commodore Basic e Linguaggio Macchina(LM), il programma potrà poi essere compilato in un file eseguibile “.PRG” per Commodore 64 / VIC-20 o PET.

La suite è anche completa di un ottimo sprite editor che permette di definire fino a 128 pattern, nonché di un funzionale char editor, che permette di avere una gestione completa e sotto controllo della procedura per la ridefinizione del charset interno al C64 e al Vic20.

Infine il CBM prg Studio, offre una completo e facile controllo della complessa gestione della tastiera del C64 e Vic20 ed in particolare dei caratteri PETSCII che contraddistinguevano le macchine sotto il marchio Commodore e che rappresentavano una chiave fondamentale per la programmazione in ambiente Basic, alla stregua di un vero e proprio macro linguaggio.

CBM prg Studio sostituisce le ormai obsolete Tools: C64PrgGen e VIC20PrgGen.

Improvements:

  • Import binary file as disassembly.
  • Set sprite scratch pad background colour.
  • Keyboard short cuts for collapsing/expanding regions.

Bug Fixed:

  • Assembler:
    • Generate to disk image.
  • Basic:
    • Improved syntax highlighting.
    • Wrong case used when commenting certain lines.
    • Commenting blank lines.
  • General:
    • Menu and/or tool bar was hidden occasionally.
    • Saving to network drives.
    • Source overview settings not retained.
    • Display problems with medium and large fonts.
    • Better file handling with network drives.

Download: CBM prg Studio v3.2.2 (1495)

source: ajordison.co.uk

Forever 2015 – Back to the Cyberspace – C64 Party results

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party Forever 2015 che si e’ concluso il 15 Febbraio 2015. Per maggiori informazioni o aggiornamenti visita il sito CSDB nella sezione Forever 2015.

C64 Demo:

  • 1 – Rainy Days by Singular.
  • 2 – Shadows of the Cyberspace [party version] by Nah-Kolor.
  • 3 – GXAdvert by Atlantis, Fantastic 4 Cracking Group.

C64 Music:

  • 1 – Hexadragon by Factor6.
  • 2 – Preludium by Sad.
  • 3 – 2xperiment by Gaetano Chiummo.

C64 Graphics:

  • 1 – Fish & Wish by Leon.
  • 2 – Walking on the Moon by Mermaid.
  • 3 – Voima Laulaa by Reekol.

C64 1K Intro:

  • 1 – Rotzom01 by Busy, Noro.
  • 2 – Last Place by Coine.
  • 3 – 1k Forever by Atlantis, Fantastic 4 Cracking Group.

Download: Forever 2015 Party stuff (1526)

source: forever-party.net party photo #1 party photo #2

C64 Game: Burnin’ Pen ’64 +3J / Nibbler +3HFD / Star Slayer +34D …

E’ stato rilasciato del nuovo Software per Commodore 64.

Titoli:

  • Ninja Scooter Simulator +26D [crazy hack]
  • C64hess – Chess Puzzles +D
  • Clef Climber &D
  • Finders Keepers &D
  • Follow the Leader &D
  • Spy Defense +2D
  • Beach Buggy Simulator +28D [crazy hack]
  • Pac Man Arcade Preview
  • Nonterraqueous +6MD &Map
  • Burnin’ Pen ’64 +3J [pal/ntsc]
  • Twister +1D
  • Bug Blaster HS
  • Demon Stalkers +5MD [one-sided]
  • Panic Planet HS
  • Street Warriors +28D [crazy hack]
  • Nibbler +3HFD [pal/ntsc]
  • Donkey Kong Junior [pal/ntsc] [easyflash]
  • Supercart 60-in-1 [Easyflash]
  • The Sword of Fargoal 101% +10DG
  • Inglish Glatss V1
  • Twist It
  • Longer II
  • Color Confusion
  • Star Slayer +34D [crazy hack]
  • Bodeseh Spiel
  • Tontaubenschiessen +
  • Snatch McBlagger +2D [seuck]

Download: All Games in One Archive (4627)

source: csdb.dk

BCC Party #9: C64 – Risultati ufficiali del Demo Party

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party BCC Party #9. Per maggiori informazioni o aggiornamenti visita il sito CSDB BCC Party #9.

C64 Demo:

  • Pagan’s Mind by Dream
  • We Fly High by Rabenauge
  • Upshift! by TRIAD

C64 Music:

  • Quest for Peace by celticdesign
  • RykSkiDanceWithChrisAndRob by TheRyk
  • Destiny by G-Fellow

C64 Graphics:

  • The Seeker – Tormented Echoes by Slayer Grafix
  • Flappie the Ghost by JSL
  • Automatic Gentleman by ilesj

Mixed:

  • Twist It by Virtual Dimension (Game)
  • Claculate It II by Brainstorm (Basic Demo)
  • Longer II by Brainstorm (Game)

Download: BCC Party #9 Party stuff (1508)

source: csdb.dk

Commodore 64 DiskMagazine – Scene World #24

17 February 2015 Nessun commento

Scene World è una rivista dedicata alla scena del Commodore 64 distribuita su Floppy Disk.

Download: Scene World #24 (1411)

source: sceneworld.org