Search found 76 matches

by swensont
Sat Sep 14, 2013 6:59 am
Forum: Development
Topic: Possible Project - slightly off-topic!
Replies: 38
Views: 18530

Re: Possible Project - slightly off-topic!

From what you written, the needs would be this: 1. catch any print output coming into the parallel port. 2. Convert to what ever the local printer is 3. Send to local printer. For #1, a daemon could be written that read the parallel port device. With Linux/Unix all ports are files, so the program wo...
by swensont
Thu Dec 27, 2012 5:38 am
Forum: Development
Topic: z88dk Tutorial in English
Replies: 5
Views: 7285

z88dk Tutorial in English

I've seen the z88dk tutorial posted on the German ZX81 forum. I've tried reading it, but it's been 30 years since my high school German. There was some suggestions in this board about using Google Translate, which was a good idea. I took each of the parts of the tutorial, ran them through Google Tra...
by swensont
Thu Dec 27, 2012 4:30 am
Forum: Development
Topic: One Dim. Cellular Automata on ZX81
Replies: 0
Views: 1748

One Dim. Cellular Automata on ZX81

Back in college I did some research into One Dimensional Cellular Automata (1DCA). I wrote my research paper and the accompanying software on the QL. Now that I am tinkering again with the ZX81, I decided to write a couple of1DCA programs for the ZX81. I just wanted to show that it is still possible...
by swensont
Sun Dec 09, 2012 8:24 pm
Forum: Emulators
Topic: The best ZX81 emulator for Linux?
Replies: 33
Views: 27635

Re: The best ZX81 emulator for Linux?

Since I'm looking to completely move from Windows to Linux, I've been working on ZX81 tools for Linux. For the emulator, I've found sz81 version 2.1.7 compiles fine under Lubuntu 12. I've tried xz81 and it failed to compile. SZ81 is slow, but it is Linux native. Another option is to use DOSBOX and r...
by swensont
Thu Nov 29, 2012 7:26 pm
Forum: ZX BASIC
Topic: Bug in ZXTEXT2P
Replies: 5
Views: 4285

Re: Bug in ZXTEXT2P

I've been doing my ZX81 work on Linux and using DOSBOX, so having a Win32 version of ZXTEXT2P will not work for me. If you've made changes to ZXTEXT2P, why not publish the changes or the new code and others can compile to their own environment. Heck, I wonder if it would compile under Linux. May hav...
by swensont
Mon Nov 26, 2012 5:53 pm
Forum: ZX BASIC
Topic: Bug in ZXTEXT2P
Replies: 5
Views: 4285

Re: Bug in ZXTEXT2P

Actually, spaces are needed, just before and after the **. My line of basic was like this: if y<(x**2) then ..... I changed it to: if y<(x ** 2) then .... (note the space before and after the **) That worked. I guess zxtext2p likes spaces between the tokens. I'll have to tinker with it a bit more to...
by swensont
Mon Nov 26, 2012 1:46 am
Forum: ZX BASIC
Topic: Bug in ZXTEXT2P
Replies: 5
Views: 4285

Bug in ZXTEXT2P

I'm using ZXTEXT2P to write a ZX81 program. I need to use the exponent math function (**). I type two asterisks in the code, but ZXTEXT2P does not convert the two asterisks into the single exponent token. Looking at the short docs on ZXTEXT2P, I don't see any mention of this issue and getting around...
by swensont
Sun Oct 28, 2012 1:36 am
Forum: Sinclair Misc
Topic: Hello
Replies: 7
Views: 2959

Re: Hello

I was a member of the Capital Area Timex Sincair (CATS) group from late 1988 to early 1993. Where you there then?

Tim Swenson
by swensont
Tue Oct 23, 2012 11:12 pm
Forum: Emulators
Topic: Eighty One and Windows 8
Replies: 9
Views: 5192

Re: Eighty One and Windows 8

Another way to run DOS programs (ts1000 & Xtender) is to use DOS-BOX. I'm doing with under Windows XP and under Linux. Should work the same under other versions of Windows.

Tim Swenson
by swensont
Fri Mar 11, 2011 9:08 pm
Forum: Development
Topic: ZX81 Assembly Programming - Getting Started
Replies: 34
Views: 29889

Re: ZX81 Assembly Programming - Getting Started

Thanks for the feedback. The whole thing was done in OpenOffice with layout done with Scribus. GIMP was used for the front graphics and Irfanview for the internal graphics. (All the programs are either OpenSource or freeware) Since I've worked with Scribus for about 5 years, it was pretty easy to do...