6502.org Forum  Projects  Code  Documents  Tools  Forum
It is currently Mon May 06, 2024 10:42 am

All times are UTC




Post new topic Reply to topic  [ 23 posts ]  Go to page 1, 2  Next
Author Message
PostPosted: Fri Oct 01, 2021 10:26 am 
Offline
User avatar

Joined: Wed Feb 14, 2018 2:33 pm
Posts: 1405
Location: Scotland
In another thread I mooted a separate thread to maybe find out just how many 65816 systems there are, so I'll start with what I know:

Older, commercial systems:

  • Acorn Communicator - 1985
  • Apple IIgs - 1986
  • Super Nintendo entertainment System (SNES) 1990

Modern ones in no particular order:

  • BDD's PoC - under development.
  • Gordon/Drogon's Ruby 816
  • Neon 816 - dead end
  • Foenix - various versions - several made and sold, project moving onto other CPUs

And what else? Please add, update, correct mistakes, etc.



-Gordon

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


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 01, 2021 12:42 pm 
Offline
User avatar

Joined: Tue Mar 05, 2013 4:31 am
Posts: 1373
Good start... as I'm mostly unaware of the '816 systems.

However, would the WDC W65C816SXB being currently sold count as an '816 system?

_________________
Regards, KM
https://github.com/floobydust


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 01, 2021 1:10 pm 
Offline

Joined: Fri Apr 06, 2018 4:20 pm
Posts: 94
drogon wrote:

And what else? Please add, update, correct mistakes, etc.

-Gordon


Only two or three of these look like they are mature, but since you included a WIP in your list some of these may qualify:

https://github.com/c0pperdragon/OS816

https://github.com/halfburnttoast/TPC65_V3

https://github.com/adrienkohlbecker/65C816

https://github.com/johangroth/Saturn

https://github.com/notCalle/X65HW

https://hackaday.io/project/177856-adri ... d-computer


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 01, 2021 1:27 pm 
Offline

Joined: Fri Dec 21, 2018 1:05 am
Posts: 1076
Location: Albuquerque NM USA
UltraWarp is an accelerator card plugs into Apple II
https://wiki.reactivemicro.com/UltraWarp
Bill


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 01, 2021 6:55 pm 
Offline

Joined: Tue Jul 05, 2005 7:08 pm
Posts: 991
Location: near Heidelberg, Germany
I'll add my projects:

- a 6502 replacement/accelerator card http://www.6502.org/users/andre/pet816/index.html
- my CS/A computer with a 65816 CPU card http://www.6502.org/users/andre/csa/cpu816v2/index.html
- the MicroPET Commodore PET replica http://www.6502.org/users/andre/upet/index.html

An older commercial system famous in the Commodore community is the SuperCPU, a 20MHz accelerator for the C64.

_________________
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  
PostPosted: Fri Oct 01, 2021 7:20 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8175
Location: Midwestern USA
Other 65C816 units:


My POC V1 series now consists of four working units: V1.0, V1.1, V1.2 (first one to reach 20 MHz) and V1.3. Hardware design in all of them is stable at this point, so technically none is under development. No further design work on the V1 series is planned.

POC V2.0 is awaiting final assembly, testing and debugging, so it would qualify as "under development."

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Mon Oct 04, 2021 3:01 am 
Offline

Joined: Sat Dec 30, 2017 3:19 pm
Posts: 116
Location: Detroit, Michigan, USA
I've got one built and running, and one in development:

https://www.area73.us/cole-1-plus/

https://www.area73.us/jrc-1/


Top
 Profile  
Reply with quote  
PostPosted: Mon Oct 04, 2021 2:11 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10799
Location: England
Nice thread!

I would mention Beeb816, an in-socket upgrade for the BBC Micro and other Acorn machines, not entirely unlike the idea behind SuperCPU and UltraWarp already mentioned, and perhaps the Transwarp with '802 upgrade.

Another work-in-progress is Dominic Beesley's blitter project which has all sorts of possibilities including a 65816 running BBC Basic.


Top
 Profile  
Reply with quote  
PostPosted: Fri Oct 29, 2021 9:16 pm 
Offline

Joined: Sun May 30, 2021 2:16 am
Posts: 374
I'm working on one as well:

https://github.com/jmstein7/soft_65c816_core_SoC_23LC512

Jonathan

Code:
This project comprises a 65c816 Soft Core SoC with Serial SRAM Driver (23LC512) and XMODEM Bootloader to load your programs into RAM from a PC via a terminal program. The target here is a Xilinx Arty A7, using a soft 65c816 core, with block memory for the RAM and ROM, though the design has an additional 64k of serial SRAM mapped from 0x10000-0x20000.


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 3:31 pm 
Offline

Joined: Sun Jan 23, 2011 5:25 pm
Posts: 19
I also have an '816 project in the works.

https://bitbucket.org/danwerner21/we816

_________________
Dan Werner


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 4:53 pm 
Offline
User avatar

Joined: Thu May 28, 2009 9:46 pm
Posts: 8175
Location: Midwestern USA
danwerner wrote:
I also have an '816 project in the works.

https://bitbucket.org/danwerner21/we816

Went to take a look and got a blank page.

_________________
x86?  We ain't got no x86.  We don't NEED no stinking x86!


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 4:57 pm 
Offline
User avatar

Joined: Thu Dec 11, 2008 1:28 pm
Posts: 10799
Location: England
Funnily enough, it works for me - thanks for sharing, Dan!


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 8:24 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8432
Location: Southern California
I get a blank, white page too.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 9:10 pm 
Offline
User avatar

Joined: Wed Feb 14, 2018 2:33 pm
Posts: 1405
Location: Scotland
Bitbucket require you to accept cookies, turn off adblockers and jump through various other shenanigans just to see their advert ridden content. That's the price to pay for free hosting these days.

I get a blank page in my regular browser, but see it just fine with a sandboxed browser allowing all cookies by default, adverts allowed, canvas data extraction, selling my soul and everything else.

-Gordon

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


Top
 Profile  
Reply with quote  
PostPosted: Thu Nov 11, 2021 9:13 pm 
Offline
User avatar

Joined: Fri Aug 30, 2002 1:09 am
Posts: 8432
Location: Southern California
I allow cookies but not ads.

_________________
http://WilsonMinesCo.com/ lots of 6502 resources
The "second front page" is http://wilsonminesco.com/links.html .
What's an additional VIA among friends, anyhow?


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

All times are UTC


Who is online

Users browsing this forum: No registered users and 7 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: