Search found 1199 matches

by bwinkel67
Sun Nov 01, 2020 5:05 am
Forum: Links to QL Services and Websites
Topic: Moved ZXSimulator page to better free hosting site
Replies: 11
Views: 13513

Re: Moved ZXSimulator page to better free hosting site

So the free hosting site I use for ZXSimulator, FreeWHA.com, started to automatically add a watermark at the bottom of my page. It simply said "Powered by FreeWHA.com" and they used the <div style=...> tag to do that. Somehow, it would be automatically added to the cache of the HTML file (...
by bwinkel67
Sun Nov 01, 2020 12:39 am
Forum: General QL Chat
Topic: #QLvember
Replies: 61
Views: 18844

#QLvember

Hi all, A few of us are going to be doing some QL specific YouTube videos for the month of November. We're tagging each with #QLvember for lack of a better name. This is similar to how Radio Shack was being supported back in September with #SepTandy videos. On the forum we have myself (8-Bit Retro J...
by bwinkel67
Thu Oct 29, 2020 9:19 pm
Forum: Software & Programming
Topic: ZXSimulator
Replies: 148
Views: 51951

Re: ZXSimulator

An itsy bitsy bug that I had added when I fixed AND and OR. I didn't allow for: IF I>10 AND A$<>"Q" THEN or IF A$="C" AND I<100 THEN So if an equality had a string in it I'd flag it as incorrect...fixed now... zx.zip I found the bug because I finally was able to retrieve an old Z...
by bwinkel67
Mon Oct 26, 2020 4:21 am
Forum: Software & Programming
Topic: ZXSimulator
Replies: 148
Views: 51951

Re: ZXSimulator

Fixed a few issues...all Jim's fault as I tried to run his Hex/Doz-idecmial Fraction Converter programs and had, after some debugging, finally figured out my indexing was completely wrong (though it worked for single dimensional arrays just fine): I was computing multi-dimensional array indices for ...
by bwinkel67
Mon Oct 26, 2020 3:26 am
Forum: Software & Programming
Topic: Dr. Jim's QL Dumping Ground
Replies: 94
Views: 26640

Re: Dr. Jim's QL Dumping Ground

ZXSimulator was able to run both of your ZX81 programs without any change needed in their BASIC:
hexfrac.png
dozfrac.png
by bwinkel67
Sat Oct 24, 2020 11:44 pm
Forum: Software & Programming
Topic: ZXSimulator
Replies: 148
Views: 51951

Re: ZXSimulator

Who'd ever have thought that a sort-of-joke program written after an actual-joke thread on World of Spectrum 16 years ago would actually be of use! I get excited when I find a BASIC program that doesn't use any machine code or Peeks/Pokes and that I don't have to type in and can try on my emulator....
by bwinkel67
Sat Oct 24, 2020 10:48 pm
Forum: QL Wiki
Topic: QLWiki updated to latest version
Replies: 21
Views: 19066

Re: QLWiki updated to latest version

I'm going to take a copy of the QLWiki and load it on a local server and see if i can work out what is going on. In the logs I have access to on the live system, there are no errors shown in the logs, so we don't have a lot to go on. Work is pretty hectic at the moment, but I'm hoping to do this ov...
by bwinkel67
Sat Oct 24, 2020 9:09 pm
Forum: Software & Programming
Topic: ZXSimulator
Replies: 148
Views: 51951

Re: ZXSimulator

Another bug fix, thanks to: I call it Spectribution , and it features: Here is the updated version: zx.zip I tried one of Jim's programs called "Advanced Horseshoe Magnet Simulator" and not only did it crash, but it killed my heap. Turns out I had a major bug with how I was handling array ...
by bwinkel67
Sat Oct 24, 2020 8:20 pm
Forum: Hardware
Topic: motherboard mod
Replies: 6
Views: 1647

Re: motherboard mod

Yup, that's what my US version looks like. Not sure what all that is for.
IMG_0513.JPG
by bwinkel67
Wed Oct 21, 2020 5:13 pm
Forum: Links to QL Services and Websites
Topic: Moved ZXSimulator page to better free hosting site
Replies: 11
Views: 13513

Re: Moved ZXSimulator page to better free hosting site

Started this project a few months ago after this thread but eventually ran out of time. Main problem is that the QPC1 SMSQ/E is relatively old and most of the current software doesn't work with it anymore, so I had to downgrade quite a few tools for the demo disc: https://www.kilgus.net/qpc/live/ I...