Get a site

Commodore Banner Exchange

Retro64: Commodore 64 programming, repairs and more

Retrocomputing and repairs, C64 and others

MENUMENU
  • Retrocomputers repair
  • Programming
  • Retrotechnologies
  • Game reviews
  • Home computers history
  • Electronics
  • Articoli in italiano
  • Chi sono / About me
  • Contact me
  • Math for programming
  • Commodore 64 clock using the CIA TOD clock (from “Compute!”)

    Commodore 64 clock using the CIA TOD clock (from “Compute!”)

    I’ve recently typed-in a nice program from Compute! magazine1)Issue 43,... Read more »
  • Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)

    Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)

    On the first part, we have seen a simple technique... Read more »
  • Making Commodore 64 music with Goattracker: part 3 – How to create a simple remake of Delta by Rob Hubbard

    Making Commodore 64 music with Goattracker: part 3 – How to create a simple remake of Delta by Rob Hubbard

    On part one and part two, we have introduced some very... Read more »
  • Assembly language: a simple UNNEW (OLD) utility (C64)

    Assembly language: a simple UNNEW (OLD) utility (C64)

    A very classic topic is the ability to recover a... Read more »
  • Commodore 64 SID music programming with BASIC – playing a simple three voices tune

    Commodore 64 SID music programming with BASIC – playing a simple three voices tune

    On earlier posts we have seen how to play a... Read more »
Commodore 64 clock using the CIA TOD clock (from “Compute!”)

Commodore 64 clock using the CIA TOD clock (from “Compute!”)

Programming August 2, 2018
I’ve recently typed-in a nice program from Compute! magazine1)Issue 43, December 1983 called “Commodore 64 clock”, by Paul F. Schatz.... Read more »
Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)

Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)

Programming July 30, 2018
On the first part, we have seen a simple technique for programming a three voices tune with BASIC. The program... Read more »
Making Commodore 64 music with Goattracker: part 3 – How to create a simple remake of Delta by Rob Hubbard

Making Commodore 64 music with Goattracker: part 3 – How to create a simple remake of Delta by Rob Hubbard

Retrotechnologies July 16, 2018
On part one and part two, we have introduced some very basic concepts about Goattracker.  Now, we are taking a step... Read more »
Assembly language: a simple UNNEW (OLD) utility (C64)

Assembly language: a simple UNNEW (OLD) utility (C64)

Programming July 10, 2018
A very classic topic is the ability to recover a BASIC program that has been killed by an unwanted NEW... Read more »
Commodore 64 SID music programming with BASIC – playing a simple three voices tune

Commodore 64 SID music programming with BASIC – playing a simple three voices tune

Programming July 8, 2018
On earlier posts we have seen how to play a single note and how to play a one voice tune... Read more »
How to merge two BASIC programs together (C64)

How to merge two BASIC programs together (C64)

Programming July 8, 2018
Sometimes it may be useful to merge two BASIC programs together. For instance, we may need on the program we... Read more »
Commodore 64 keyboard buffer tricks: deleting and creating BASIC lines from BASIC

Commodore 64 keyboard buffer tricks: deleting and creating BASIC lines from BASIC

Programming July 5, 2018
Let’s have a look at some nice Commodore 64 keyboard buffer tricks. The keyboard buffer is normally used by the... Read more »
Commodore 64 SID music programming with BASIC – playing a simple one voice tune

Commodore 64 SID music programming with BASIC – playing a simple one voice tune

Programming June 12, 2018
Now that we know how to play a single note with Commodore 64 BASIC, why not make something more complex?... Read more »
Commodore 64 SID music programming with BASIC – playing a note

Commodore 64 SID music programming with BASIC – playing a note

Programming June 10, 2018
Although machine language is what we really need for C64 music programming, BASIC may be more than acceptable for some... Read more »
Very basic BASIC: drawing tilted ellipses (Commodore 64)

Very basic BASIC: drawing tilted ellipses (Commodore 64)

Programming April 30, 2018
Following a request by a reader (Kick Off), I have had a quick look at how to draw tilted ellipses.... Read more »
Drawing the United Kingdom flag with BASIC (Commodore 64, Sinclair Spectrum)

