My project with a w65c265s MCU.
- floobydust
- Posts: 1394
- Joined: 05 Mar 2013
Re: My project with a w65c265s MCU.
tokafondo wrote:
floobydust wrote:
Well, looking at the (W65C816SXB) schematic confirms that all 24 address lines are available on the bus connector pins 11 thru 34. When in doubt, check the schematic. In some cases, WDC documentation is shared, meaning, they likely started with the 65C02 based SXB and modified it for the 65C816 SXB. At one point, they had some pin designations showing on the wrong connector.... I think Bitwise found this one initially.
Regards, KM
https://github.com/floobydust
https://github.com/floobydust
Re: My project with a w65c265s MCU.
floobydust wrote:
tokafondo wrote:
floobydust wrote:
Well, looking at the (W65C816SXB) schematic confirms that all 24 address lines are available on the bus connector pins 11 thru 34. When in doubt, check the schematic. In some cases, WDC documentation is shared, meaning, they likely started with the 65C02 based SXB and modified it for the 65C816 SXB. At one point, they had some pin designations showing on the wrong connector.... I think Bitwise found this one initially.
If I order directly from WDC, things would go cheaper but not that cheaper because of customs, taxes and local shipping fees.
Re: My project with a w65c265s MCU.
I'm thinking in refocus my project because I don't want to make an SBC that just 'works', put a monitor in ROM and then turn it off, just like I've seen in many projects.
I want to create something I'd want to actually use. I've seen many projects of computers that would do what modern PCs do and that's not the point for me.
That way, my project will be a games console. Not 'big screen' game console but a portable one. Something you could write games for, and then play them. Sort of a Gameboy Advance thing, in a few words.
That, then will change the way I'll have to design this computer. First of all, the display. Now I'm targeting a LCD. The market is full of LCD modules with 68xx bus style access. And I want one with integrated RAM that could act as the display.
Research mode <on>
I want to create something I'd want to actually use. I've seen many projects of computers that would do what modern PCs do and that's not the point for me.
That way, my project will be a games console. Not 'big screen' game console but a portable one. Something you could write games for, and then play them. Sort of a Gameboy Advance thing, in a few words.
That, then will change the way I'll have to design this computer. First of all, the display. Now I'm targeting a LCD. The market is full of LCD modules with 68xx bus style access. And I want one with integrated RAM that could act as the display.
Research mode <on>
- BigDumbDinosaur
- Posts: 9428
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: My project with a w65c265s MCU.
tokafondo wrote:
If I order directly from WDC, things would go cheaper but not that cheaper because of customs, taxes and local shipping fees.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: My project with a w65c265s MCU.
Hi. Canary Islands is where I live.
- BigDumbDinosaur
- Posts: 9428
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: My project with a w65c265s MCU.
tokafondo wrote:
Hi. Canary Islands is where I live.
You should add your location to your user profile.
x86? We ain't got no x86. We don't NEED no stinking x86!
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: My project with a w65c265s MCU.
tokafondo wrote:
Now I'm targeting a LCD. The market is full of LCD modules with 68xx bus style access. And I want one with integrated RAM that could act as the display.
A smarter but more expensive option is an FTDI EVE based display.
https://www.ftdichip.com/EVE.htm
https://www.youtube.com/watch?v=XBN24RzOsYE
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: My project with a w65c265s MCU.
BitWise wrote:
tokafondo wrote:
Now I'm targeting a LCD. The market is full of LCD modules with 68xx bus style access. And I want one with integrated RAM that could act as the display.
A smarter but more expensive option is an FTDI EVE based display.
https://www.ftdichip.com/EVE.htm
https://www.youtube.com/watch?v=XBN24RzOsYE
Please, take a look at this one, found after extensive search:
EPSON S1D13513 Display Controller.
- BitWise
- In Memoriam
- Posts: 996
- Joined: 02 Mar 2004
- Location: Berkshire, UK
- Contact:
Re: My project with a w65c265s MCU.
tokafondo wrote:
Andrew Jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
6502 & PIC Stuff - http://www.obelisk.me.uk/
Cross-Platform 6502/65C02/65816 Macro Assembler - http://www.obelisk.me.uk/dev65/
Open Source Projects - https://github.com/andrew-jacobs
Re: My project with a w65c265s MCU.
BitWise wrote:
tokafondo wrote:
The only boards I can find with that chip are over $500 and don't come with a TFT panel.
EDIT: It's a big guy, though... And the fact that it needs its own memory makes the size of the board grow a lot.
Anyway, EPSON do have an interesting line of display controllers, some of which can drive TFT panels directly.
Re: My project with a w65c265s MCU.
BigDumbDinosaur wrote:
You should add your location to your user profile.
Re: My project with a w65c265s MCU.
BigDumbDinosaur wrote:
tokafondo wrote:
Hi. Canary Islands is where I live.
You should add your location to your user profile.
- BigDumbDinosaur
- Posts: 9428
- Joined: 28 May 2009
- Location: Midwestern USA (JB Pritzker’s dystopia)
- Contact:
Re: My project with a w65c265s MCU.
tokafondo wrote:
You wouldn't recognize many of the places were you would had been then.
x86? We ain't got no x86. We don't NEED no stinking x86!
Re: My project with a w65c265s MCU.
BigDumbDinosaur wrote:
tokafondo wrote:
Hi. Canary Islands is where I live.
You should add your location to your user profile.
I spent 2 months there in 1966. Las Palmas. I was only 10 at the time but I have vivid memories of the place. Including being able to buy a bottle of wine at that age for 15 Pesetas. Gave me a taste for the beverage.
Bill
Re: My project with a w65c265s MCU.
Hi. Just a quick update to tell you that I received today the EPSON S1D13781 chips for my project. I just ordered QFP->DIP converters to be able to put the chips in proto board for easy tinker.