Archive

Archive for the ‘Today’ Category

Flashback 2015: C64 – Official demo party results

June 9th, 2015 No comments

This is the official demo party results from Flashback 2015 (Top 3 Entries only). See also the CSDB Flashback 2015 section for more informations and download.

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 (1388)

source: csdb.dk

Super Wildcard DX 32Mb Diagnosis/Repair

June 1st, 2015 1 comment

Defect:

  • The backup system not using correctly the on-board memory and don’t load any games.

Diagnosis/Repair:

  • Broken pcb track under the GAL (position U9). The battery acid has corroded some pcb tracks.
  • GAL (position U9) completely dead.

Note1:

  • The glitches on the screen that you see in the photo are caused by a failure on my Super Famicom. I have to fix it. ;-D

Note2:

  • I don’t have the .JED code of the GAL and however i have sold many years ago my PAL/GAL programmer so i cannot replace the faulty component.

Download:

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

May 28th, 2015 No comments

Relaunch64 is an IDE (text-editor) for C64 assembler-coding on Windows, Linux and Mac OS X. Relaunch64 has a clean and intuitive user interface, yet it offers many features that make coding faster and easier.

Java 7 or higher is required to run Relaunch64. The program is licensed under the GNU GPL 3 (or higher) and free for private and professional use.

This editor works together with common cross assemblers like Kick Assembler, ACME, or 64tass. Other assemblers might work as well, but syntax highlighting may not be 100% correct.

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

source: popelganda.de

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

May 13th, 2015 No comments

Some new games or tools (Cracked / Trained or Unrealeased) for Commodore 64 have been released from your favorites groups.

Titles:

  • 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 (3457)

source: csdb.dk

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

Explanation of how it work the program “RAM3_RAMFAIL_BAS” written by Dominic Brown in the 1990 in Super Basic for the Sinclair QL which is used to calculate what the RAM on the Sinclair QL is broken, you need to use the MINERVA ROM (RAM PassCheck).

I tried to explain how it work and i have rewrote the software in a “language” a bit more modern ;-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

Download:

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

Javatari is now Javatari.js! The emulator has been completely rewritten, and is now 100% in HTML5 and Javascript.

Javatari.js is a multiplayer Atari 2600 emulator written in pure Javascript/HTML5 with no external libs.

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 (2422)

source: javatari.org

April 26th, 2015 Comments off

April 26th, 2015 Comments off

(Italian) Jurassic News numero #53

April 20th, 2015 No comments

Sorry, this entry is only available in Italian.

Categories: Magazine, News & Rumors, Today

April 9th, 2015 Comments off

April 8th, 2015 Comments off

April 6th, 2015 Comments off

April 6th, 2015 Comments off

April 6th, 2015 1 comment

Gubbdata 2015 – C64 Party results

March 31st, 2015 No comments

This is the official demo party results from Gubbdata 2015 (Top 3 Entries only). See also the CSDB GUBBDATA 2015 section for more informations.

 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 (1503)

source: gubbdata.se