Drawing the United Kingdom flag with BASIC (Commodore 64, Sinclair Spectrum)

Programming April 12, 2018
Drawing the United Kingdom flag is an interesting exercise, especially if we want to draw it by using CBM BASIC... Read more »
Very Basic BASIC: making a digital clock program using CBM characters and sprites (C64)

Very Basic BASIC: making a digital clock program using CBM characters and sprites (C64)

Programming April 11, 2018
One of my readers (Crispin) has kindly requested a simple digital clock program for the Commodore 64 (in BASIC V2).... Read more »
Plotting graphics on sprites – drawing a filled circle with BASIC V2 (C64)

Plotting graphics on sprites – drawing a filled circle with BASIC V2 (C64)

Programming April 7, 2018
Sprites are much more than movable objects intended for games. For example, sprites can be used to set up a... Read more »
Very basic BASIC: plotting characters on screen (C64 and VIC-20)

Very basic BASIC: plotting characters on screen (C64 and VIC-20)

Programming April 5, 2018
As we all know, CBM BASIC V2 does not support printing characters on screen starting from a given x, y... Read more »
User defined characters – a really simple font editor (BASIC, Machine Language – C64)

User defined characters – a really simple font editor (BASIC, Machine Language – C64)

Programming April 2, 2018
Creating user defined characters on the Commodore 64 is not that easy from BASIC V2. Binary numbers – which can... Read more »

VIC-II graphics, accessing ROM font images from different banks (C64)

Programming April 1, 2018
The Commodore 64 has 64K of RAM memory and the VIC-II graphic chip can access all of it, but in... Read more »
Very basic BASIC: drawing circles the old way (C64)

Very basic BASIC: drawing circles the old way (C64)

Programming March 30, 2018
On a C64, drawing circles is quite difficult using BASIC V2, not only for speed problems, but also because a... Read more »
Sharing data between PC and C64. My PC setup using OpenCBM

Sharing data between PC and C64. My PC setup using OpenCBM

Retrotechnologies March 28, 2018
I like sharing data between PC and C64 using old methods. So yes, I am still using real Commodore 1541s... Read more »
Handling sprites collisions and scrolling from BASIC: coding a simple “game” (C64)

Handling sprites collisions and scrolling from BASIC: coding a simple “game” (C64)

Programming March 26, 2018
This article is intended as a companion to my previous article “Programming sprites on the Commodore 64, a simple tutorial... Read more »
Game review: Hunchback (Commodore 64)

Game review: Hunchback (Commodore 64)

Game reviews March 24, 2018
Hunchback is an old C64 game dating back to 1983. The story comes right from the novel Notre-Dame de Paris... Read more »
Plotting a 3D function with Simons’ BASIC and BASIC 2.0 (C64)

Plotting a 3D function with Simons’ BASIC and BASIC 2.0 (C64)

Programming March 19, 2018
Some time ago I noticed on Youtube a nice Sinclair Spectrum BASIC program that plots a 3D function. Since I... Read more »
Very basic BASIC: formatting numbers and updating information on screen

Very basic BASIC: formatting numbers and updating information on screen

Programming March 15, 2018
While writing a simple C64 BASIC “game”, I came across some little issues dealing with formatting numbers and updating information... Read more »
Taking the square of a 16 bit number, a simple technique using 6502 assembly

Taking the square of a 16 bit number, a simple technique using 6502 assembly

Programming March 3, 2018
If we need a fast square of an 8 bit number, we just have to create a simple table of... Read more »
Programmazione della grafica con il C64, uno sguardo ad alcuni miei semplici programmi [ITALIAN]

Programmazione della grafica con il C64, uno sguardo ad alcuni miei semplici programmi [ITALIAN]

Articoli in italiano March 1, 2018
Mi presento oggi con un post in italiano per riassumere i miei recenti esperimenti sulla programmazione della grafica con il... Read more »
Another look at 3D graphics: fast hidden faces removal (back-face culling)

Another look at 3D graphics: fast hidden faces removal (back-face culling)

Programming February 27, 2018
While doing even very simple 3D graphics, the need of a better rendering of images will soon arise. Wireframe 3D... Read more »
An introduction to vector-based graphics on the Commodore 64 – Rotating simple 3D objects (assembly language)

An introduction to vector-based graphics on the Commodore 64 – Rotating simple 3D objects (assembly language)

Programming February 16, 2018
Vector-based graphics or 3D graphics is quite common today. On old 8 bit computers it was not very common instead,... Read more »
Assembly math: 6502 8 bit fast multiply routine. 16 bit multiply without bit shifting.

Assembly math: 6502 8 bit fast multiply routine. 16 bit multiply without bit shifting.

Programming February 10, 2018
On my last post I had presented an 8 bit fast multiply routine. Actually, it was limited to a narrower range... Read more »
Optimizing the assembly program “Sphere” – More tips on fixed point math. A fast 8 bit multiply routine.

Optimizing the assembly program “Sphere” – More tips on fixed point math. A fast 8 bit multiply routine.

Programming February 4, 2018
Fixed point math can be quite useful for fast computations involving decimal numbers. We have seen some examples in this... Read more »
The Mandelbrot set – a C64 assembly program to draw it fast, using integer math – part 2

The Mandelbrot set – a C64 assembly program to draw it fast, using integer math – part 2

Programming February 2, 2018
In the first part of this article I have presented a Commodore 64 program to draw the Mandelbrot set coded in... Read more »
The Mandelbrot set – a C64 assembly program to draw it fast, using integer math – part 1

The Mandelbrot set – a C64 assembly program to draw it fast, using integer math – part 1

Programming February 2, 2018
The Mandelbrot set, like most fractals, requires a lot of computations to be drawn. That’s why most programs on the... Read more »
Commodore 64 BASIC 8×8 Mandelbrot set: faster version

Commodore 64 BASIC 8×8 Mandelbrot set: faster version

Programming January 24, 2018
Today I have had a look at the BASIC program that has been presented in this article. I was looking... Read more »
Drawing the Mandelbrot set – Coding fractals with Commodore 64 BASIC and Freebasic

Drawing the Mandelbrot set – Coding fractals with Commodore 64 BASIC and Freebasic

Programming January 24, 2018
Fractals are commonly referred to as images which are obtained by performing several calculations. One property that sets those images... Read more »
Commodore 64 impossible games: Robocop by Ocean (1988)

Commodore 64 impossible games: Robocop by Ocean (1988)

Game reviews January 4, 2018
Although the Commodore 64 offers a wide range of wonderful cleverly coded games, a few titles were just rushed during... Read more »
Sprite multiplexing, a simple implementation using Commodore 64 BASIC V2

Sprite multiplexing, a simple implementation using Commodore 64 BASIC V2

Programming December 26, 2017
The Commodore 64 graphics chip VIC-II offers 8 hardware sprites. This number is not that impressive, but as C64 sprites... Read more »
Programming sprites on the Commodore 64, a simple tutorial using BASIC V2

Programming sprites on the Commodore 64, a simple tutorial using BASIC V2

Programming December 8, 2017
Programming sprites on the Commodore 64 is quite simple, even with Commodore BASIC V2 (the built-in BASIC interpreter). The Commodore... Read more »
Machine language for the Commodore 64, 128, and other Commodore computers (book review)

Machine language for the Commodore 64, 128, and other Commodore computers (book review)

Programming December 2, 2017
“Machine language for the Commodore 64, 128 and other Commodore computers” is a machine language course written by the world-famous... Read more »
Zooming a square with Commodore 64 BASIC – a simple 2D realtime zoomer using sprites

Zooming a square with Commodore 64 BASIC – a simple 2D realtime zoomer using sprites

Programming November 30, 2017
Coding a zoomer on a vintage computer is something that usually asks for machine language. And even with that language,... Read more »
3D Graphics: rotating a cube with Freebasic (PC) and Simons’ BASIC (C64)

3D Graphics: rotating a cube with Freebasic (PC) and Simons’ BASIC (C64)

Programming November 25, 2017
3D graphics is what games are all about today. At the time the Commodore 64 and other 8 bit computers... Read more »
Old BASIC interpreters era: is there anything left for today’s PCs? An introduction to Freebasic.

