Sid-20 mod for the Vic

Modding and Technical Issues

Moderator: Moderators

yoyodyne
Vic 20 Enthusiast
Posts: 173
Joined: Fri Mar 04, 2005 12:30 pm

Sid-20 mod for the Vic

Post by yoyodyne »

I've had these prototype boards that fit the vic sitting around, and
was wondering what to do with them, so I added a 6581 sid
chip to the vic-20.

I had to use an external 12v power supply to feed the sid, and I added
a regulator to keep it safe (not many 6581s around anymore!).
Maybe if I found a 9v sid, I could steal power from the user
port?

I finished putting it together tonight, and converted some of
my old (20 years!) basic sid programs to work. The sid sits
at $9800 (38912) so just change the s=54272 line to s=38912 and
my programs worked right away.

Its not very pretty yet:

http://home.alltel.net/bf63349/sid20.jpg


but it was built using parts I had (except for some capacitors I
bought at Radio Shack).


I would like to add a second sid to my 128d. Can any of you musicians
out there point me to some programs that use them?



Brian
If you document it, its not a bug, its a feature.
~
You can have peace, or you can have freedom. Just don't count on having them both at once.
~
There was a time, before we were born. If someone asks, this is where I'll be.
vic user
VicGyver
Posts: 1401
Joined: Thu Mar 25, 2004 9:40 am

Post by vic user »

nice one!

i love the pic.

chris
ruud
Vic 20 Devotee
Posts: 245
Joined: Wed Aug 04, 2004 11:26 pm

Re: Sid-20 mod for the Vic

Post by ruud »

yoyodyne wrote:I had to use an external 12v power supply to feed the sid, ....
What about building the voltage doubler the C64 uses to generate 12V?

Code: Select all

    ___
   / __|__
  / /  |_/     Met vriendelijke groet, Ruud Baltissen
  \ \__|_\
   \___|       URL: www.baltissen.org

vic user
VicGyver
Posts: 1401
Joined: Thu Mar 25, 2004 9:40 am

Post by vic user »

i found this voltage doubler info:

http://www.reconnsworld.com/power_voltdoubler.html

chris
carlsson
Class of '6502
Posts: 5516
Joined: Wed Mar 10, 2004 1:41 am

Post by carlsson »

Yoyodyne, this game is supposed to support a SID chip at $9140:

http://www.cbm.sfks.se/files/battleships.bin
http://www.cbm.sfks.se/files/battleships.doc

I suppose an internal mod is required to address some extra hardware in I/O block 1, since the cartridge port only has lines to blocks 2 and 3?
Anders Carlsson

Image Image Image Image Image
yoyodyne
Vic 20 Enthusiast
Posts: 173
Joined: Fri Mar 04, 2005 12:30 pm

Post by yoyodyne »

I thought about a voltage doubler, but the external
power supply was easiest last night. :)

Thanks for the link to the circuit!

Brian
If you document it, its not a bug, its a feature.
~
You can have peace, or you can have freedom. Just don't count on having them both at once.
~
There was a time, before we were born. If someone asks, this is where I'll be.
User avatar
GreyGhost
Vic 20 Nerd
Posts: 525
Joined: Wed Oct 05, 2005 11:10 pm

Post by GreyGhost »

Any chance of you putting a diagram of the curcuit on here for us to see? :)

Does it use an external speaker? What about using other sound chips?

Also, I have a Z80A CPU laying around. Could that be used by the Vic as maybe a co-processor or something. This stuff is a little out of my league, but I'm studying some electronics.(The talk about the reset switch and the debounce curcuit in another part of the forum got me intrested.)

Just curious,
Rob
User avatar
saundby
Vic 20 Enthusiast
Posts: 166
Joined: Wed Feb 22, 2006 11:55 pm
Website: http://saundby.com/
Location: Gold Country, CA

Z-80

Post by saundby »

Yup, with the lines the Vic brings out it would be perfectly possible to add a Z-80. You could do it something like the CP/M cart for the C-64, but a bit more intelligently. See Ruud's site for info on that cart:

http://www.baltissen.org/index.html

-Mark G.
ruud
Vic 20 Devotee
Posts: 245
Joined: Wed Aug 04, 2004 11:26 pm

Post by ruud »

GreyGhost wrote:Also, I have a Z80A CPU laying around. Could that be used by the Vic as maybe a co-processor or something.
If you want something like a cart, you can forget it. The 6502 outputs its address line directly at the expansion port, just like the 6510 in the C64. But, unlike the 6510, the 6502 cannot be tri-stated. End of the story.

I could dream up a schematic that enables you to have a Z80 parallel to your 6502 but, with no software available, will it be worth the trouble?

Feel free to email me.

Code: Select all

    ___
   / __|__
  / /  |_/     Met vriendelijke groet, Ruud Baltissen
  \ \__|_\
   \___|       URL: www.baltissen.org

User avatar
GreyGhost
Vic 20 Nerd
Posts: 525
Joined: Wed Oct 05, 2005 11:10 pm

Post by GreyGhost »

All just thoughts, like I said before I'm a novice to the max. Would a parallel application enable you to access both chips at the same time or just one or the other?
Rob
yoyodyne
Vic 20 Enthusiast
Posts: 173
Joined: Fri Mar 04, 2005 12:30 pm

Post by yoyodyne »

GreyGhost wrote:Any chance of you putting a diagram of the curcuit on here for us to see? :)
Sure! Just give me some time to make something readable! :)
It was really simple, I can give a pin by pin description.
GreyGhost wrote: Does it use an external speaker?
I added a small circuit for the audio, but it duplicates what the
64 uses between the sid and the audio output. I have an
old amplified pc-speaker that I used for the sound. I imagine you
could use other sound chips besides the sid, but I haven't any to
mess with.
If you document it, its not a bug, its a feature.
~
You can have peace, or you can have freedom. Just don't count on having them both at once.
~
There was a time, before we were born. If someone asks, this is where I'll be.
User avatar
ral-clan
plays wooden flutes
Posts: 3702
Joined: Thu Jan 26, 2006 2:01 pm
Location: Canada

Post by ral-clan »

Hi Yoyodyne and all.

Did plans for this SID add-on ever get made up? I've got the SID bug and a few extra experimenter boards (no SID chip yet though). I'd really be interested in building one of these SID-20 boards!
Centallica
Pinballer
Posts: 1090
Joined: Wed Feb 02, 2005 11:26 am

Post by Centallica »

ral-clan wrote:Hi Yoyodyne and all.

Did plans for this SID add-on ever get made up? I've got the SID bug and a few extra experimenter boards (no SID chip yet though). I'd really be interested in building one of these SID-20 boards!
You should of been at World of Commodore as Prophet54.com was there demoing their program to run off the SID...drool :D

Brian
User avatar
ral-clan
plays wooden flutes
Posts: 3702
Joined: Thu Jan 26, 2006 2:01 pm
Location: Canada

Post by ral-clan »

Yeah, I've been following the Prophet 64 project since before its release. VERY GOOD software. I'm so tempted, but I don't want to get into the whole other world of C64 collecting. I don't even have a C64, and have no room to set one up. Maybe if someone gives me one for free out of the blue one day I might buy this cartridge. But, as I said, VERY tempting.

That's sort of why I'd just like a SID cart for the VIC.
vic user
VicGyver
Posts: 1401
Joined: Thu Mar 25, 2004 9:40 am

Post by vic user »

I'm so tempted, but I don't want to get into the whole other world of C64
cue in the Star Wars music :)
Post Reply