Archive

Archive for the ‘Projects / Repairs’ Category

CBS ColecoVision Repair and VDC Upgrade with Pico9918

November 1st, 2024 No comments
CBS ColecoVision Repair and Upgrade with Pico9918

I received this console to made a repair and a video chip upgrade.

The repair:

The failure appeared as a malfunction of the Joystick inserted in port #1 of the console. This problem is absolutely not new to this console.

The failure is due to the 74LS541 IC which, in addition to being uncommon (it is rarely used), is very sensitive to electrostatic electricity, consequently if you try to connect the joystick with the console turned on, the probability that it will fail is very high.

I preferred to replace with a socket for both IC, one for each joystick port, because the probability of a future failure remains very high.

Video Chip Upgrade:

I would like to point out that this CBS ColecoVision model does not have native RGB video output but only RF.

It was possible to do the Composite Video mod but since in recent months the good Troy Schrapel has released on github the Pico9918 project that completely replaces the TMS9918A video chip and the Video RAM with a very low cost i decided to do the replacement.

This Video Chip are used in many consoles and computers including the CBS ColecoVision.

The Pico9918 can be configured using a different firmware to output in VGA or via SCART RGB.

I obviously chose the RGB SCART output, the installation is quite simple, you have to unsolder the TMS9918A, insert a socket and at this point you can insert the pre-programmed Pico9918 and connect the R-G-B-GND-SYNC (H/V) signals, optional you can completely remove the PCB with the RF modulator.

The wires that you see soldered directly on the ColecoVision motherboard are for the AUDIO output (purple wire) and for the 5v (orange wire) the 5v are for the RGB switching of the TV.

The connections inside the scart connector are as follows: the 5v go to pin 8 and then via a 150ohm resistor to pin 16.

Also as you can always see from the photos i put some adhesive tape on the metal cover at the height of the Pico9918, i did it only for my personal paranoia, the metal does not touch the Pico9918 but better to be safe :-D

Gallery of the repair and upgrade:

source: github.com/visrealm/pico9918

Mattel Intellivision with ZOE RGB rev 2.0

November 1st, 2024 No comments
Mattel Intellivision with ZOE RGB rev 2.0

I installed the ZOE RGB rev 2.0 interface for a friend, this interface allows you to view the images with an RGB output signal with a much better quality instead of the only output supplied as standard which is RF.

This interface was purchased by me many years ago and was the last batch of the ZOE RGB rev v2.0 that i had assembled.

After several years i can confirm that the image quality is perfect and clear.

Gallery:

Atari Tape Recorder XC11 Pulley cap fix

November 1st, 2024 No comments
Atari Tape Recorder XC11 Pulley cap fix

Unfortunately, as often happens, the mechanics of the ATARI XC11 cassette recorder also suffer from old age problems. The cap/block of the belt drive pulley broke and consequently, being under pressure with a spring, it popped off.

I fixed the cap on the small plastic pin of the pulley with cyanoacrylate glue, it could work forever or only for a short time, only time will tell.

Gallery of the repair:

Philips Videopac G7000 Reloaded with a 100% working RGB output

October 9th, 2024 No comments

I wanted to upgrade another Philips Videopac G7000 console and adding everything i wanted to do many years ago when i only added the RGB output instead of the RF one.

While i was doing the work of modifying the console i realized that something was wrong with the games and the RGB output, some games were missing the background color or the color was faded, other times the colors are wrong, but this defect was not present with all games and therefore it was not a wiring problem (colors are not swapped likes a problem with the R-G-B wiring).

I had never realized it and probably other people have never realized it either, because it does not happen with all the games but thanks to the Flash Multicart by Andrea Ottaviani i was able to try all the software released for the G7000 and confirm that something was not working correctly.

The problem is due to the type of RGB mod, i had taken the one from the gamesx.com site as good, that is the one that has been available from about fifteen years and that almost everyone has installed but there is another mod that is completely different and above all uses a particular pin of the Intel 8048 CPU (pin 39 [T1]).

