Search found 344 matches

by tokafondo
Tue Aug 27, 2024 1:24 pm
Forum: Hardware
Topic: W65C265SXB 'features' and questions
Replies: 9
Views: 1616

Re: W65C265SXB 'features' and questions

Looks like I was too quick to write. @tokafondo has made the point here that the ROM can't be disabled. Oh well.

Given that, I guess I can get the system going with the WDC string in the ROM. Now to see how fast I can push the thing, given I am limited on how fast the chip can start up...

The ...
by tokafondo
Mon Aug 26, 2024 3:59 pm
Forum: Hardware
Topic: W65C265SXB 'features' and questions
Replies: 9
Views: 1616

Re: W65C265SXB 'features' and questions

I think the MyMENSCH is more flexible than the 265SXB.

Yes, premade solutions offers limited learning potential - but not "zero" learning potential.

If someone wants to design a solution that uses cpu, memory and communications and wants to learn how to make the chips work together, a thing like ...
by tokafondo
Wed Aug 21, 2024 2:47 pm
Forum: Hardware
Topic: W65C265SXB 'features' and questions
Replies: 9
Views: 1616

Re: W65C265SXB 'features' and questions

The problem with the 265SXB is that it's hard to work with when you want to use the included ports while accesing external RAM and UARTs.

All those pins have shared functions and while having great flexibility, it will be achieved only when working with the internal ROM.

So the solution is to have ...
by tokafondo
Tue Jan 23, 2024 6:47 pm
Forum: Hardware
Topic: 65c265 Disable Internal ROM via hardware
Replies: 3
Views: 2950

Re: 65c265 Disable Internal ROM via hardware

This operation mode doesn't disable the internal ROM but just put the complete system in a way it can be traced from outside.

It's called In Circuit Emulation (ICE).

That I'm writing here is what I understood from emailing WDC back in the day about this very same matter.

At last, the only way to ...
by tokafondo
Sun Dec 31, 2023 7:45 pm
Forum: General Discussions
Topic: NASA: Bus Interface Unit for TMScommunications hardware
Replies: 7
Views: 3596

Re: NASA: Bus Interface Unit for TMScommunications hardware

I read two 6522 actually, to form a 16 bit parallel bus.

There is a document about the software this unit run, but I don't see listings there
by tokafondo
Sat Dec 30, 2023 10:20 pm
Forum: Hardware
Topic: MOS 7529 + 6502: All math problems solving done
Replies: 5
Views: 1359

Re: MOS 7529 + 6502: All math problems solving done

Figure 3: Schematic Diagram of the Mathematical Function Unit. A total of 25 integrated circuits is required to accomplish the floating point and mathematical functions of a scientific calculator.

While I can't tell if that implementation is done efficiently, I found another site where they ...
by tokafondo
Sat Dec 30, 2023 7:03 pm
Forum: Hardware
Topic: MOS 7529 + 6502: All math problems solving done
Replies: 5
Views: 1359

MOS 7529 + 6502: All math problems solving done

It's not like we could get a MOS7529 these days, or at least easily. It was a "calculator chip" from MOS used in several calculators, providing advanced mathematical functions.

And you could make it work with a 6502

Part 1: https://archive.org/details/byte-magazine-1976-09/page/n27/mode/2up
Part 2 ...
by tokafondo
Sat Dec 30, 2023 4:38 pm
Forum: Programming
Topic: MACASM 6502 Macro Assembler User Manual
Replies: 0
Views: 25152

MACASM 6502 Macro Assembler User Manual

Again, no results in a search so here it is:
Quote:
6502 macro assembler for the MTU-130 computer from Micro Technology Unlimited.
https://archive.org/details/macasm-user-manual/mode/2up
by tokafondo
Sat Dec 30, 2023 4:34 pm
Forum: General Discussions
Topic: NASA: Bus Interface Unit for TMScommunications hardware
Replies: 7
Views: 3596

NASA: Bus Interface Unit for TMScommunications hardware

A prototype coaxial cable bus communication system used in the Trend Monitoring System to interconnect intelligent graphics terminals to a host minicomputer is described. The terminals and host are connected to the bus through a microprocessor-based RF modem termed a Bus Interface Unit (BIU). The ...
by tokafondo
Sat Dec 30, 2023 12:17 pm
Forum: Programming
Topic: GRASHOPPER A Low-Level Language for Use on the MOS 6502
Replies: 3
Views: 3525

GRASHOPPER A Low-Level Language for Use on the MOS 6502

A Low-Level Language for Use on the MOS 6502 Microcomputer
A low-level language, GRASSHOPPER, was developed for use as a systems programming language on the MOS 6502 microcomputer. GRASSHOPPER was designed as an alternative to assembly language for systems programming, and its use requires some ...
by tokafondo
Wed Nov 15, 2023 1:57 pm
Forum: Hardware
Topic: The W65C134 SXB ?
Replies: 26
Views: 7770

Re: The W65C134 SXB ?

Right now, I have to power on, type a 'g' command (g E000) and it launches my thing. I can get it to auto-start, but it's a bit of a one-way process and if it doesn't work I'd need to take the EEPROM chip out to reset it - although I have that technology, so maybe I shouldn't be too scared...

I ...
by tokafondo
Wed Apr 12, 2023 10:16 pm
Forum: Hardware
Topic: Latching the bank address the right way
Replies: 16
Views: 2692

Re: Latching the bank address the right way

I've kept reading about this and wondered about using a flip-flop instead of a latch. Would be of any benefit the fact that a flip-flop acts on edges and is clocked?
The latch used to generate the bank bits is a transparent latch, meaning when the latch is opened, its outputs follow its inputs. A ...
by tokafondo
Wed Apr 12, 2023 6:54 pm
Forum: Hardware
Topic: Latching the bank address the right way
Replies: 16
Views: 2692

Re: Latching the bank address the right way

I've kept reading about this and wondered about using a flip-flop instead of a latch. Would be of any benefit the fact that a flip-flop acts on edges and is clocked?
by tokafondo
Wed Apr 05, 2023 1:49 pm
Forum: Hardware
Topic: Latching the bank address the right way
Replies: 16
Views: 2692

Re: Latching the bank address the right way

Do a latch need a complete clock cycle to do its job?

I'm thinking about a latch, buffer or whatever, that would run at twice the clock of the system. Let's say, having a clock @20Mhz that would feed a counter, and that counter would have bit 0 feeding the latch and bit 1 feeding the CPU.

That ...
by tokafondo
Wed Apr 05, 2023 1:02 pm
Forum: Hardware
Topic: 65816 Data/Bus Pins.
Replies: 24
Views: 4349

Re: 65816 Data/Bus Pins.

I get you, it is not a bad chip, its just locked at 8MHz and not what I need right now.

'265s starts at 32768 hz, looks for external routines to JMP to up to three times, and if not found, it continues executing internal ROM, that is able to detect several clock speeds so it can configure its ...