Search found 1524 matches

by Paul
Sun Apr 07, 2024 7:33 pm
Forum: GAMES
Topic: Nationalities needed (claim your name in a game)
Replies: 24
Views: 2018

Re: Nationalities needed (claim your name in a game)

B = Belgium
by Paul
Tue Apr 02, 2024 12:45 pm
Forum: SALES
Topic: Memotech 16K RAM pack - working. £20 plus p&p
Replies: 8
Views: 1601

Re: Memotech 16K RAM pack - working. £20 plus p&p

Now or after you next reply you can ;)
by Paul
Wed Mar 27, 2024 4:26 pm
Forum: Hardware
Topic: SD extension on ZXpand+
Replies: 12
Views: 4293

Re: SD extension on ZXpand+

msknight wrote: Wed Mar 27, 2024 3:42 pm Stuff it. I couldn't resist. No, removing the resistor didn't solve it.
What was the value of the resistor (measured)
by Paul
Wed Mar 27, 2024 4:23 pm
Forum: Hardware
Topic: SD extension on ZXpand+
Replies: 12
Views: 4293

Re: SD extension on ZXpand+

No, please test capacitance without card installed and without inserted in zxpand My multimeter measures it (own setting) My guess would be that wire capacitance of the short lead disturbes the signal line OR That an additional 10-100uF capacitor between 3.3V and ground will help against too thin wi...
by Paul
Wed Mar 27, 2024 2:15 pm
Forum: Hardware
Topic: SD extension on ZXpand+
Replies: 12
Views: 4293

Re: SD extension on ZXpand+

Have you measured and compared the capacitances of the lines agains Ground? Especially the one of the 3.3V?
by Paul
Wed Mar 27, 2024 12:59 pm
Forum: Welcome Area
Topic: Hiya from voorsk
Replies: 6
Views: 3252

Re: Hiya from voorsk

Welcome to our forums.
Enjoy, read and ask questions, were trying to help ;)
by Paul
Tue Mar 19, 2024 4:59 pm
Forum: ZX BASIC
Topic: Strange integer behaviour
Replies: 11
Views: 2837

Re: Strange integer behaviour

1024MAK wrote: Tue Mar 19, 2024 4:28 pm The internal ROM function that converts a floating point number to a string is almost certainly the same routine that converts it for printing to the screen.

Mark
You can delete the "almost"
by Paul
Sat Mar 16, 2024 10:16 pm
Forum: Development
Topic: JOY81 - Programmable Joystick Interface for ZX81
Replies: 102
Views: 66049

Re: JOY81 - Programmable Joystick Interface for ZX81

I just ordered 20 for europe.
If no one is offering for UK I'm willing to send there too. No sending to rest of the world.
Prices when I received them.
by Paul
Fri Mar 15, 2024 10:12 am
Forum: Hardware
Topic: Atari joystick without ZXpand+
Replies: 33
Views: 4294

Re: Atari joystick without ZXpand+

Of that I'm not Shure.
But if mazogs didn't work without altering then it doesn't look into the systemvariable LASTK (which inkey does) but either uses the ROM call or own routines.
by Paul
Fri Mar 15, 2024 9:11 am
Forum: Hardware
Topic: Atari joystick without ZXpand+
Replies: 33
Views: 4294

Re: Atari joystick without ZXpand+

Inkey can only use single keys. But the ROM reads the keyboard by eight IN commands. Each can have five keys detected which makes the 40 keys. Games can do the same. But even with inkey you can use more directions. If the game takes T for up and V for down, F for left and G for right then R might be...