
Sometimes it helps also to get it free with a resistor (the wire end put through the hole) and to cut it.
This way you destroy 14 resistors but they are not too expencive.
I have one of these and use it frequently. But not always with the wanted result. I really need to get some soldering flux (never had this up to now) and try with that.ArtemKuchin wrote:no, not an iron and a pump, but a desoldering iron with built-in pump
You do know that there was another 16k x 1 bit DRAM chip that does not need any -5V or +12V power rails?gozzo wrote:Those dreaded 4116's - would it be possible to replace the lot of them with 4164's, remove all the stupid -5 and +12v circuitry, and change the connections slightly to suit (connect previous +5v ram line [4164 -A7 - not needed] to 0v, previous ram +12v to +5v,and also previous -5v line to 0v) - as apart from the power pins and the extra A7 line, they are pin compatible - would this work? the only problem I can think of is refresh - 4116's need 128 cycles every 2ms, and 4164's, 256 every 4ms(although as you are not using A7, maybe this can be got away with??) - well, that is according to the datasheets I have for them! I was also thinking of 4164's as possible replacements for the 4532 and similar used for the upper 32k in a spectrum !
I also do not know if these are still available...Sorry, the board attachment quota has been reached.
Some 64K*1 (or *4) chips have 256-cycle refresh, some have 128-cycle refresh. The latter probably most common since they are a nice match for a Z80 that cycles through 128 refresh addresses, so these were used in a lot of systems. It depends on manufacturer & type so only a datasheet for the exact part you have, will tell.gozzo wrote:Those dreaded 4116's - would it be possible to replace the lot of them with 4164's, remove all the stupid -5 and +12v circuitry, and change the connections slightly to suit (..) the only problem I can think of is refresh - 4116's need 128 cycles every 2ms, and 4164's, 256 every 4ms
There's also 16K*4 chips that use only +5V (for example TMS4416, I've seen some from Toshiba too), primarily used with TMS9918 family chips as video RAM. But you'd rather use 64K*1 or 64K*4 simply because those are easier to find (and likely cheaper too).1024MAK wrote:You do know that there was another 16k x 1 bit DRAM chip that does not need any -5V or +12V power rails?
Neither do I. Replacing 4116's in a ZX81 RAM pack with above mod means multiplexing address lines, then de-multiplexing them, to reproduce address signals which are already present on the edge connector. Makes no sense. No need for all the mux/demux + DRAM control logic, just an SRAM is enough.Paul wrote:Have a look here: http://bitcycle.org/retro/spectrum/SRAM_replacement/ It is about replacing the lower 16K of a spectrum, but MIGHT as well work for a 16K Zeddy RAMPACK.
But I don't think this is a reasonable way.
What do you think about this?http://forum.tlienhard.com/phpBB3/viewt ... 8cd5#p6150ArtemKuchin wrote:How do i check total available memory in zx81 basic?
Oh! This is nice! ThanksPaul wrote:Sysinfo.p will give you a quick answer