100%
a2retronet-rp2040 A2PICO.v1.6 view
Description

Imported from GitHub: Toysoft/a2retronet-rp2040 · commit 319ffe0 · license MIT

Description

https://github.com/rallepalaveev/a2retronet-rp2040

README

A2retroNET RP2040

Directly connecting the Raspberry Pi RP2040 to the Apple II slot bus

Demo Program

This is a HW implementation of Oliver Schmidt's recommended designs.

Version 1.4 is the innitial design with 3x 74LVC245 and 1x 74HC08 to prove the concept. However it is obsolete as it does not switch off the Expansion ROM ($C800-$CFFF), which is always available and could cause data bus conlisions if used with other cards that use this memory space.

Version 1.5 switches off the Expansion ROM ($C800-$CFFF) when $CFFF is accessed or when reset is issued, and switches it back on again when the slot memory is accessed (IOSelect).

Version 1.6 combines 3 of the logic chips into a PLD. 74LS08, 74LS133 and 74LS02 are replaced by ATF22V10.

The RPI usage is as follows:

GPIOUsage
0UART TX
1UART RX
2 - 13A0 - A11
14R/W
15 - 22D0 - D7
26ENBL
27IRQ
28RES

Version "n" has support for a MicroSD card with no ExtROM capability.

The RPI usage of the "n" versions is as follows:

GPIOUsage
0SPI RX
1SPI CSn
2SPI SCK
3SPI TX
4NMI
5 - 12A0 - A7
13DEVSEL
14R/W
15 - 22D0 - D7
26ENBL
27IRQ
28RES

There is a suggested driver for a ProDOS block device for the "n" version.

However, there is a current need for development of a firmware for the "n" version for the RPI Pico to drive the IO with the A2 and the MicroSD card.

Comments
Sign in to comment

No comments yet. Be the first to ask about this board.