Search found 69 matches
- Wed Nov 01, 2023 12:30 pm
- Forum: Hardware and Tech
- Topic: PCB manufacture
- Replies: 2
- Views: 4949
PCB manufacture
Does anyone in the US know who to use to fabricate a board from KiCad? I have a circuit that I would like to have a board made from. I've been following PCBCupid on Youtube, which has been great, since I'm a beginner with board making. Any help would be appreciated. I'm at the point where I want to ...
- Mon Oct 30, 2023 10:47 am
- Forum: Hardware and Tech
- Topic: 6560 Maximum Memory
- Replies: 7
- Views: 5614
Re: 6560 Maximum Memory
I'm curious what you have there?
- Wed Oct 25, 2023 2:38 pm
- Forum: Hardware and Tech
- Topic: 6560 Maximum Memory
- Replies: 7
- Views: 5614
Re: 6560 Maximum Memory
A quick tip, all the data and address line are accessible from the character ROM chip. 

- Wed Oct 25, 2023 12:00 pm
- Forum: Hardware and Tech
- Topic: 6560 Maximum Memory
- Replies: 7
- Views: 5614
Re: 6560 Maximum Memory
You are correct Pixel. The VIC 20 Programmer's Manual lists this. VIC-9005.jpg According to this, if I were to wire memory directly to the 6560, I could address memory above $9000. I don't think I'd be able to use any of it before the end of color memory, but it might be good for a small bitmap. I d...
- Wed Oct 25, 2023 7:38 am
- Forum: Hardware and Tech
- Topic: 6560 Maximum Memory
- Replies: 7
- Views: 5614
6560 Maximum Memory
I've been pondering the VIC I chip and the memory configuration on the VIC 20. The 6560 can access 16K of memory according to the datasheet and is indicated by the address bus of the VIC I, having 14 address lines. The 6560 can access the first 8K of memory, if the VIC20 has internal 3K. Then there ...
- Wed Jan 04, 2023 1:51 pm
- Forum: Hardware and Tech
- Topic: “Vicky Twenty” - late model replacement board
- Replies: 11
- Views: 4678
Re: “Vicky Twenty” - late model replacement board
Hi, I was wondering what diodes are used for the 65c22N, both for the keyboard and the interrupt pin. I get a lot of characters on the screen without touching the keyboard when I use my 65c22N. The NMI seems to lock up the computer when I try to load a program from the 1541. Thanks everyone. Happy N...
- Mon Jan 24, 2022 11:40 am
- Forum: General Topics
- Topic: What size of memory do most VICs have now?
- Replies: 28
- Views: 9072
Re: What size of memory do most VICs have now?
My VIC has all of it's memory inside, no cartridges. Memory is installed at: $0400 - $0FFF : internal so the VIC can use it $2000 - $7FFF : internal $8000 - $8FFF : two 4K banks to share with VIC as character RAM $9800 - $9FFF : internal: IO2 IO3 $A000 - $BFFF : internal: Game RAM $C000 - $FFFF : RA...
- Tue Jan 18, 2022 2:21 pm
- Forum: Programming
- Topic: NTSC interlace detail info needed
- Replies: 32
- Views: 10063
Re: NTSC interlace detail info needed
NTSC has a total of 525 lines. I interlace mode you have 262.5 raster lines. If it takes 65 cycles to draw a complete raster line, then you would have 32.5 cycles to draw that last half-line.
- Fri Nov 12, 2021 6:31 am
- Forum: Programming
- Topic: VIC 20 W/65C816
- Replies: 4
- Views: 1154
Re: VIC 20 W/65C816
Thank you for your suggestions, I will look at them.
- Thu Nov 11, 2021 3:52 pm
- Forum: Programming
- Topic: VIC 20 W/65C816
- Replies: 4
- Views: 1154
VIC 20 W/65C816
Ok, I've got this prototype working. It's a VIC 20 with a 65C816 decoded to 128K of adressable memory. Four different versions of Commodore Basic V2.0, two with Jiffy DOS. C64 style banked memory, plus two 4K RAM banks under the Character ROM. This VIC 20 can also be turned on in stock mode also. Bu...
- Mon Nov 08, 2021 10:35 am
- Forum: Hardware and Tech
- Topic: 1541 problem: Not finding files, Killed a VIA on VIC-20?
- Replies: 2
- Views: 1085
Re: 1541 problem: Not finding files, Killed a VIA on VIC-20?
The last time I saw that a drive was running all the time, the problem was the rectifier in the 1541. Also make sure the head slides easily on its rail. Sometimes a drop of lightweight machine oil gets it moving.
- Tue Mar 23, 2021 5:01 am
- Forum: Programming
- Topic: Reason of Save-and-Replace bug? (split from: ROM calls and other tricks)
- Replies: 10
- Views: 2140
Re: Reason of Save-and-Replace bug? (split from: ROM calls and other tricks)
If you want to learn more about the SAVE@ bug on the 1541 drive, then look it up in the old Transactor magazines. In volume 6, issues 1 through 4, they address the issue and give the code to burn onto an EPROM to fix the problem.
- Tue Dec 08, 2020 2:37 pm
- Forum: Hardware and Tech
- Topic: VIC Down Under
- Replies: 2
- Views: 924
Re: VIC Down Under
Point to point wiring can look messy. All the signals required come from all over the VIC20 board. I try to find pass throughs when possible. It has a register mapped at $9200 that acts just like on the C64, $0001. The Fast Assembler can be found in the January 1986 issue of Computes' Gazzette. Here...
- Fri Dec 04, 2020 1:20 pm
- Forum: Hardware and Tech
- Topic: VIC Down Under
- Replies: 2
- Views: 924
VIC Down Under
I'm sure everyone has seen something like this, but this one is my custom build of my own design. What's different about this one, you ask? This one has RAM tucked everywhere. Banked under the Kernal, Basic, and Character ROMs. There are two 4K banks under the character ROM. Of course it has the int...
- Mon May 04, 2020 7:06 am
- Forum: Hardware and Tech
- Topic: Soliciting VIC-20 Internal memory expansion ideas
- Replies: 61
- Views: 16564
Re: Soliciting VIC-20 Internal memory expansion ideas
Brian says, address lines are having some issue. Trying to track it down. You may want to check out the address buffers and VA13. The CA13 does match up with VA13 on the schematic, it uses BLK4 to pass CA13 to VA13. What are you trying to do with the CPLD? I've tried replacing the buffers, LS245's,...