Hesitantly i wanted to try this modification and it is actually all true, it works, now the RGB mod is perfect as for the Videopac G7200 (native with RGB output) and G7400 (Native RGB by adding the components that are missing on the PCB)

Later i discovered that this RGB mod was not born like this by chance, the scheme was designed taking inspiration from the original schematic of the G7200/G7400 where this particular CPU pin is used.


Below is the list of all the modifications and enhancements that have been made:

  • RGB Mod 100% Working with a extra pin from CPU (No more missing background or colors via RGB on G7000)
  • External RGB DIN Hirschmann Connector.
  • Power external Switch with Power-On Light.
  • Power external Connector.
  • Two Joystick D-SUB external Connector.
  • Replaced the original PSU with a Mean Well EPS-15-5.
  • RF modulator removed.
  • Simple Composite Video signal amplification circuit.
  • Separate composite Video and Audio output via external RCA connectors.

Gallery of the work done:

…and now some links:

https://forum.system-cfg.com/viewtopic.php?f=18&t=10673
https://gamesx.com/wiki/doku.php?id=av:g7000_av
https://darius-saturn.com/forum/viewtopic.php?t=8342
https://www.pimparts.fr

TMS9918A/29A VDP emulation using a Raspberry Pi Pico

August 22nd, 2024 No comments

This interesting project by Troy Schrapel emulates the TMS9918A/29A VDP with a Raspberry Pi Pico.

I wanted to assemble and personally test the PICO9918 with the TI-99/4A using both the VGA output and the SCART (RGB) output and i must say that it surprised me a lot, the image is stable and the software works without any problems.

This VDP emulation has nothing to envy to the F18A implementation although the F18A has some graphics enhancements, improvements that however must be used by new homebrew software for TI-99.

Later i will do other tests with ColecoVision and MSX, i also thank Andrea Ottaviani for helping and beta testing for Troy Schrapel implementation of the SCART (RGB) output which was not foreseen in the first versions of the firmware.

I also point out that the VRAM used by the VDP is integrated into the emulation, so it is not needed,i did tests and removed part of the 4116 VRAM RAM of the TI-99/4A and everything worked regularly, so if you have a TI-99/4A, ColecoVision or other that has the classic corrupted graphics problems (VRAM), the PICO9918 will definitely solve the problem without having to replace one or more non-working RAM.

Brief description of the images that you can see in the gallery:

  • Test with VGA monitor and with scanlines emulation enabled.
  • Test with TV/monitor SCART RGB, in this case i also had to connect the 5v to the scart socket for RGB switching. The 5v go to pin 8 and then via a 150ohm resistor to pin 16, this TV/monitor without this configuration doesn’t display the RGB image correctly.

These are the computer and consoles that use this VDP:

  • ColecoVision
  • CreatiVision Memotech MTX
  • MSX1 Computer
  • NABU Personal Computer
  • Sega SG-1000/SC-3000
  • Spectravideo SV-318/SV-328
  • Sord M5
  • Tatung Einstein
  • Texas Instruments TI-99/4A
  • Casio PV-2000
  • ColecoVision ADAM Computer
  • Hanimex Pencil II
  • Tomy Tutor
  • Toshiba Pasopia-IQ MSX1 Computer
  • Yamaha CX5M MSX1 Computer
  • Telegames Personal Arcade
  • Powertran Cortex

How much did i spend for each PIC9918 ?

  • 2 x Strip Round 40 Gold Pin : €1.15
  • 1 x RP2040 Pi Core Black : €2.69
  • 1 x JLCPCB Assembled (SMD components) PCB : €7.65

More or less for each single PICO9918 complete with all components you will spend €11.49.

The price of each component also includes the cost of shipping and customs clearance.

NOTE: I forgot to write that the composite SYNC for the scart can be taken from one of the two SYNC (H/V) VGA.

Gallery:

Download: Pico9918 (VGA/SCART) Firmware v0.4.0 (PCB v0.3) (238)

source: wikipedia github

Philips Monitor VS0060-80 (CM8833/1084) PSU Repair

July 28th, 2024 No comments
Philips Monitor VS0060-80 (CM8833/1084) PSU Repair

Philips Monitor (Black) VG0060-80 Power Stage Repair, the Monitor turned off unexpectedly without any suspicious noise.

This power stage is practically identical to other monitor models, for example: Philips CM8833 and Commodore 1084, but surely there will be others that mount the same power stage.

Repair:

After removing the PCB of the power stage i took the opportunity to replace also the power switch that no longer worked properly i also replaced the exploded fuse but obviously nothing worked.

The fault was due to the TS132 transistor completely short-circuited, the diagram says that a BU806 is installed but instead a 2SC3795B is installed.

Replaced, still nothing works, i tried with the tester but i don’t find any voltage, even the 300v +/- on the capacitor C112 at this point in addition to the diode bridge (D107/D108/D109/D110) there was only the 47 Ohm 7W resistor R103 to try and in fact it was interrupted, i replaced it with a 5W one, i didn’t have a 7W one in the lab.

I used the old trick of the 100W bulb in series, in my case instead of the fuse to avoid destroying other components.

Everything worked perfectly, the bulb turned on for a minimum amount of time and then turned off and the output voltages of the power stage are all present (125v/15.8v/25.5v).

Gallery:

Download: Philips VS0060-80/CM8833/1084 Schematics (246)

A8PicoCart Flash Multicart for Atari 8-bit (XL-XE)

July 21st, 2024 No comments
A8PicoCart Flash Multicart for Atari 8-bit (XL-XE)

The A8PicoCart is a very cheap multi-cart for the Atari 8-bit (XL/XE) which you can make at home with only basic soldering skills.

The cartridge supports the following file formats: ROM/CAR/XEX and a limited support for ATR files.

Instruction manual, firmware, gerber & STL files and other documentation can be found on Robin Hedwards github page.

You can see a short video i made click here.

Gallery:

Midi Roland MT32 Audio Glitch Repair

July 21st, 2024 No comments
Midi Roland MT32 Audio Glitch Repair

This is a short story of the Roland MT32 Midi repair.

The MT32 MIDI interface had an annoying audio problem (you can listen to the audio files attached to this post).

It seemed like the classic problem of exhausted electrolytic capacitors, but instead it was due to the ROM ROLAND R15449121 (TC534000P) position IC37.

To replace the original ROM it would have been enough to use an OTP Eprom 27C040 which however i didn’t have in the laboratory so i used a FLASHROM AM29F040 by modifying some connections.

The filename of the file used to program the FLASHROM is “r15449121.ic37.bin” which you can find in the archive attached to this post.

Below is the documentation how to adapt the AM29F040 instead of a 27C040.

  • Atmel AT27C040 – 4Mb (512K x 8) OTP, EPROM (32-pin Package)
  • Amd AM29F040 – 4Mb (512K x 8) FLASHROM (32-pin Package)

Tie 29F040 WE (PIN 31) and connect to VCC (PIN 32)
Tie 29F040 A18 (PIN 1) and connect to PIN 31 on Socket or PCB

Monkey Island Audio difference before and after repair:

Gallery:

Download: Roland MT32 (various OS and extra ROMs) (254)

source: Synth Eprom Dumps

Easy way to make a RGB cable for CBS ColecoVision

June 17th, 2024 No comments
Easy way to make a RGB cable for CBS ColecoVision

I wanted to remake the RGB connections of my CBS ColecoVision console a bit and design a new diagram for connecting the RGB video output.

This console was sold with an external modulator (CBS Electronics Adaptateur Antenne 7466 – 6F) that converted the signal from RGB to RF and it seems a Scart cable was not provided for direct connection to the television.

The original ColecoVision D-SUB DB15 to Scart cable that i have doesn’t have the correct pinout but it works perfectly with another ColecoVision always with RGB output but with an internal encoder that converts the Y (B-Y) (R-Y) to RGB signals (PAL Secam Converter A).

This fact is really curious, apparently there are more versions with RGB output as well as RF.

