Search found 304 matches

by tdg8934
Thu Oct 17, 2019 2:46 pm
Forum: Hardware
Topic: ZxPand+ not working the same as ZxPand original
Replies: 5
Views: 2872

Re: ZxPand+ not working the same as ZxPand original

Yes I do have the AY sound interface daughter board plugged in the original ZXPand original (which is the working one).

Tim
by tdg8934
Thu Oct 17, 2019 1:51 pm
Forum: Hardware
Topic: ZxPand+ not working the same as ZxPand original
Replies: 5
Views: 2872

Re: ZxPand+ not working the same as ZxPand original

Now that I have the latest versions of firmware on both my ZXPand+ and ZXPand original, I still see this BASIC Wii Classic Controller test (below) not running right on the ZXPand+ but it runs correct on the ZXPand original. It uses the WII Classic Controller on Beans new ZXGame Interface board going...
by tdg8934
Thu Oct 17, 2019 12:52 pm
Forum: WANTED
Topic: Zeddynet wanted
Replies: 7
Views: 14885

Re: Zeddynet wanted

Are you still looking for a Zeddynet? I have one I'm not using (near Chicago, Illinois USA area).

Tim
by tdg8934
Wed Oct 16, 2019 11:39 pm
Forum: Software
Topic: ZXPand Organizer
Replies: 17
Views: 11543

Re: ZXPand Organizer

On the ZXMore I see a 144. PRINT PEEK 49151
LOAD “MYPROJ STOP “. (Shift A for the STOP)

After program runs it’s a 0 value as expected

On TS1000 I slso see a 144 under the same conditions
by tdg8934
Wed Oct 16, 2019 12:22 am
Forum: Software
Topic: ZXPand Organizer
Replies: 17
Views: 11543

Re: ZXPand Organizer

I didn’t see the lower half of your post. I made 8005 IF PEEK 49151>MAX THEN POKE 49151,0 I did this: CAT “>ORG” ORG LOAD”MYPROG STOP “ (Shift A to get STOP) LIST 8000 8000 FAST 8005 IF PEEK 49151>MAX THEN POKE 49151,0 (Add in line 8005) 8010 LET ROW=0 8020 LET PIK=PEEK 49151 : SAVE”>MYPROJ” Cycle p...
by tdg8934
Tue Oct 15, 2019 11:53 pm
Forum: Software
Topic: ZXPand Organizer
Replies: 17
Views: 11543

Re: ZXPand Organizer

Thanks Greg. I was having problem with option 1 of using lines 10 and 20 so I went with 8020 LET PIK=1

CAT “>ORG”
CAT
LOAD “MYPROJ”
GOTO 10

Works but I’d rather use RUN instead of remembering to use GOTO 10. For now I’m happy it works. Thank you.
by tdg8934
Tue Oct 15, 2019 11:01 am
Forum: Software
Topic: ZXPand Organizer
Replies: 17
Views: 11543

Re: ZXPand Organizer

Greg, I have a TS1000 and a ZXMORE (modified for a ZXPand/ZXPand+) and I see the issue happen on both of them. I am also beta testing a ZXGame Interface board for Bean thinking that might be part of the issue but found it was not. I removed the interface and the issue happens on both my TS1000 and Z...
by tdg8934
Mon Oct 14, 2019 11:35 pm
Forum: Software
Topic: ZXPand Organizer
Replies: 17
Views: 11543

Re: ZXPand Organizer

Greg, I have downloaded the ZIP file and saved it into a directory on my SD card called "Org". On the ZXPand I enter "CAT ">Org" and then CAT so I can see the P files and associated directories. I do a LOAD "MYPROJ" and the program loads and autoruns with a 3/470 break in the bottom left corner. Pro...
by tdg8934
Fri Oct 04, 2019 11:50 pm
Forum: Development
Topic: ZXmore - infos & updates
Replies: 59
Views: 36971

Re: ZXmore - infos & updates

With the modification made for the ZXPand/ZXPand+ (10k resistor on j12 A7 to +5vdc and removed jumper from A3) if gives me the same instance on all rom switch 1-7. But rom switch 0 is blank. If I connect A3 with a jumper (or other ones) then rom switch instance 0 shows a graphic scramble. I’ve showe...
by tdg8934
Fri Oct 04, 2019 5:33 pm
Forum: Development
Topic: ZXmore - infos & updates
Replies: 59
Views: 36971

Re: ZXmore - infos & updates

Thanks Mark.