6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Wed May 29, 2024 3:20 am

All times are UTC




Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: The J64C
PostPosted: Wed Sep 06, 2023 6:39 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Hi Guys,

I have recently bit the bullet to get back in to attempting to make some sort of homebrew computer and after only a couple of weeks I have done a fair bit of the groundwork.

It's a simple build with just a few components (for now) and runs pretty stable at 5 MHz, which is pretty good considering the state of the wiring. :lol:

It presently consists of the following and will most certainly be expanded upon-

    CPU: W65C02
    RAM: 128K (64K accessible)
    ROM: ATMega 8535
    I/O: 1x W65C22
    Address Control: Xilinx XC9535XL
    VGA: GameDuino

Very limited right now and constructed with parts that I happened to have on hand, hence some of the design choices. There is no form of input yet. That's next on the to-do list.

Here's a gif of it running side by side with identical code base vs a Commodore 64. (C64 left, J64C right).

Attachment:
IMG_E0093_1.gif
IMG_E0093_1.gif [ 6.7 MiB | Viewed 4904 times ]


I'm extremely happy with the progress so far and have had many sleepless nights working out and resolving various problems along the way.


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Wed Sep 06, 2023 7:35 am 
Offline
User avatar

Joined: Wed Feb 14, 2018 2:33 pm
Posts: 1418
Location: Scotland
Well done!

I did look at the Gameduino way back for my project but went another route - are you using the original or the newer 3X one? The key would be getting high speed SPI going...

-Gordon

_________________
--
Gordon Henderson.
See my Ruby 6502 and 65816 SBC projects here: https://projects.drogon.net/ruby/


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Wed Sep 06, 2023 7:45 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Thanks Gordon!

It's the original GameDuino here. I grabbed a couple a while back for 'future projects'. :D

Yep! I have some ideas in mind for getting the SPI running much faster (hopefully 8x). Also on the long to-do list.


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Mon Sep 11, 2023 2:26 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Just ordered some boards through PCBWay. :D

Just has a couple of ports allocated though an edge connector for now. That should give me enough to play with for a little while, until the next version.

Attachment:
j64c.png
j64c.png [ 93.43 KiB | Viewed 4790 times ]


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Mon Sep 11, 2023 5:10 pm 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 997
Location: near Heidelberg, Germany
You have edge connector plugs at hand? I tend to use pin headers for IO as they are cheaper.

Edit: but cool build!

_________________
Author of the GeckOS multitasking operating system, the usb65 stack, designer of the Micro-PET and many more 6502 content: http://6502.org/users/andre/


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Mon Sep 11, 2023 10:06 pm 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Thanks!

Yep, I have a bunch of edge connectors on hand that I bought on Ali Express a while back for next to nothing.


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Tue Sep 19, 2023 7:05 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Attachment:
IMG_1482.jpeg
IMG_1482.jpeg [ 2.16 MiB | Viewed 4615 times ]

The boards are in! Wish me luck! :lol:


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Tue Sep 19, 2023 9:04 am 
Offline
User avatar

Joined: Mon Aug 30, 2021 11:52 am
Posts: 270
Location: South Africa
Good luck! I'm liking the few component build and I'm sure assembly will all go swimmingly !


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 8:13 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Well this turned out to be better than anticipated. My first attempt at a homebrew computer is working perfectly!

Started out at 1.5 MHz, but had some initial issues getting beyond that. I seemed to be able to iron out the quirks in the bootloader/reset side of things and sorted that out.

I have a jumpered clock divider, being driven be a 25.175 MHz can oscillator and gradually tested doubling the 1.5 MHz, restarting the board.

    1.57 MHz - Stable
    3.15 MHz - Stable
    6.3 MHz - Stable
    12.59 MHz - Stable

I thought. What are the chances I can bypass this setup altogether and it still work? So I thought, I'll give it a try.

Attachment:
F6iM1G1akAANgZm.jpg
F6iM1G1akAANgZm.jpg [ 908.3 KiB | Viewed 4542 times ]

25.175 MHz! Still stable!!! Been running on my bench for the past hour, doing its thing sending data to the screen via a GameDuinio board. Craziness!

Not even sure what this thing will top out at, but it's going far beyond my wildest expectations.

Will keep you all posted! :D


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 10:19 am 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
Very nice! For this sort of thing I'd recommend running the Dormann test suite, I rigged it to run in an endless loop for soak testing and found it quite good for catching bugs I'd otherwise never have found.

It's also interesting to see how fast you can take the 65C22, I'm not sure if anybody has explored that yet. You'd probably need to write a test suite for all of its functionality to be sure.


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 10:27 am 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Thanks gfoot! Much to test here that's for sure and lots of coding ahead. 8)

I think Plasmo has had a bit of experience with overclocking, getting in to the low 30's from memory.

Going to be heaps of fun with this project though. I'm beyond happy with the progress so far.


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 11:15 am 
Offline

Joined: Fri Jul 09, 2021 10:12 pm
Posts: 741
Plasmo got to the high 30s, but I don't think he had a 65C22 in the circuit so that may be the biggest question mark. Other than that, if your CPLD and address decoding are fast enough then hopefully you'll get similar results!


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 12:05 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1079
Location: Albuquerque NM USA
The fastest I ran 65C22 was 24MHz. 65C22 and W65C02 use the same 0.6u lithography so I think a simple RAM, ROM, W65C02, and W65C22 design similar to ZG6502 may run into 30+ MHz, ROM access time is the bottle neck. The original ZG6502 can only run 7.37MHz because W65C51 is the bottleneck.

I'm convinced that 25.175MHz is a stable frequency for W65C02. My most recent design just assumes 25.175MHz will work even with few expansion boards.
Bill


Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 10:11 pm 
Offline

Joined: Sun Jul 11, 2021 9:12 am
Posts: 137
Probably sounds far fetched. But I have this running next to me right now at 40 MHz!

Attachment:
bmp_305_000.png
bmp_305_000.png [ 14.48 KiB | Viewed 4468 times ]


Attachment:
IMG_1507_1.gif
IMG_1507_1.gif [ 6.67 MiB | Viewed 4468 times ]


Added a gif video showing how the screen is being filled and cleared (which you can compare with the one in the first post here).

Safe to say the W65C22 isn't going to cause as much of a bottleneck as people would think. Time to push on and see where the upper limit is! 8)


Edit - Make that 50 MHz!!! 8)

50 MHz seems to be where it caps out before it cracks it. Time to play with clock stretching and see if I can squeeze any more.


Ah man... Scratch all of that. I was feeding that clock in to a clock divider. So I'm still running at 25 MHz. :oops:

Still the gif video above still stands. It's moving along very nicely!


Last edited by J64C on Thu Sep 21, 2023 10:53 pm, edited 1 time in total.

Top
 Profile  
Reply with quote  
 Post subject: Re: The J64C
PostPosted: Thu Sep 21, 2023 10:48 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1079
Location: Albuquerque NM USA
40Mhz is realistic. I have a hand wired design that does 40Mhz with elevated supply voltage of 5.4V. I have a revised pc board coming in next week that I hope to run 40Mhz at nominal 5V.

50Mhz is incredible!
Bill


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 18 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 34 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to: