Javatari e’ un’emulatore di Atari 2600 scritto in Java che non richiede librerie esterne per poter funzionare.
Features:
- Unique Client-Server multiplayer mode. Runs great in low-latency networks such as LANs.
- Cheat and turn off Collisions. Finally discover the ending of River Raid!
- Complete Save State/Load State functions.
- Scanlines and TV screen emulation modes.
- Real Atari console user interface.
Changelog;
- Better compatibility in Linux and Mac OSX.
- AdAdded Joystick support (Windows and Linux):
- Fully selectable axes with deadzone adjustment.
- Paddles analog emulation with adjustable sensitivity and centering
- Other console controls can be mapped to Joystick buttons
Download: Javatari JAR v3.10 (Needs Java 6) (872)
source: javatari.org
E’ stato rilasciato del nuovo Software per Commodore 64 dai seguenti gruppi: Avatar, Alpha Flight, Laxity, Bad Taste e Norbert Kehrer.
Download:
source: csdb.dk
NBLA000 ha aggiornato il programma CBM FileBrowser includendo il supporto per il Commodore C16/C116/Plus4 oltre a C64/Vic20/DTV
Il CBM FileBrowser e’ un semplice e funzionale file browser per i Computer della serie Commodore e vengono supportati diversi devices nativi e non, ad esempio: MMC2IEC, SD2IEC, uIEC, C64-SD e molti altri ancora.
Computer attualmente supportati:
- C64.
- C64DTV.
- Vic-20 unexpanded.
- Vic-20 +3K RAM.
- Vic-20 +8K RAM or plus (for FE3 use this version)
- Vic-20 with Mega-Cart.
- C16 / C116 / Plus4.
- C128 in 64 mode.
- C128 80 Columns.
Changelog:
- v.0.1 – 01-Sep-2009 (Start of project, C64/C64DTV only)
- v.0.2 – 21-Oct-2009 (First working version for Vic-20 +8K RAM)
- v.0.3 – 06-Jan-2010 (Added memory config auto-detection for Vic-20 selected program)
- v.0.4 – 19-Jan-2010 (Added support for Vic-20 with Mega-Cart and manual start mode)
- v.0.5 – 10-Feb-2010 (Added support for Vic-20 unexpanded and Vic-20 +3K RAM)
- v.1.0 – 05-Mar-2010 (First public version, minor issues fixed, C64 and Vic-20 supported)
- v.1.1 – 22-Jun-2010 (Added support for D41 and DNP file images, sd2iec firmware v.0.9.0 or higher required)
- v.1.2 – 09-Oct-2010 (Added SJLOAD speed-up option to the manual mode of the Mega-cart version)
- v.1.3 – 31-May-2012 (Added support for C16/C116/Plus4, Sort directories, cosmetic changes)
- v.1.4 – 19-Jul-2012 (Added JIFFYDTV speed-up support for C64-DTV, Clear screen before RUN)
- v.1.5 – 03-Mar-2013 (Added support for C128, and uppercases disk images D64,D81,D71 etc.)
Download: CBM FileBrowser v1.5 (3963)
source: vic20.it/cbmfilebrowser
E’ stato rilasciato del nuovo Software per Commodore 64 dai seguenti gruppi: Antarctica, Really Proud Lamers, Laxity, TRIAD, Norbert Kehrer e Mad Hacker’s Incorporated.
Download:
source: csdb.dk
Ci spiace, ma questo articolo è disponibile soltanto in English.
E’ stato rilasciato del nuovo Software per Commodore 64 dai seguenti gruppi: Sos, Rubberland, Alpha Flight, Nostalgia e inZane.
Download:
source: csdb.dk
Questo music disk di Laxity raccoglie tutti i brani musicali rilasciati durante l’evento Crack Intro Music Competition 2013.
Download: Top 50 of Crack Intro Music Competition 2013 (1035)
source: csdb.dk
NAV, è un nuovo file browser per il Commodore 64 con NAV è possibile utilizzare il mouse in porta 1 e il joystick in porta 2 o la tastiera per navigare.
NAV può funzionare con un massimo di cinque unità floppy esterne ed è stato testato con le seguenti interfaccie:
1541, 1571, 1581, uIEC, IDE64
Changelog:
- More drive icons. The font has been improved, directory listings look better.
- NAV now displays the number of files on the disk.
- Lots of bug fixes.
- LOAD and RUN the CHANGES program to read the complete changelog. As before, type “@help” in NAV to get a full list of features.
- You can now choose from 12 different backgrounds. I copied most of these tiles from ones used in GEOS (thanks ShadowM).
- Unfortunately, NAV still does not work with the Final Cartridge III. Sorry. It seems as though there is a way to temporarily disable the FCIII to allow it to work with NAV… but I can’t figure it out… yet. Feel free to drop me a line if you think you can help.
Download: NAV v9.6 (D64 & PRG) (1360)
source: commodoreserver.com