I decided to remove the old RGB cable that i soldered internally about 15 years ago and replace it with an RGB cable connected to the Coleco native connector.

The problem with doing this operation has always been the D-SUB DB15 connector which must be of a certain size, otherwise it won’t fit.

Brilliantly solved using a SNK NeoGeo Joypad extension cable, where we have a DB15 D-SUB connector pre-cast in the plastic where all 15 pins are used (in theory only 14 are needed for the NeoGeo Joypad, but all 15 are connected)

I cut the cable from the neogeo joypad male connector side and soldered the wires to a Scart connector and for the Fast Switching signal before connecting it to pin 16 of the scart i used a 100ohm resistor in series, i did not use the Function Switching signal.

One more thing, the Audio signal from the console native RGB connector is very low, so i made a jumper (see photo) to bypass a resistor and a ceramic capacitor, therefore i took the audio directly from PIN 7 of the SN76489 (Sound Generator).

Of course everything works perfectly.

Gallery of work done:

The return of the Hybrid Sid Player Firmware update v2.00

May 12th, 2024 No comments

The return of the Hybrid Sid Player by xAD/Nightfall

Based on the Project and Hardware Schematic by Markus Gritsch released in the years 2011-2015 on the forum dangerousprototypes. Thanks Markus.

Changelog:

v2.00 – 11/5/2024

Added:

  • Added a new parameter in the configuration file (config.ini).
    • Now you can also choose the FPGASid as well as the ARMSID for SID auto switching.

Below is an excerpt from the “config.ini” file.

# FPGASid/Armsid Auto Switching (0:Disabled – 1:Socket #1 – 2:Socket #2) – default: 0
# When you use this mode the other socket it does not activate automatically.
FPGASID_SOCKET=0

  • Implemented auto switching for the FPGASid.

When choosing this mode the FPGASid must be installed ONLY in one of the two sockets,  you must also choose which socket to use for the FPGASid by editing the configuration file.

When configuring auto switching for the FPGASid during boot the SID Player is displayed the message “FPGASid Socket #” followed by the socket number where the FPGASid was configured in the configuration file.  This message is intended only to inform you that the configuration has been correctly activated.

*** Please read if you want to use the FPGASid in Auto Switching mode ***

The status LED indicating the SID that is used to play the song will remain fixed on the socket where the FPGASid was installed, therefore it will not change between Socket #1 and Socket #2.

The display of the SID model from the music track being played will consequently be displayed Only on the display.

The ‘sidSet’ mode will work exactly as before, the only difference is that if no SID is installed in the other Socket no sound will be played :-D while if a SID model 6581 or 8580 is installed you will be able to compare the fidelity of the FPGASid by switching between the two SIDs (obviously better if the same model).

The configuration of the model of the Sid with which to play the piece of music in the configuration file although working in this case it is to be considered Virtual because we would no longer have a change of state between Sockets for each SID model, therefore i decided to assign a static numbering to the SID.

  • Write 1 for the SID 8580 model
  • Write 2 for the SID 6581 model

For files in DMP format (conversion from RSID to RAW) playback is automatically forced with the 8580 SID of the FPGASid.

Jumpers to configure if the FPGASid is installed:

  • Filter capacitors (JP4/JP5 or JP6/JP7): Does not matter.
  • SID voltage 9v/12v (JP2 or JP3): Does not matter.
  • Resistor 1k (JP10 or JP15): Better to remove.

Updated:

  • Slightly fixed timing for SID song playback. Unnoticeable problem :-D

Fixed:

  • Config.ini Parser BUG. The “ARMSID_SOCKET” parameter was not read correctly.

NOTE: The SID Player currently only supports the FPGASID for SID auto switching.

Recap & Fix Shugart SA455-3AA (Motor JVC SS01AA)

April 5th, 2024 No comments
Recap & Fix Shugart SA455-3AA (Motor JVC SS01AA)

The Shugart SA455-3AA is a DSDD Floppy Disk Drive (360K).