Old BASIC interpreters era: is there anything left for today’s PCs? An introduction to Freebasic.

Programming November 17, 2017
Most 8 bit computers were equipped with a BASIC interpreter directly available in ROM. Microsoft BASIC was the most common... Read more »
Commodore 64: breaking the 38K RAM barrier from BASIC. Creating an additional 4K BASIC variables storage area.

Commodore 64: breaking the 38K RAM barrier from BASIC. Creating an additional 4K BASIC variables storage area.

Programming November 15, 2017
Although the Commodore 64 comes with 64K RAM of memory, not all of this amount of memory is available right... Read more »
Game review: Cabal (Commodore 64, EU version)

Game review: Cabal (Commodore 64, EU version)

Game reviews November 12, 2017
The Commodore 64 game Cabal (European version) is a nice port of the original arcade game developed by TAD corporation... Read more »
81450 euros – that’s what a Commodore 65 seems to be worth today

81450 euros – that’s what a Commodore 65 seems to be worth today

Off topic November 8, 2017
On the late few days, I have been following an eBay auction dealing with a nearly mint fully working Commodore... Read more »
Game review: Rainbow Islands (Commodore 64)

Game review: Rainbow Islands (Commodore 64)

Game reviews November 8, 2017
Released by Taito in 1987, Rainbow Islands was an arcade game that enjoyed a huge success. It is the sequel... Read more »
Game review: Thunder Blade (Commodore 64)

Game review: Thunder Blade (Commodore 64)

Game reviews November 3, 2017
Thunder Blade was an excellent arcade game developed by Sega in 1987. For that era, it offered an incredibly fast... Read more »
Color bars for movement: a simple prospective scrolling with Commodore 64 BASIC

Color bars for movement: a simple prospective scrolling with Commodore 64 BASIC

Programming October 15, 2017
Several Commodore 64 games use color bars to achieve the illusion of a moving landscape. Even other platforms such as... Read more »
Very basic BASIC – simple tips for entering strings with INPUT (Commodore 64 BASIC)

Very basic BASIC – simple tips for entering strings with INPUT (Commodore 64 BASIC)

Programming October 15, 2017
When using Commodore 64 BASIC V2, you more than often realize that even performing very simple tasks, like entering strings,... Read more »
Commodore VIC 20 BASIC programming: scrolling chessboard

Commodore VIC 20 BASIC programming: scrolling chessboard

Programming October 7, 2017
Although the available BASIC RAM memory on an unexpanded Commodore VIC 20 is quite limited, it is still possible to... Read more »
Garbage collection nel BASIC del Commodore 64: come gestirla

Garbage collection nel BASIC del Commodore 64: come gestirla

Articoli in italiano September 29, 2017
Commodore 64 BASIC garbage collection: risolvere il problema del "bug free" mediante semplici accorgimenti nella... Read more »
6502 assembly math: division – a simple algorithm using powers of two

6502 assembly math: division – a simple algorithm using powers of two

Programming September 21, 2017
There are several routines available on the web that perform integer division in 6502 assembly language. Still, I wanted to... Read more »
A 35000 characters string with Commodore 64 BASIC

A 35000 characters string with Commodore 64 BASIC

Programming September 8, 2017
Commodore 64 BASIC strings are limited to 255 characters. But, that doesn’t mean you can’t put a bigger string on... Read more »
Line drawing routines programming: a different approach. 6502/6510 assembly implementation on the Commodore 64

Line drawing routines programming: a different approach. 6502/6510 assembly implementation on the Commodore 64

Programming September 2, 2017
Drawing lines is a classic topic on computer graphics programming. You will usually find explanations dealing with algorithms derived from... Read more »
Playing SID tunes with a slow speed: Monty on the Run BASIC player

Playing SID tunes with a slow speed: Monty on the Run BASIC player

Programming August 22, 2017
Sometimes while doing SID music covers I wish I had a way of playing SID tunes with a slow speed.... Read more »
An introduction to 6502 math:  addiction, subtraction and more

An introduction to 6502 math: addiction, subtraction and more

Programming August 20, 2017
Numbers can be fun, and talking about 6502 CPU math is just another way to look at topics we already... Read more »
The prospective drawing of a sphere coded in 6502 assembly language

The prospective drawing of a sphere coded in 6502 assembly language

Programming August 12, 2017
Prospective drawing has always been fascinating to me. I will never stop being amazed at the wonder of seeing a... Read more »
A simple text scroller coded in assemby language for the Commodore 64

A simple text scroller coded in assemby language for the Commodore 64

Programming August 4, 2017
I have coded a very simple text scroller that uses most of the concepts explained on this article. I hope... Read more »
My Amstrad CPC 464, first tests and some pictures. PSU and a simple monochrome video cable.

My Amstrad CPC 464, first tests and some pictures. PSU and a simple monochrome video cable.

Retrocomputers repair July 29, 2017
I have recently bought this nice Amstrad CPC 464 computer. So, I was able to update my article on 8... Read more »
Commodore 1541 disk drive maintenance, part 2: head alignment

Commodore 1541 disk drive maintenance, part 2: head alignment

Retrocomputers repair July 27, 2017
Commodore 1541 alignment issues are less common than what you may think. Before going into the alignment process, some simpler... Read more »
Commodore 64 BASIC 2.0 garbage collection, strings assignments in loops

Commodore 64 BASIC 2.0 garbage collection, strings assignments in loops

Programming July 25, 2017
Strings assignments inside loops are very likely to create garbage. Even when a new string is assigned to an already... Read more »
“Hi-res” bitmap graphics with Commodore 64 BASIC 2.0, fast screen clearing routine

“Hi-res” bitmap graphics with Commodore 64 BASIC 2.0, fast screen clearing routine

Programming July 21, 2017
Bitmap graphics with Commodore 64 BASIC 2.0 is not easy, but it is possible. The problem is the lack of... Read more »

6502 assembly language: a quick overview with Commodore 64 programming examples

Programming July 16, 2017
This article is a little overview of 6502 Assembly Language, intended for those with little knowledge of 6502/6510 assembly or... Read more »
Coding a simple smooth text scroller with Commodore 64 BASIC, working with string variables

Coding a simple smooth text scroller with Commodore 64 BASIC, working with string variables

Programming July 10, 2017
Text scrollers are quite common on the Commodore 64, due to the ability of the VIC-II chip to perform fine... Read more »
Garbage collection on Commodore 64 BASIC, how to handle it

Garbage collection on Commodore 64 BASIC, how to handle it

Programming July 1, 2017
One important part of a BASIC interpreter is string handling. This can be done in two ways: either by using static strings or... Read more »
Home computer BASIC performance tests, some benchmarks

Home computer BASIC performance tests, some benchmarks

Retrotechnologies June 27, 2017
When reading some web content on home computers comparisons, I started asking myself if there is a way of evaluating performances... Read more »

A review of the Commodore 64 computer: overall features, memory management, applications

Retrotechnologies June 23, 2017
The Commodore 64 computer was a great 8 bit system in the 80’s. It featured excellent graphics and sound. Still,... Read more »
A 64K Commodore 16: how to expand its RAM memory

A 64K Commodore 16: how to expand its RAM memory

Retrocomputers repair June 22, 2017
In 1984, Commodore introduced the Commodore 16 computer. A 16 K RAM computer may seem strange in 1984, but, it... Read more »
C64 BASIC scrolling chessboards: horizontal scroll

C64 BASIC scrolling chessboards: horizontal scroll

Programming June 13, 2017
I have recently given another go on my experiments on Commodore 64 BASIC programming. I like doing graphics even without... Read more »
Building a Commodore 64 testboard, chips desoldering tips

Building a Commodore 64 testboard, chips desoldering tips

Retrocomputers repair May 28, 2017
When repairing a Commodore 64 home computer, there is a tool that is very helpful: another working Commodore 64, but... Read more »
Commodore 64 fix: blank screen, bad cassette switch sense

Commodore 64 fix: blank screen, bad cassette switch sense

Retrocomputers repair May 18, 2017
Today I fixed a 250407 board Commodore 64 with multiple issues. At the beginning, the good old blank screen was... Read more »
Knight Rider theme, a Commodore 64 SID cover with Goattracker

Knight Rider theme, a Commodore 64 SID cover with Goattracker

Retrotechnologies March 27, 2017
Knight Rider was a TV series really popular in the 80’s. The opening sequence music theme is still very famous and... Read more »
Commodore 1541 disk drive maintenance, part 1

Commodore 1541 disk drive maintenance, part 1

Retrocomputers repair March 24, 2017
Despite the design flaws it was plagued with, the Commodore 1541 has always been regarded as the standard device for disk... Read more »
Commodore 64 C repair: intermittant operation due to bad contacts on sockets

Commodore 64 C repair: intermittant operation due to bad contacts on sockets

Retrocomputers repair March 24, 2017
Commodore 64 C repair case: intermittant operation due to bad socket connections. Sometimes sockets must be... Read more »
Ocean loader music by Jonathan Dunn, a cover with Goattracker

Ocean loader music by Jonathan Dunn, a cover with Goattracker

Retrotechnologies March 14, 2017
... Read more »
Deliverance (Stormlord II) SID music cover: another Goattracker example

Deliverance (Stormlord II) SID music cover: another Goattracker example

Retrotechnologies March 8, 2017
Deliverance is a sequel to the game Stormlord and was released in 1990. It’s a difficult game with a very... Read more »
Making Commodore 64 music with Goattracker: part 2

Making Commodore 64 music with Goattracker: part 2

Retrotechnologies March 1, 2017
On this article Goattracker has been introduced and a very simple song has been created. Now we are going to refine that... Read more »
Making Commodore 64 SID music with Goattracker

Making Commodore 64 SID music with Goattracker

Retrotechnologies February 13, 2017
Commodore 64 music is really fun, and I think composing is a good way to tell others what you feel... Read more »

SID, the Commodore 64 sound chip

Retrotechnologies February 11, 2017
The sound chip of the Commodore 64 is the famous SID chip. This is one of the features of the... Read more »
Commodore 64 C RAM strange issue

Commodore 64 C RAM strange issue

Retrocomputers repair November 1, 2016
Some days ago I’ve found a Commodore 64 C I didn’t even remember I had. After some cleaning, I did... Read more »

The Atari 7800, an underrated gaming system?

Home computers history November 1, 2016
Back in the 80’s the king of 8 bit gaming consoles was the Nintendo Entartainment System, simply known as NES.... Read more »
A bigger scrolling chessboard with Commodore 64 BASIC

A bigger scrolling chessboard with Commodore 64 BASIC

Programming October 21, 2016
Commodore 64 BASIC can be very fun, even if it lacks commands. In this article I explained my way of creating a... Read more »
Commodore 64 fix: RESTORE key and power switch

Commodore 64 fix: RESTORE key and power switch

Retrocomputers repair October 20, 2016
RUN/STOP+RESTORE is a useful key combination that allows you to escape from BASIC programs and some ML programs. For instance,... Read more »
Coding a scrolling chessboard with Commodore 64 BASIC

Coding a scrolling chessboard with Commodore 64 BASIC

Programming October 18, 2016
You can achieve nice effects like a scrolling chessboard on the Commodore 64 even with BASIC. The VIC-II is really... Read more »
The Commodore 64 BASIC WAIT statement explained

The Commodore 64 BASIC WAIT statement explained

Programming October 13, 2016
Commodore BASIC WAIT statement is maybe the most difficult BASIC statement to understand. It’s very difficult to explain for sure,... Read more »
Simple but effective Commodore 64 BASIC coding

Simple but effective Commodore 64 BASIC coding

Programming October 12, 2016
Commodore 64 BASIC is known for its lack of commands and instructions. On the start-up screen message, it is said... Read more »
THT IC sockets: a comparison between them and how to use

THT IC sockets: a comparison between them and how to use

Electronics October 9, 2016
IC sockets make it possible to replace a chip with ease. No need to desolder the chip, you can just lift... Read more »
Atari 2600 and 7800: repair tales

Atari 2600 and 7800: repair tales

Retrocomputers repair October 2, 2016
Vintage Atari consoles are still really fun to use. Atari VCS / 2600 systems are known to be very reliable.... Read more »
Introducing potentiometers: how they work

Introducing potentiometers: how they work

Electronics October 2, 2016
Potentiometers are usually referred to as variable resistors. A potentiometer can be seen as a special resistor you can easily change the... Read more »
Commodore Plus/4, 16, 116: the 264 TED series

Commodore Plus/4, 16, 116: the 264 TED series

Home computers history September 19, 2016
The Commodore 64 turned out to be a commercially successful machine since the beginning. However, Jack Tramiel was worried about cheaper... Read more »

Guida alla riparazione del Commodore 64

Articoli in italiano June 18, 2016
Questo articolo non è una guida completa sulla riparazione del Commodore 64. Tuttavia, potrete trovare tutti i passi principali per poter riportare... Read more »
Commodore 64: how to repair it, step by step

Commodore 64: how to repair it, step by step

Retrocomputers repair May 29, 2016
This is not going to be a comprehensive guide on Commodore 64 repair. Still, this article will focus on the... Read more »

Il Commodore 1541, consigli d’uso e manutenzione (parte 2)

Articoli in italiano October 24, 2015
La procedura di allineamento del Commodore 1541 non è particolarmente complicata ma richiede molta pazienza, specialmente se la si vuole... Read more »

Dissaldare un integrato THT in maniera sicura

Articoli in italiano October 16, 2015
Nei retrocomputer (Commodore ma non solo) è impiegata prevalentemente la tecnologia THT (Through Hole Technology). La piastra presenta dei fori... Read more »
Commodore 64 con RAM guasta

Commodore 64 con RAM guasta

Articoli in italiano October 14, 2015
  Ho comprato un Commodore 64 da riparare e appena acceso mi sono ritrovato con questa schermata. Il messaggio di... Read more »

Il Commodore 1541, consigli d’uso e manutenzione (parte 1)

Articoli in italiano October 12, 2015
Pur con i suoi limiti e difetti, il Commodore 1541 si impose subito come lo standard per il Commodore 64... Read more »

Commodore 64: multicolor e hi-res

Articoli in italiano October 12, 2015
Nel Commodore 64 esistono due differenti approcci per la grafica: alta risoluzione (high resolution o più brevemente hi-res) e multicolor.... Read more »

Il panorama degli home computer negli anni ’80

Articoli in italiano October 12, 2015
Nel mondo di oggi non ci sono più particolari distinzioni tra i computer usati in ufficio e quelli per l’uso... Read more »

Ultimi Articoli

  • Commodore 64 clock using the CIA TOD clock (from "Compute!")
    7 months ago

    Commodore 64 clock using the CIA TOD clock (from "Compute!")

  • Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)
    7 months ago

    Commodore 64 SID music programming with BASIC – playing a simple three voices tune (part 2)

  • Making Commodore 64 music with Goattracker: part 3 - How to create a simple remake of Delta by Rob Hubbard
    7 months ago

    Making Commodore 64 music with Goattracker: part 3 - How to create a simple remake of Delta by Rob Hubbard

  • Assembly language: a simple UNNEW (OLD) utility (C64)
    7 months ago

    Assembly language: a simple UNNEW (OLD) utility (C64)

  • Commodore 64 SID music programming with BASIC – playing a simple three voices tune
    7 months ago

    Commodore 64 SID music programming with BASIC – playing a simple three voices tune

Another look at 3D graphics: fast hidden faces removal (back-face culling)

While doing even very simple 3D graphics, the need of a better rendering of images will soon arise. ...

An introduction to 6502 math: addiction, subtraction and more

Numbers can be fun, and talking about 6502 CPU math is just another way to look at topics we alrea ...

A simple text scroller coded in assemby language for the Commodore 64

I have coded a very simple text scroller that uses most of the concepts explained on this article. I ...


Commodore Banner Exchange
Insert math as
Block
Inline
Additional settings
Formula color
Text color
#333333
Type math using LaTeX
Preview
\({}\)
Nothing to preview
Insert

Hosted by AlterVista - Disclaimer - Report Abuse - Privacy Policy