Search found 2085 matches

by dr beep
Sat Mar 09, 2024 5:51 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

I made a simple testprogram out of a game.
HR-test.p
(542 Bytes) Downloaded 31 times

After NEWLINE you will see 16 hires lines (well more, but also lines with zero)

First line 1 and 1
spaceline
Second 2 and 2
spaceline
Third 4 and 4
etc....

So you can see which bit are set by your computer.
by dr beep
Sat Mar 09, 2024 5:40 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

Closer look at the picture

First thought:
The text is ok, but some bits are
somehow set.

The best thing you could have is a simple
display with just 1 (adjustable) value and see how that display appears.
by dr beep
Sat Mar 09, 2024 5:08 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

msknight wrote: Fri Mar 08, 2024 2:13 pm I'm not dissing the game, or your fine work in any way, shape or manner.
I don't take it in that way.

I can take a look what value from which address must be read/shown if that can help?

Hardware itself I can't help you with.
by dr beep
Fri Mar 08, 2024 3:11 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

AFAIK Berzerk is pseudohires
by dr beep
Fri Mar 08, 2024 2:07 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

I can tell you exactly what value must be read but not ATM.
Tonight earliest.

I WROTE THE GAME
by dr beep
Fri Mar 08, 2024 1:43 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

The lowres display is ok, problem is in the hiresdisplay.
by dr beep
Fri Mar 08, 2024 1:42 pm
Forum: Hardware
Topic: RAM speed issue
Replies: 29
Views: 3286

Re: RAM speed issue

This game is the first to use executable code in upper memory, but that should not be the problem
by dr beep
Fri Mar 08, 2024 5:41 am
Forum: Development
Topic: ZX81, Alternate Register Pair HL' Used By System?
Replies: 9
Views: 3371

Re: ZX81, Alternate Register Pair HL' Used By System?

I think it interesting that this detail is conspicuously missing from the ZX81 User Manual, especially when it addresses which registers not to mess with. It doesn't seem like such a minor detail to me. The manual also doesn't mention the use of IX or A' which you can only use in a special way. IX ...
by dr beep
Thu Mar 07, 2024 6:23 pm
Forum: Development
Topic: ZX81, Alternate Register Pair HL' Used By System?
Replies: 9
Views: 3371

Re: ZX81, Alternate Register Pair HL' Used By System?

stroebeljc wrote: Thu Mar 07, 2024 6:04 pm HL' is used by the FP calculator when machine code is launched using USR in BASIC. So you need to do what dr beep says and save-and-restore it.
Wow.... a 2015 thread revived!
Well if it helps anyone, why not!
by dr beep
Thu Mar 07, 2024 1:32 pm
Forum: Development
Topic: PACMAN 1K
Replies: 27
Views: 6663

Re: PACMAN 1K

Latest version now gives a bonuslife every 10.000 points.