The work that has been done:

  • Replacement of the Electrolytic Capacitors on the Motor PCB.
  • Greasing the head sliding rods with silicone grease.
  • Reconstruction of the pcb track corroded by the loss of the 10uf electrolytic capacitor.
  • Replacement terminals for selection with jumpers.
  • Ceramic capacitor replacement.
  • General cleaning.
  • Read/write test with GreaseWeazle interface.

List of replaced electrolytic capacitors:

  • 1 x 10uf 25v
  • 1 x 47uf 16v
  • 1 x 0.47uf 50v
  • 1 x 0.22uf 50v
  • 2 x 22uf 25v (non-polarized)

Gallery:

Download: Shugart SA455-SA465 Service Manual (241)

Amiga Power Supply 312503-03 Mean Well RPT-60B

March 28th, 2024 No comments
Commodore Power Supply 312503-03 Mean Well RPT-60B

I decided to replace completely the PCB of the Amiga Power Supply (312503-03) because although after replacing all capacitors 1 year ago (30/4/2023) the voltages are not always stable, especially the 5V which fluctuated between 5.2v and 6.9v.

Using a Gotek HXC drive as a floppy device has burned two USB sticks, i recovered one replacing a shorted smd capacitor.

So let’s retire the old power supply pcb and welcome to the Mean Well RPT-60B fully compatible about voltage and amperage.

I leave you the Aliexpress link.

Gallery:

The Recapping Day (A600 – A1200)

March 15th, 2024 No comments
The Recapping Day (A600 - A1200)

The usual boring replacement of all exhausted capacitors.

Gallery:

My SID Player plays SID tunes with the SIDKick-pico

January 28th, 2024 No comments

I wanted to try the SIDKick pico also with my SID Player, everything is ok, it works as well as i expected.

The green LED just below the SID Socket indicates that the SIDKick is playing.

Video:

SIDKick-Pico by Frenetic

January 27th, 2024 2 comments

SIDKick pico by Frenetic is a microcontroller-based C64 SID replacement. Analog inputs for paddles and mice are available just as for the original SID.

SIDKick pico uses firmware similar to its “big brother” SIDKick. However, the pico variant is based on the Raspberry Pi Pico board that uses the RP2040 microcontroller which is much cheaper and has better availability than the Teensy that is used by the normal SIDKick.

Technical features:

  • Dual 6581 and/or 8580 emulation based on reSID 0.16 (optional: extension for digi-playing techniques).
  • 2nd-SID address at $d400, $d420, $d500, $d420 + $d500 simultaneously, $de00, $df00 ($d500 is not available on the C128), or any address when an external chip select signal is used (e.g. on Ultimate 64 boards).
  • Paddle/Mouse support.
  • Built-in configuration menu (launch with “SYS 54301″/”SYS 54333″, also from C128-mode).
  • Sound output via PWM (mono) through the C64/C128 mainboard, or in stereo using a PCM5102A-DAC-board.
  • Flashing RGB-LED (WS2812) on GPIO 23 (installed on some Pico-clones)

My personal opinion:

My personal opinion as an inveterate purist is that no emulation or implementation will have the sound performance of the native SID (6581/8580).

I can accept as a good implementation the FPGASid and ARMSid where the developers have done a really good job.

SIDKick defends itself well and is low cost, furthermore it’s Open Source, also has a nice feature that i appreciated a lot, it has integrated configuration software that can be run with a simple SYS in both C64 and 128 modes.

So my final opinion is most people will never notice any difference, but i assure you that the differences are there, so i recommend it to everyone unless you are a SID purist.

Note:

The audio output and emulation improves if you use the PCM5102A-DAC add-on card, in my test i chose not to use it because i wanted to show you a plug’n'play without too many cables, jacks and patches. Maybe it was better to include this additional module directly on the SIDKick PCB? probably yes.

The KIT was purchased from restore-store.de, fast shipping and impeccable service.

Gallery of the shipping box:

Gallery:

Video:

source: c64-wiki.com github.com/frntc/SIDKick-pico restore-store.de