The Mensch computer uses CS0B and CS1B to map 65c22s into memory.
https://www.westerndesigncenter.com/wdc/Mensch_Computer.php
I don’t really see how CS0B can replace ports but port expansion is obvious.
In older documentation CS1B was described as COProcessor expansion; even more mysterious. But in ...
Search found 113 matches
- Sat Aug 30, 2025 4:26 pm
- Forum: General Discussions
- Topic: Putting together a 65c256s reference site
- Replies: 9
- Views: 2957
- Wed Nov 13, 2024 10:21 am
- Forum: Forth
- Topic: Original eForth
- Replies: 4
- Views: 2603
- Sat Oct 19, 2024 3:29 pm
- Forum: General Discussions
- Topic: W65C816SXB
- Replies: 10
- Views: 3568
Re: W65C816SXB
This thread might be helpful:
viewtopic.php?f=4&t=5698&hilit=W65c816sxb
viewtopic.php?f=4&t=5698&hilit=W65c816sxb
- Sun Nov 05, 2023 1:45 pm
- Forum: Hardware
- Topic: The W65C134 SXB ?
- Replies: 26
- Views: 7770
Re: The W65C134 SXB ?
If you wish to go further into the 65c134 there’s a patent available for reading:
US7123107A which can be found at google patents.
There’s also a variety of patents filed for the 65c265. Search William D. Mensch inventor.
Cheers,
Andy
US7123107A which can be found at google patents.
There’s also a variety of patents filed for the 65c265. Search William D. Mensch inventor.
Cheers,
Andy
- Wed Apr 26, 2023 8:53 am
- Forum: Programming
- Topic: Marina IP - a TCP/IP stack for Apple II
- Replies: 20
- Views: 12158
- Thu Feb 16, 2023 11:30 pm
- Forum: Hardware
- Topic: R65F11 rom disassembly?
- Replies: 3
- Views: 1864
- Sat Nov 26, 2022 1:10 pm
- Forum: Programming
- Topic: Who uses the WDC instructions for... ?
- Replies: 16
- Views: 6492
Re: Who uses the WDC instructions for... ?
The w65c134s, according to WDC’S data sheet, doesn’t include Rockwell bit manipulation op-codes.
- Sat Jun 11, 2022 7:49 pm
- Forum: Hardware
- Topic: 68881 FPU and other FPU
- Replies: 58
- Views: 13371
Re: 68881 FPU and other FPU
There’s also a redesign of the FPE and Number Cruncher coprocessor cards for the Apple IIe and IIGS here:
https://www.geekdot.com/numbercruncher-reloaded/
Cheers,
Andy
https://www.geekdot.com/numbercruncher-reloaded/
Cheers,
Andy
- Thu Jun 09, 2022 8:40 am
- Forum: Programming
- Topic: Help me pick an assembler!
- Replies: 37
- Views: 13854
- Tue May 24, 2022 9:05 am
- Forum: Forth
- Topic: Implementing Forth on an RC6502 SBC
- Replies: 16
- Views: 8630
Re: Implementing Forth on an RC6502 SBC
Historically speaking, there was Rockwell’s RSC FORTH:
viewtopic.php?f=3&t=5226&hilit=Rsc+forth
Cheers,
Andy
viewtopic.php?f=3&t=5226&hilit=Rsc+forth
Cheers,
Andy
- Sat Apr 16, 2022 3:20 pm
- Forum: General Discussions
- Topic: 65802 inventory
- Replies: 7
- Views: 1369
Re: 65802 inventory
The only source I know of is like a 65802; a 65816-6502 board here a2heaven.com.
Cheers,
Andy
Cheers,
Andy
- Wed Apr 13, 2022 12:04 pm
- Forum: Hardware
- Topic: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
- Replies: 36
- Views: 2992
Re: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
Does your custom rom contain values for calculating FCLK over 6 mhz and corresponding baud rates?
The internal rom will default to 3.68 mhz on error.
BTW congrats!
Cheers, Andy
The internal rom will default to 3.68 mhz on error.
BTW congrats!
Cheers, Andy
- Wed Apr 06, 2022 11:47 am
- Forum: Hardware
- Topic: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
- Replies: 36
- Views: 2992
Re: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
It was nice that WDC provides the source for the ‘265 monitor rom and reference manual. Out of the box the internal rom will start the ‘265 with virtually no resources only what ram, rom and I/O is on the chip. So while WDC ‘reserves’ some things for itself there’s no prohibition for writing your ...
- Tue Apr 05, 2022 8:41 am
- Forum: Hardware
- Topic: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
- Replies: 36
- Views: 2992
Re: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
I hardwired a 1.8432mhz oscillator to Timer 4 via P60. Does anyone have any idea how to use this to set the baud rates for, say, Port 3? I know to switch Bit 0 of the Timer Control Register to "1" to use that as TIN. Beyond that, I'm not sure what to do. The documentation isn't clear as to which ...
- Mon Apr 04, 2022 8:47 pm
- Forum: Hardware
- Topic: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
- Replies: 36
- Views: 2992
Re: W65C265 Multiplexed Pins (PIB and UART3) - Custom Board
If one was to turn off CS2B that would pretty much disconnect all of the internal I/O and ram from the core 65c816. The only way I can conceive of reconnecting the internal I/O and ram is reset.
Cheers,
Andy
P.S. Bill Mensch has a number of patents relating to his micro-controllers. I usually use ...
Cheers,
Andy
P.S. Bill Mensch has a number of patents relating to his micro-controllers. I usually use ...