The Atari Lynx supports cartridge sizes of 129K, 256K, 512K and 1Mb (bank switched). The Lynx cannot address data on the cartridge directly and instead uses two counters to read data. The first counter is for the block number (0 - 255), the second counter is for the position within the block (0 - 4095, depending on cartridge size). Your code must know the exact block size used on a cartridge to be able to read data from it.
Related pages:
- What's inside an official Atari Lynx cartridge?
- Atari Lynx Hardware Notes
- How to make a homebrew Atari Lynx cartridge
- Atari Lynx cartridge sticker print scan
Physical Characteristics
Pin pitch: 1.59mm
Pinout Diagram
Below is the pinout for a typical Atari Lynx Cartridge.
Pins and Functions
1 â GND 2 â D3 3 â D2 4 â D4 5 â D1 6 â D5 7 â D0 8 â D6 9 â D7 10 â CARD/OE 11 â A1 12 â A2 | 13 â A3 14 â A6 15 â A4 16 â A5 17 â A0 18 â A7 19 â A16 20 â A17 21 â A18 22 â A19 23 â A15 24 â A14 | 25 â A13 26 â A12 27 â SWCON/WE 28 â A8 29 â A9 30 â A10 31 â Vcc 32 â AUDIOIN digital I/O for 1M cards 33 â Vcc 34 â SWVCC |
Additional Information
Pins A12 - A19 are connected to the 74HC164 to select the block.
Pins A0 - A10 are connected to the 4040 to select the position within the block.
Pin A11 is missing.
The Card/OE pin is strobed on reads.
The Swcon/WE pin is strobed on writes.
Original information retrieved from RetroIsle.
Battery and SWVCC
SWVCC is an unregulated 5V supply as compared to VCC. This can be taken advantage of to measure the voltage level in the battery if a custom cart was made. The voltage on SWVCC would be Vbatt-5V-0.6V. Note that even when the Lynx is off, there is a small voltage present on both SWVCC and VCC pins at the cart connector.