Re: Anyone have a dump of the Atari Quantum 82s153 / CF2038N address decoder logic at location 1B ?

From: jrok <jrokweb_at_san.rr.com>
Date: Tue Nov 20 2012 - 14:36:50 EST

Good catch :) Thanks Tim !

So for completeness the equations are:

!NVRAM = !AS & A23 & !A22 & !A21 & A20 & !A19 & !A18
!I/O = !AS & A23 & !A22 & !A21 & A20 & !A19 & A18
!VMEM = !AS & A23 & !A22 & !A21 & !A20 & !A19 & !A18
!I/OS = !AS & A23 & !A22 & !A21 & !A20 & !A19 & A18
!VBUFEN = !AS & A23 & !A22 & A21 & !A20 & !A19 & !A18
!VD = !AS & A23 & !A22 & !A21 & A20
!VPA = ( !AS & FC2 & FC1 & FC0 ) + ( !AS & A23 & !A22 & !A21 & !A20
& !A19 & A18 )

This should by translatable into ABEL, CUPL or any GAL/PAL compiler
people favor.
Someone really should write a PLS153 to equation reverse compiler :)

- James

On 11/20/2012 10:10 AM, teeray wrote:
> Great work James, but you missed one.
>
> !VPA = ( !AS & FC2 & FC1 & FC0 ) + ( !I/OS )
>
> Or does the compiler want !VPA = ( !AS & FC2 & FC1 & FC0 ) + (
> I/OS )
>
> anyway this one will work
>
> !VPA = ( !AS & FC2 & FC1 & FC0 ) + ( !AS & A23 & !A22 & !A21 &
> !A20 & !A19 & A18 )
>
> Tim

---------------------------------------------------------------------------
** Unsubscribe, subscribe, or view the archives at http://www.vectorlist.org
** Please direct other questions, comments, or problems to chris@westnet.com
Received on Tue Nov 20 14:37:03 2012

This archive was generated by hypermail 2.1.8 : Thu Nov 22 2012 - 12:50:01 EST