Search found 7 matches

by DereX81
Mon Sep 27, 2021 9:46 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

Thanks for all the feedback, I managed to test the ram with the m1not circuit activated and de-acativated here are the results: 1. m1not de-activated 2. Poked 16389 with 255, then new, peeked 16389 and got 192, as expected ramtop now 49152 3. Made a REM line with 512 bytes, copied this all the way t...
by DereX81
Sat Sep 18, 2021 12:03 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

Thanks for clearing that up Siggi :)

Does anyone know where I can find a test program that is bigger than 16k ?
by DereX81
Fri Sep 17, 2021 7:51 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

Thanks Gozzo, To be honest I’m not planning to write any code that big. I have only been able to get >16k programs to work on the ‘eighty one’ emulator on my pc, when I’ve typed in on a real zx81 they all crash, m1not or not?, probably because of the d-file straddling the 32k boundary, I’ve not trie...
by DereX81
Wed Sep 15, 2021 11:59 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

So I went back to basics and resoldered a new 1N60P Ge diode and 4k7 resistor as the M1not circuit (A) as shown in my previous post and to my delight I was able to run some M/C above 32767 in my battery backed ram circuit (attached). This also worked with Wilf Rigter's 32k barebones ram circuit, sli...
by DereX81
Fri Aug 27, 2021 10:16 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

Thanks Gozzo, The m1not circuit seems to be very elusive, I've been scouring the net for more than a month to find something different to this one (A) attached, which doesn't allow me to use M/C between 32-48K with full 64k available. I found this one yesterday from Siggi on a German forum but haven...
by DereX81
Sun Aug 22, 2021 11:46 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

Re: 32k Internal ram with m/c above 32k

Thanks both for your prompt responses My Z80 m/c programming skills are limited, but growing, so I need to keep the software side as simple as possible I'm still decimal, so sorry to all the Hexer's The m/c test i'm using is: 32768 LD BC, 65535 1, 255, 255 32771 RET 201 Then PRINT USR 32768 Of cours...
by DereX81
Sun Aug 22, 2021 3:46 pm
Forum: Hardware
Topic: 32k Internal ram with m/c above 32k
Replies: 14
Views: 5372

32k Internal ram with m/c above 32k

Hi all, This is my first post to the forum. I have installed 32k of internal ram to one of my ZX81's and would like to place some m/c in the 32-48k area. However the circuit I used has the A15 and /M1, which gives me 16-32k and 48-64k, but following various threads (m1not in particular), I believe i...