Detecting RAM size, determining type of acia/uart

Building your first 6502-based project? We'll help you get started here.
User avatar
BigEd
Posts: 11463
Joined: 11 Dec 2008
Location: England
Contact:

Re: Detecting RAM size, determining type of acia/uart

Post by BigEd »

Oh, I quite like the idea of working backwards with the write phase and then working forwards!
dwight
Posts: 213
Joined: 08 Jun 2004

Re: Detecting RAM size, determining type of acia/uart

Post by dwight »

I was just going through some post I'd not read and came across this one.
The simplest way is to make a NOP generator. Put the trigger on the chip select of the desired part and monitor what addresses generated the chip select.
You can then map out the entire machine that way ( with the possible exception of a write only port ).
Dwight
Post Reply