[WANTED] 2 things that do not (yet, I hope) exist
[WANTED] 2 things that do not (yet, I hope) exist
This is not a typical wanted post, but there are 2 things that I'd pay money for:
1) Lynx battery mod - Lynx eats through AAA batteries very fast. I'd like to buy a mod that would replace them with with rechargeable batteries (laptop cell?) with integrated charging circuit so I dould use my phone charger with them.
2) (I do not know if it is possible, please people who know say so): Falcon accelerator with dual port ST-RAM. This solution would have very fast ST-RAM that can be accessible both by the chipset and CPU at the same time. Only IO space ($00FF0000-$00FFFFFF IIRC) should be routed by original Falcon bus. This would give us very fast ST-RAM. Is it possible?
1) Lynx battery mod - Lynx eats through AAA batteries very fast. I'd like to buy a mod that would replace them with with rechargeable batteries (laptop cell?) with integrated charging circuit so I dould use my phone charger with them.
2) (I do not know if it is possible, please people who know say so): Falcon accelerator with dual port ST-RAM. This solution would have very fast ST-RAM that can be accessible both by the chipset and CPU at the same time. Only IO space ($00FF0000-$00FFFFFF IIRC) should be routed by original Falcon bus. This would give us very fast ST-RAM. Is it possible?
Re: [WANTED] 2 things that do not (yet, I hope) exist
If you upgrade your Atari Lynx screen the battery life improves no-end. But if you don't want to do that Best Electronics in USA sells an external rechargeable battery pack.
https://www.best-electronics-ca.com/lynx_bp.htm
https://www.best-electronics-ca.com/lynx_bp.htm
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
- rubber_jonnie
- Site Admin

- Posts: 15026
- Joined: Thu Aug 17, 2017 7:40 pm
- Location: Essex
- Contact:
Re: [WANTED] 2 things that do not (yet, I hope) exist
I agree with @alexh , upgrade the screen and battery life will be much improved.
I used a BennVenn screen in mine, and liked it so much I fitted a BennVenn screen to my Game Gear too, and it was equally brilliant.
I used a BennVenn screen in mine, and liked it so much I fitted a BennVenn screen to my Game Gear too, and it was equally brilliant.
Collector of many retro things!
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
800XL and 65XE both with Ultimate1MB,VBXL/XE & PokeyMax, SIDE3, SDrive Max, 2x 1010 cassette, 2x 1050 one with Happy mod, 3x 2600 Jr, 7800 and Lynx II
Approx 20 STs, including a 520 STM, 520 STFMs, 3x Mega ST, MSTE & 2x 32 Mhz boosted STEs
Plus the rest, totalling around 50 machines including a QL, 3x BBC Model B, Electron, Spectrums, ZX81 etc...
Re: [WANTED] 2 things that do not (yet, I hope) exist
I'm not aware of anything that does this, but a similar idea is on my (very long) list of things I'd like to work on.AdamK wrote: Thu Nov 23, 2023 9:42 am 2) (I do not know if it is possible, please people who know say so): Falcon accelerator with dual port ST-RAM. This solution would have very fast ST-RAM that can be accessible both by the chipset and CPU at the same time. Only IO space ($00FF0000-$00FFFFFF IIRC) should be routed by original Falcon bus. This would give us very fast ST-RAM. Is it possible?
I'd not do it with dual ported RAM, but I'd emulate DRAM with SRAM, providing lots of down cycles to service a parallel interface to a 50MHz 030 in the expansion port.
So yes, I'm sure it's doable. No, I'm not sure such a thing yet exists.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Re: [WANTED] 2 things that do not (yet, I hope) exist
I have screen upgrade it is great. I know that battery pack exist, but I'd really like to have something I described.alexh wrote: Thu Nov 23, 2023 11:52 am If you upgrade your Atari Lynx screen the battery life improves no-end. But if you don't want to do that Best Electronics in USA sells an external rechargeable battery pack.
https://www.best-electronics-ca.com/lynx_bp.htm
Re: [WANTED] 2 things that do not (yet, I hope) exist
SRAM will probably do well, but I'm worried about a cost. How much 16MB SRAM costs today? Also, why not go past 030? There is 080 and PiStormBadwolf wrote: Thu Nov 23, 2023 12:55 pmI'm not aware of anything that does this, but a similar idea is on my (very long) list of things I'd like to work on.AdamK wrote: Thu Nov 23, 2023 9:42 am 2) (I do not know if it is possible, please people who know say so): Falcon accelerator with dual port ST-RAM. This solution would have very fast ST-RAM that can be accessible both by the chipset and CPU at the same time. Only IO space ($00FF0000-$00FFFFFF IIRC) should be routed by original Falcon bus. This would give us very fast ST-RAM. Is it possible?
I'd not do it with dual ported RAM, but I'd emulate DRAM with SRAM, providing lots of down cycles to service a parallel interface to a 50MHz 030 in the expansion port.
So yes, I'm sure it's doable. No, I'm not sure such a thing yet exists.
BW
- stephen_usher
- Site sponsor

