Search found 992 matches

by siggi
Tue Mar 21, 2023 9:45 am
Forum: ZX BASIC
Topic: "Inline" BASIC Extensions
Replies: 31
Views: 26361

Re: "Inline" BASIC Extensions

Hi Greg nice demos :) Maybe the subroutine's interface to the machine code can be done more easily using LPRINT ; if printable characters need to be passed to m/c. Instead of poking the characters into the machine code: 21 POKE L+1, CODE C$(1) 22 POKE L+3, CODE C$(2) using 21 LPRINT C$(1 to 2); is e...
by siggi
Sun Aug 14, 2022 11:55 am
Forum: Sinclair Misc
Topic: IF I would write a book about coding a 1K ZX81.....
Replies: 11
Views: 11767

Re: IF I would write a book about coding a 1K ZX81.....

What style of writing would you like? For instance I could write it as telling my story or just like a manual explain how to get most out of 1K Maybe the structure could be like the ZX81 BASIC Manual? It is well done to learn BASIC. And to learn C, the same structure was used: https://forum.tlienha...
by siggi
Fri Jul 22, 2022 8:54 pm
Forum: Hardware
Topic: RAMPACK and Hi-RES mod ?
Replies: 23
Views: 12661

Re: RAMPACK and Hi-RES mod ?

1024MAK wrote: Mon Jul 04, 2022 11:39 am Note that modern SRAM chips are much faster than older technology SRAM chips. Access times can be much, much faster. This may cause timing problems in some circumstances.
Mark
Indeed. I STRONGLY recommend to connect the ram's /OE only to /RD AND /RFSH, never directly to GND or /CE!
Siggi
by siggi
Sun Jul 17, 2022 9:55 pm
Forum: Development
Topic: TURBO C - BGI DEMO
Replies: 2
Views: 1297

Re: TURBO C - BGI DEMO

A nice demo. Thanks.
Could you also post the original and the adapted source?

Siggi
by siggi
Tue Jun 28, 2022 9:33 pm
Forum: GAMES
Topic: Hangman game
Replies: 9
Views: 7400

Re: Hangman game

Hi Stefano something is strange: when I enter the first letter of the secret word to be found, it is shown on screen (upper line), but is overwritten by the second letter entered later. All following entered letters are shown correctly on screen. I used a real Zeddy with BigBang-rom and EOV1.23 (sam...
by siggi
Fri May 20, 2022 9:01 pm
Forum: Software
Topic: Pascal for ZX81
Replies: 71
Views: 21815

Re: Pascal for ZX81

Thanks for this Christoph. :D It is a shame that partial Pascal cannot do more because I think it is good to have other languages for the Zeddy and try a different way of working. It is also a shame you cannot access the full 32 k of the ZXpand which for example H4th can do ( although it still uses...
by siggi
Fri May 20, 2022 9:34 am
Forum: Hardware
Topic: Logitek 8240.56.1 Expansion Board for ZX81?
Replies: 7
Views: 1621

Re: Logitek 8240.56.1 Expansion Board for ZX81?

Google found: "Full text of "c't (Magazin fuer Computertechnik) 12/1983"" https://archive.org/stream/ct8312/ct8312_djvu.txt Zubehör von Logitek Druckerinterface für ZX-Spectrum LPRINT, LUST, COPY läuft nun auch mit EPSON und Seikosha Druckern MX-80, GP-80 usw. Druck ohne Zeitverlust wie bei Druckerp...
by siggi
Tue May 17, 2022 7:00 pm
Forum: Hardware
Topic: If the R reg is used for video, how does it find time to refresh memory?
Replies: 3
Views: 1147

Re: If the R reg is used for video, how does it find time to refresh memory?

AFAIK Memotech (and Sinclair?) ram packs have their own refresh counter. And other ram packs often use static ram, which does not need refresh.
Futhermore any usual ram access also does a refresh of the accessed ram columns.
by siggi
Tue May 17, 2022 1:56 pm
Forum: Software
Topic: Pascal for ZX81
Replies: 71
Views: 21815

Re: Pascal for ZX81

There is a thread in the German Forum which gives possibilities to use partial Pascal without the need of using tape. It's for 48K RAM only, so not suitable for plain ZXPAND users. https://forum.tlienhard.com/phpBB3/viewtopic.php?t=4076 Meanwhile there is also a solution for "plain ZXPAND users" (3...
by siggi
Mon May 16, 2022 6:07 pm
Forum: Software
Topic: Pascal for ZX81
Replies: 71
Views: 21815

Re: Pascal for ZX81

If you have the manual as DOC (MS-Word) or Open Office file, I could do the changes in that document and send it back to you.

Or I could make screenshots of the errors and could add a description, what needs to be done.