Search found 1911 matches

by mrtinb
Sat Sep 07, 2019 11:05 pm
Forum: Hardware
Topic: 32 kb ROM patch.
Replies: 9
Views: 2771

Re: 32 kb ROM patch.

Reading zxdocs I see what you say. Basic Vars can be above $C000, but Basic code cannot because the D-file has to be below. 48K RAM RAM is located at 4000h-FFFFh, same restrictions as for 32K RAM apply. The memory at C000h-FFFFh can be used as data storage only, but not for machine code execution, a...
by mrtinb
Sat Sep 07, 2019 10:37 pm
Forum: Hardware
Topic: 32 kb ROM patch.
Replies: 9
Views: 2771

Re: 32 kb ROM patch.

I think we misunderstand each other.

I asked: Why not set the RAMTOP to FFFF?

Because this memory will be fine for all except executing ML.

I assume Basic lines can be there, and I assume Basic Vars can be there. Only problem will be if D-File is on top of the $8000 address.
by mrtinb
Sat Sep 07, 2019 12:01 pm
Forum: Software
Topic: Memotext & word processing in general
Replies: 87
Views: 86896

Re: Memotext & word processing in general

Paul wrote: Thu Aug 15, 2019 5:51 pm The tape version for zxpand is now being tested.
Hi Paul :)

Anything keeping you from sharing the dumped ROM? I know I will not be able to print without one of Memotech”s I/F, but I’m curious to see the software. And maybe I can use it with ZXblast dump feature, or patch it for ZXpand.
by mrtinb
Sat Sep 07, 2019 7:14 am
Forum: Hardware
Topic: 32 kb ROM patch.
Replies: 9
Views: 2771

Re: 32 kb ROM patch.

But this is only a limit for ML. Basic should have no problem using all memory, right?

This modification will be to set the RAMTOP, so you don’t need to set it yourself with POKE/NEW, right?

Why not test the full RAM, to get RAMTOP set right from the start.
by mrtinb
Thu Sep 05, 2019 9:41 am
Forum: Hardware
Topic: 32 kb ROM patch.
Replies: 9
Views: 2771

Re: 32 kb ROM patch.

Any reason why RAM check can't go to FFFF?
by mrtinb
Tue Sep 03, 2019 4:24 pm
Forum: Emulators
Topic: sz81 emulator
Replies: 49
Views: 42987

Re: sz81 emulator

To my knowledge the only emulator supporting ZXpand is EighthOne. ZXpand support is needed.
by mrtinb
Tue Sep 03, 2019 5:17 am
Forum: Hardware
Topic: A homemade ZX81 keyboard of wood
Replies: 13
Views: 5988

Re: A homemade ZX81 keyboard of wood

The German ZX-Team has made a few of the keyboards with PCB and custom keys. It seems the fabrication of custom keys are only done by few companies world wide, and are very expensive in small volumes. Since this is spare time and private funding I think it will be another year before it's publicly a...
by mrtinb
Wed Aug 28, 2019 10:05 pm
Forum: Hardware
Topic: A homemade ZX81 keyboard of wood
Replies: 13
Views: 5988

Re: A homemade ZX81 keyboard of wood

As for Break on/off: Being able to disable Space, so it will not send Break, cannot be implemented in hardware alone. As there is no hardware distinction between Space and Break. Here the ZX81 system ROM has to be updated. E.g. ZXpand can be configured so break is Shift-Space/£ instead, but this is ...
by mrtinb
Wed Aug 28, 2019 9:32 pm
Forum: Hardware
Topic: A homemade ZX81 keyboard of wood
Replies: 13
Views: 5988

Re: A homemade ZX81 keyboard of wood

REP ON/OFF is most likely repeat on/off.