Questi sono i risultati ufficiali (solo i primi 3 posti) del Demo party Datastorm 2013 che si e’ concluso oggi. Per maggiori informazioni o aggiornamenti visita il sito CSDB nella sezione DATASTORM 2013.
C64 Demo:
- Revolved by Triad
- Too Old To Rol And Ror by Fairlight + Offence + Prosonix
- Censor_Matrix by Bob_CD/Censor Design
C64 Music:
- Monophono by Mahoney/Visa Röster
- Alpha Bitch by Dane/Booze Design
- Multiverse by Wiklund/FairLight
C64 Graphics:
- I WILL SHOW THAT STUPID BUNNY by redcrab/genesis project
- ST. JOAQUIN by Twoflower/TRIAD
- Future Sphere by Prowler/Up Rough ^ Nectarine ^ Brainstorm
C64 PETSCII:
Download: Datastorm 2013 Party stuff (1375)
source: datastorm.se
HermIRES e’ un hires bitmap (Art Studio 1 format) editor che gira sotto Windows e Linux per il Commodore 64.
The format has some restrictions, here are the rules:
- The maximal resolution of the picture is 320×200
- Only 16 fix C64 colours can be used (no gradient either)
- In a 8×8 pixel-block only 2 colours can used to be displayable by C64 (this is detected in HermIRES, but .hbm files can be saved with clashes too.)
- On a real C64 the PAL will blur the screen-content a bit, should check on CRT, or at least VICE emulator’s CRT simulation.
Changelog:
Fixed:
- Pen-shapes are symmetric again. -> solution: 2.23*radius as diameter and 80 as angle-steps.
- Pen-preview is more accurate now -> solution: typing some ‘-1′ in PenPreview function.
- 0 sized filled rectangle with dither freezed the app -> solution: when start and end X or Y is equal, only drawing line…
- Taking tasbar size (30 pixel high) into the resolution-decider equation – more probable for GUI to fit into the screen comfortably.
- Windows – now the program Icon appears again in taskbar and window-title -> with the new compile.bat (not from DevCpp with Makefile.win)
Download:
source: hermit.netne.net
Ci spiace, ma questo articolo è disponibile soltanto in English.
Ci spiace, ma questo articolo è disponibile soltanto in English.
ST-Paint è un software di grafica che permette di creare immagini compatibili con lo standard Atari St su un PC con installato M$ Windows.
ST-Paint è ancora in una fase beta ed è stato scritto da Peter Jørgensen lo stesso autore del programma Ym2149 Tracker.
Note dell’autore:
- Normal full screen is finish.
- Add a second full screen mode, an oldstyle edit mode.
- Full screen view.
- Quick save.
- Quick Load.
- Recent file list (remember the last 10 files loaded / saved)
- Change the plane view window.
- On Screen Display.
- Save default startup palette for low/mid res.
- Load/Save most Degas over/under scan picture.
- Load/Save Neo over/under scan picture. (Neochrome file header had reserved space for width and height, i don’t know if they was ever used, but they are now)
- Some error fixing.
Note:
- In this beta only the first 3 screen is open, and the clipboard can only hold 15 clip.
Download: ST-Paint Beta (27/01/2013) (1033)
source: fedepede04.dk
Javatari e’ un’emulatore di Atari 2600 scritto in Java che non richiede librerie esterne per poter funzionare.
Features:
- Unique Client-Server multiplayer mode. Runs great in low-latency networks such as LANs.
- Cheat and turn off Collisions. Finally discover the ending of River Raid!
- Complete Save State/Load State functions.
- Scanlines and TV screen emulation modes.
- Real Atari console user interface.
Changelog;
- Many accuracy improvements.
- Better performance.
- Added support for all major ROM formats/bankswitching schemes:
- Format selectable in the Settings Dialog.
- Cycle through compatible options in realtime with ALT + B
- DPC support, with enhanced audio option.
- Adjustable DPC audio clock (ALT + HOME, ALT + END)
- Several homebrew ROMs now work correctly.
Download: Javatari JAR v3.00 (Needs Java 6) (1031)
source: javatari.org
E’ stato rilasciato del nuovo Software per Commodore 64 dai seguenti gruppi: Hokuto Force, Antarctica, Nostalgia, Genesis Project e Max Hall.
Download:
source: csdb.dk
Recent Comments