Search found 60 matches

by ThePhysicist
Tue May 17, 2022 4:11 am
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

The PCB I created (and ordered from China) worked mostly. Here are both cards combined showing text output
IMG_2280_text.jpg
and here doing graphics
IMG_2279_graphic.jpg
There are 2 problems still. Column 0 of the text output is not 100% correct, some timings seem to be off. Far worse is an ...
by ThePhysicist
Sat Apr 30, 2022 1:25 pm
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

Thanks Brad, actually I copied the Graphic part from your design :)
by ThePhysicist
Thu Apr 28, 2022 10:13 pm
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

Again - it was a very long time since the last post - but the project is still alive. Actually it's better than alive, it's working. This is a test image of pure TEXT output.
vga_text_testimage.JPG
Here's how it looks like on a breadboard:
vga_text_breadboard.JPG
I attached the schematics as ...
by ThePhysicist
Sun Oct 31, 2021 3:31 am
Forum: Hardware
Topic: Design challenge: 6502-based EPROM programmer
Replies: 145
Views: 24843

Re: Design challenge: 6502-based EPROM programmer

BillO wrote:
Didn't Ben Eater show how to build one with an Arduino?
yes he did - see https://eater.net/8bit/output
by ThePhysicist
Sun Oct 31, 2021 3:29 am
Forum: Hardware
Topic: Design challenge: 6502-based EPROM programmer
Replies: 145
Views: 24843

Re: Design challenge: 6502-based EPROM programmer

There is a fascination with being a survivalist and being independent of things like markets that don't sit still, which is why we've had discussions on computers one can boot without any ROM or µC at all. The EPROM programmer I've been using plugs into an ISA slot in the PC; but most modern PCs ...
by ThePhysicist
Sun Aug 29, 2021 3:42 am
Forum: Hardware
Topic: B36502X Single Board Computer
Replies: 69
Views: 7729

Re: B36502X Single Board Computer

I had a DS1813 working for about 2 months in my SBC and suddenly it died - maybe something similar happened here?
by ThePhysicist
Sat Jul 31, 2021 4:17 pm
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

Here is the first iteration. It uses 3 dual pot rams now - one for the character value, one for foreground and one for background. So in the end you should be able to define foreground and background color of each character. It also sprouts basic ROM and 512 MB character RAM (simply because I have ...
by ThePhysicist
Thu Jul 29, 2021 3:21 am
Forum: Hardware
Topic: W65C816 overclock experiment
Replies: 60
Views: 11854

Re: W65C816 overclock experiment

what type of ROM are you using at 33MHz?
by ThePhysicist
Thu Jul 29, 2021 3:19 am
Forum: Hardware
Topic: POC COMPUTER VERSION TWO: A New Direction
Replies: 85
Views: 14237

Re: POC COMPUTER VERSION TWO: A New Direction

Does anyone have an idea what to do with the surplus boards? Every order from pcbway has a 5 piece minimum - what do you do with the remaining 4?
by ThePhysicist
Wed Jul 28, 2021 2:55 am
Forum: Hardware
Topic: The J64C (version 0)
Replies: 39
Views: 3690

Re: The J64C (version 0)

Is that a lego baseplate?
by ThePhysicist
Tue Jul 20, 2021 2:06 pm
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

Now that 640x480 graphics are displaying nicely I'm working on getting Text display to work. 640x480 maps to 80x30 screen with a 8x16 font. So my first step was a small program to convert the VGA font from the bdf file into a complete pixel map usable in a ROM (see "create_fontrom.py" in the ...
by ThePhysicist
Fri Jul 09, 2021 3:44 am
Forum: Hardware
Topic: Version 2 of my build
Replies: 14
Views: 1311

Re: Version 2 of my build

Your cables run far nicer than my work :)
by ThePhysicist
Sun Jul 04, 2021 12:02 am
Forum: Hardware
Topic: Fake Kynar wire and not fake ISSI SRAMs
Replies: 29
Views: 3866

Re: Fake Kynar wire-wrap wire

I bought over 300 items from e-bay so far - and maybe 3 of them or so did not work out. Naturally you have to be aware what and where you buy. Don't expect golden nuggets - and if you really find one it's like a lottery ticket :)
by ThePhysicist
Sat Jul 03, 2021 4:36 am
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

second problem - without building it first on a breadboard it would never have worked. My first design was a moderate disaster......
by ThePhysicist
Sat Jul 03, 2021 3:47 am
Forum: Hardware
Topic: RFC - please dissect my design on a 6502 + VGA
Replies: 65
Views: 9160

Re: RFC - please dissect my design on a 6502 + VGA

yes, but for both AHCT as well as ACT I did not really find a lot of selection if I limit myself to through-hole chips. My SMD soldering skills are completely untested :D
Please be aware - the 6502 and all connections are on 500kHz - everything on the VGA circuit is running at 25MHz! So 74LS is ...