We are moving all Atari Lynx related content over to Atari Lynx Vault and all our shop content over to K-Retro Gaming. Please update your bookmarks!
As a result of this change, the following will no longer be available: Online Lynx Emulator, Collection Tracker, Game Ratings, News. If you are interested in contributing content to Atari Lynx Vault, we are seeking editors and maintainers.
Why is this happening? First - the Atari Gamer branding is changing to K-Retro Gaming to allow us to expand to providing games, replacement parts, and mod services to other game consoles. And second - The content management system running Atari Gamer is out of date and Google AppEngine (where the website runs) will no longer allow it to run after the 30th January 2024, so in order to preserve all content we switched to a new and modern content management system and chose a website domain that better suits the subject matter. Since we are operating this website in our spare time, on top of full time family and job committments, some features had to be dropped.
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:
Pin pitch: 1.59mm
Below is the pinout for a typical Atari Lynx Cartridge.
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.
See more Atari Lynx Programming Resources here and the following related pages:
Original information retrieved from RetroIsle.
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.