- Posts: 7454
- Joined: Mon Nov 13, 2017 7:19 pm
- Location: Oxford, UK.
- Contact:
Re: [WANTED] 2 things that do not (yet, I hope) exist
Dual ported RAM is no better than normal RAM for this application as when one side is reading or writing the other side is blocked from access and has to wait. I've looked into this for another project. Also dual ported RAM is VERY expensive.
Intro retro computers since before they were retro...
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
ZX81->Spectrum->Memotech MTX->Sinclair QL->520STM->BBC Micro->TT030->PCs & Sun Workstations.
Added code to the MiNT kernel (still there the last time I checked) + put together MiNTOS.
Collection now with added Macs, Amigas, Suns and Acorns.
Re: [WANTED] 2 things that do not (yet, I hope) exist
You can also get the adapter that lets you plug your Lynx into any USB port for
a power supply.
As long as you're inside or in a vehicle, you're golden.
https://songbird-productions.com/produc ... r-adapter/
PS I did the screen upgrade on my Lynx - 100% highly recommended!
a power supply.
As long as you're inside or in a vehicle, you're golden.
https://songbird-productions.com/produc ... r-adapter/
PS I did the screen upgrade on my Lynx - 100% highly recommended!
Welcome To DarkForce! www.darkforce.org "The Fuji Lives.!"
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Atari SW/HW based BBS-Telnet:darkforce-bbs.dyndns.org 1040
Re: [WANTED] 2 things that do not (yet, I hope) exist
I did a Benn Venn screen upgrade on my Lynx II along with an ElcheapoSD cart and have been using it on Rechargeable batteries.
Originally I got two sets of batteries so I could swap them out but it lasts for so long I now only use the one set.
Originally I got two sets of batteries so I could swap them out but it lasts for so long I now only use the one set.
Re: [WANTED] 2 things that do not (yet, I hope) exist
About £5 per megabyte if you have space for 7 chips.AdamK wrote: Thu Nov 23, 2023 2:16 pmSRAM will probably do well, but I'm worried about a cost. How much 16MB SRAM costs today?Badwolf wrote: So yes, I'm sure it's doable. No, I'm not sure such a thing yet exists.
A few reasons.Also, why not go past 030? There is 080 and PiStorm![]()
1) I have several 50MHz 030 board and know how to do them.
2) 080 isn't a real processor and almost certainly doesn't work with the ST series.
3) In an experiment alter as few variables at once as possible. Preferably only one at a time.
4) PiStorm struggles to service a 4MB/s 8MHz ST memory bus, it would get precisely zero benefit on a Falcon bus which is already up to twice as fast.
BW
DFB1 Open source 50MHz 030 and TT-RAM accelerator for the Falcon
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark
Smalliermouse ST-optimised USB mouse adapter based on SmallyMouse2
FrontBench The Frontier: Elite 2 intro as a benchmark