This is a device designed for use with the ZX Spectrum 48/128/+2 computers. It’s purpose is to capture composite video, digitize it and present the digitized screens to the computer. The VIDEOFACE digitizer will successfully operate with the TS2068 through the use of a RAINBOW interface. Other devices which convert the TIMEX 2068 bus to…
article, orig pub: 03.01.25, updated: 03.01.25
Hi there in computerland! Again, another issue packed with great programs! Future Hero, a superb platform game! Renumber II, a renumber utility that will renumber any BASIC program! Puzzle, a mind “bugging” game! On Error, an error trapping utility. Slide Show, digitized pictures! Plukkers Hunt II, the sequel! Shrinker, memory saver! Map Out Bad Blocks,…
article, orig pub: 03.01.25, updated: 03.01.25
This is a “WHEEL OF FORTUNE” type of game in which you guess hidden phrases, names, etc… In the menu… PLAY The 3 players take turns trying to solve the puzzle. There are 3 rounds, so 3 puzzles will have to be solved and the player with the most money will go on to the…
article, orig pub: 02.26.25, updated: 03.01.25
Year 2986, equipped with the most powerful computer ever known on Earth, a TS2068, a spaceship is launched into deep space with you on board as the commander. You were sent on a mission to destroy the fleet of Zortron, the deadliest army in the 6th solar system of a Galaxy called Zykron. The fleet…
article, orig pub: 02.23.25, updated: 03.01.25
The object of the game is to clear the board leaving only one piece in the center. You move pieces sideways from left to right or vice-versa and diagonally (either up or down) always jumping over another piece and always landing in a vacant spot. The ‘jumped’ piece is taken off the board until you…
article, orig pub: 02.28.25, updated: 02.28.25
This program will choose random number selections. You can define how many numbers in a selections and between what numbers. The Menu 1- Choose number selections. The first thing you have to enter is between what number the computer has to choose from (15-99). Second, you have to enter how many numbers per selections (1-10).…
article, orig pub: 02.28.25, updated: 02.28.25
This utility is used as a boot program for the LARKEN LKDOS cartridge (ALL CARTRIDGES!) To transfer the program to disk use LIST 9999 and change the name to whatever you want it to be and RUN 9999. You should also put an AUTOSTART file on the disk, to do this, after saving HELLO!, enter…
article, orig pub: 02.28.25, updated: 02.28.25
You have heard of shoot’em up games? Well, how about a splash’em down game? Yes, a major breakthrough in computer technology has brought us this weird game!!! All you have to do is to open your hand and let go of the balloon! The faster the pedestrians (notice Eric is one of them, go get…
article, orig pub: 02.28.25, updated: 02.28.25
This program will play 5 musics. Just press A-E to select the music. Break the program and look around in the lines 1000-5999 to see how MUSIprint works. You’ll be surprised of what it can do. Loading name MUSIC DEMOProgram type Demo for MUSIprintWritten by Eric & Kris Boisvert
article, orig pub: 02.28.25, updated: 02.28.25
Shoot everything that moves!!! Don’t let them pass you by or you’ll lose points. Features the famous 3-WAY JOYSTICK SYSTEM! Loading name WEIRDBALLSProgram type Arcade gameWritten by Eric Boisvert
article, orig pub: 02.28.25, updated: 02.28.25
This music utility will allow you to play music using the LPRINT (PRINT #3) command. A typical example of how this command is used is: LPRINT “t10 o3 -c1 b+1 +a-2 p3” The “t” stands for TEMPO, this can be between 0 (fast) and 50 (slow). The “o” stands for OCTAVE, this can be between…
article, orig pub: 02.28.25, updated: 02.28.25
The object of the game is to move all 4 of your pieces to the safety zone. The game is played with 1 die. A 5 allows you to place a piece in the starting position. Move your pieces by pressing keys 1 to 4 depending on the piece you want to play. The first…
article, orig pub: 02.28.25, updated: 02.28.25
Guide BOUNCER through the evil land of GALNA. Find MAGIC PILLS to increase your fire power. Survive by avoiding and destroying GALNA’s guards then find GALNA and destroy him! To reset the game press SYMBL SHIFT + A [STOP]. Features the BEST GRAPHICS EVER and the now famous 3-WAY JOYSTICK SYSTEM! Loading name CONFLICTProgram type…
article, orig pub: 02.27.25, updated: 02.27.25
A few months ago, Larry Kenny of LARKEN ELECTRONICS called us to let us know about his new disk interface. We talked for a while and decided we’d give it a try. Boy, this has to be the best thing that ever happened to the TS2068. The interface is fast, reliable and quite inexpensive. The…
article, orig pub: 02.27.25, updated: 02.27.25
Lots of stuff again this month!! Our best program ever CONFLICT is in the line up this month… then there is also PACHIZEE and SOLITAIRE, two board games… also MUSIprint, a music utility that is both TS2068 and SPECTRUM compatible, plus a MUSIC DEMO to show you how it works… WEIRD BALLS, a great shoot’em…
article, orig pub: 02.27.25, updated: 02.27.25
This program will translate BEEP data to SOUND data and also SOUND data to BEEP data. The data must be MUSIcomp data compatible (MUSIcomp & MUSIcomp V1.1) or else it might not work. To translate, first load your codes between 40000 & 65535. You will then have to enter the starting address of the code…
article, orig pub: 02.23.25, updated: 02.27.25
This utility contains 6 clear screen routines that will give your programs that special something they’re missing… To select a CLS: #1 POKE 23728,0 & POKE 23729,0 #2 POKE 23728,0 & POKE 23729,1 #3 POKE 23728,1 & POKE 23729,0 #4 POKE 23728,1 & POKE 23729,1 #5 POKE 23728,2 & POKE 23729,0 #6 POKE 23728,2 &…
article, orig pub: 02.23.25, updated: 02.27.25
How long will you wait to open your parachute?… Can you land on a moving target? Let’s find out the answers to these questions by playing this game… Full instructions in program. Loading name SKYProgram type Arcade gameWritten by Kristian Boisvert
article, orig pub: 02.23.25, updated: 02.27.25
This program is to make SPRITES to use with sprite printer. A maximum of 255 sprites can be in memory for a TOTAL of up to 10,000 bytes. The program assumes that there is at all times 255 sprites in memory. Each sprites can be of different size (maximum width 13 chr$, maximum height 20…
article, orig pub: 02.23.25, updated: 02.27.25
This graphic utility will allow you to print any sprite created with the help of EASYsprite MAKER. Up to 255 sprites of different size and shape are allowed. The program uses a simple PRINT #3 command (or LPRINT). A typical command would be… PRINT #3;CHR$ 16;CHR$ 4;AT 10,12;CHR$ 8; This would print sprite n# 8…
article, orig pub: 02.23.25, updated: 02.27.25
The idea of the game is to collect as many pieces of the treasure as you can in a sunken ship… But be careful not to run out of air!!! To collect pieces of the treasure you must touch the treasure itself (center of the sunken ship) To collect your money go back to the…
article, orig pub: 02.23.25, updated: 02.27.25
This program will simply create screens… Just sit back and enjoy! Loading name GRAFIX IIProgram type Graphic entertainmentWritten by Kristian Boisvert
article, orig pub: 02.23.25, updated: 02.27.25
This program will help you figure out the amount of the interest on your loans… The Menu 1- Calculate interest only This section will first ask you to enter the data such as the loan amount, term, etc. It will then calculate the interest. If you wish to find out how long it will take…
article, orig pub: 02.23.25, updated: 02.27.25
This program was an idea of one of our subscribers, Ronald M. Cavin II of Columbus, Ohio. This program will quiz you on the Presidents of the United States or on the countries of the world and their capitals or on the States of America (Also Provinces of Canada) and their capitals. There are 3…
article, orig pub: 02.23.25, updated: 02.27.25
In this excellent game you are TAL, mankind’s last hope against the invaders. (Where did I here that before?!?) First, you must find the sacred armour and also find parts that will help you survive throughout your journey. When you have all the pieces of the ‘puzzle’ you must find the source of the ennemy’s…
article, orig pub: 02.23.25, updated: 02.27.25
This small program will RENUMBER almost any BASIC program. It will renumber GOTO, GOSUB, RESTORE, RUN, LIST, etc. To run it… RANDOMIZE USR 63000, then input the 1st number of the listing and the step of increment. All GOTO’s, GOSUB’s, etc should be like the following… RUN 0001, ALWAYS 4 DIGITS and NO VARIABLES. If…
article, orig pub: 02.27.25, updated: 02.27.25
Let’s talk about sound effects in programs. It is very important in a game to have good sound effects as well as good graphics. Good sound effects improve the “quality” of a game. It makes it more exciting, more “professional”. It is also important to choose the right effect: a metallic sound for a game…
article, orig pub: 02.27.25, updated: 02.27.25
This program will play one of seven musics (including the MENU music). To choose a music just press at any time the letter of the music you have chosen. You can also choose to play all musics (except the MENU music), to do so just press [G] and the musics will be played over and…
article, orig pub: 02.23.25, updated: 02.27.25
This program is to show the graphic capabilities of the TIMEX SINCLAIR 2068 and… well… show off a bit too! To Quit the program press [Q] at any time. Loading Name GRAPH SHOWLoading Time 3 mins 30 secondsProgram Type Graphic displayWritten by Eric Boisvert
article, orig pub: 02.23.25, updated: 02.27.25
This small program will RENUMBER almost any BASIC program. It will renumber GOTO, GOSUB, RESTORE, RUN, LIST, etc. To run it… RANDOMIZE USR 63000, then input the 1st number of the listing and the step of increment. All GOTO’s, GOSUB’s, etc should be like the following… RUN 0001, ALWAYS 4 DIGITS and NO VARIABLES. If…
article, orig pub: 02.23.25, updated: 02.27.25
This game is quite simple all you have to do is to repeat what the computer does. The key are in this game [1],[2],[3] and[4] accordingly with the square you are pressing. I must say that game is designed for young subscribers and if you are over the “YOUNG” age you might find this game…
article, orig pub: 02.23.25, updated: 02.27.25
You must save the Earth from the invading Robots, they’re fast and powerful. There are many generations of robot, each one is faster, more powerful and in greater number than the last. When a robot is too close to the Earth’s surface your inboard computer will self-destroy your spaceship in order to destroy that robot.…
article, orig pub: 02.23.25, updated: 02.27.25
You are lost in a maze and you must find the exit. Sounds easy, but what if I told you that there is a dangerous monster in that maze, the MINOTAUR? That there are evil characters awaiting to destroy you? I can see the look on your face, I know you’re scared to death! You…
article, orig pub: 02.23.25, updated: 02.27.25
The goal of this game is to go through all 64 squares of the board with your knight using regular knight’s moves. The game features a Demo/Solution mode, the computer will start wherever you started your game and will give you a quick look at the solution. Loading Name KNIGHTSLoading Time 1 min 45 secondsProgram…
article, orig pub: 02.23.25, updated: 02.27.25
This game is played like the original. Find 5 words picked at random by the computer. The computer has a dictionary of over 1000 words to choose from! The game also has a Demo mode feature! Loading Name HANG-MANLoading Time 1 min 15 secondsProgram Type Word GameWritten by Eric Boisvert
article, orig pub: 02.23.25, updated: 02.27.25
A race against time! Careful not to let the engine overheat! Watch out for those hairpin turns they wearout your tires! In this 3D race you control your car with either the joystick or the keyboard: Q to accelerate, A to brake, O and P to steer the car. Features 4 different tracks and a…
article, orig pub: 02.23.25, updated: 02.27.25
This program will allow you to transform codes into DATA statements in a BASIC program. This is particularly useful for sending machine language programs to magazines and such. All you need is to set up the routine… Just enter the base address for the DATA MAKER, then enter the starting address of your codes, then…
article, orig pub: 02.26.25, updated: 02.27.25
This program is a word-processor, not as complex as expensive ones, but it does have a lot of features worth using, and it loads so fast it’s a snap to use it! The features are CENTER TEXT, NORMAL TEXT, PARAGRAPH, TABULATION and automatic WORDWRAP. It prints sideways on the TS2040 printer at up to 128…
article, orig pub: 02.23.25, updated: 02.27.25
This program was sent to us by one of our subscribers, we feel it is a very good example of how the EASYsprite routine can be used. The graphics are impressive and Mr. Zarembka has put a lot of work into them. This program will simulate a launch of a rocket. You have 8 to…
article, orig pub: 02.26.25, updated: 02.26.25
You know how those tape to tape backup routines usually only work on “good” original copies, but what about a tape that’s not so good? Is there a way to save that tape? The other day, I received 2 tapes full of Public Domain programs, of course they were recorded on a different tape recorder…
article, orig pub: 02.26.25, updated: 02.26.25
This LKDOS utility will allow you to make up to 4 backup copies of a disk at a time. The program is quite easy to understand, all you need to do is enter the ORIGIN DRIVE, NUMBER OF COPIES and the COPY DRIVES. All the rest is automatic! Loading name COPYProgram type LKDOS UtilityWritten by…
article, orig pub: 02.26.25, updated: 02.26.25
This program will display 8 screens just like its predecessor. Some screens were digitized with VIDEOFACE (see MAY 88), some are from CompuServe. Just sit back and enjoy! Loading name SLIDE IIProgram type EntertainmentWritten by Eric Boisvert
article, orig pub: 02.26.25, updated: 02.26.25
You will find this program to be a great improvement over the ‘JUST ANOTHER SPREADSHEET!’. It has more file space, it is faster and it is much easier to work with… The menu is controlled with a ‘menu arrow’. Using [Q]-UP, [A]-DOWN, [O]-LEFT, [P]-RIGHT and [SPACE]-SELECT or the JOYSTICK, you can move around, select options…
article, orig pub: 02.26.25, updated: 02.26.25
This utility is used to compress screens so as to make the codes much shorter and allowing you to store more screens into memory. An example of a compacted screen: the cover screen of this magazine. It started at 6144 (screen without colors) and was compressed to 3691 bytes! It was reduced by 40%! The…
article, orig pub: 02.26.25, updated: 02.26.25
Happy Halloween! Yes, it’s almost time for the ghouls, ghosts and other spirits to roam our streets and come to our doors (ooh, how scary!). Hope you like the cover screen! In this issue we have, as always, nice little goodies! We have a new improved spreadsheet: Spreadsheet II, a Tape Corrector: a REAL tape…
article, orig pub: 02.26.25, updated: 02.26.25
This program will give a general idea of what sprites are and how they can be used. Loading name DEMOProgram type DEMO FOR SPRITE PRINTERWritten by Eric Boisvert
article, orig pub: 02.23.25, updated: 02.26.25
This program has its own instructions on file, so it can be printed on the TS2040 or compatible. To load & print the file: Loading name EASYwordLoading time 45 secondsProgram type Business utilityWritten by Eric Boisvert
article, orig pub: 02.25.25, updated: 02.25.25
How can I put it, this program is…simply CUTE! Just load it and enjoy! To quit press [Q] at any time. Loading name ANIMATIONLoading time 45 secondsProgram type Graphic animationWritten by Eric Boisvert
article, orig pub: 02.25.25, updated: 02.25.25
Tune Box vol.2 will play 5 different musics, such as FALLING IN LOVE AGAIN (CAN’T HELP IT), THEME FROM RUNAWAY and much more! Loading name TUNE BOX2Loading time 1 minuteProgram type MusicsWritten by Kristian Boisvert
article, orig pub: 02.25.25, updated: 02.25.25
Can you find your way through a 9X9X9 maze? The computer will generate a maze then choose at random the exit and your position. From there you must find the exit. Try to take as less time as possible! Directions are: W-west, E-east, S-south, N-north, U-up, D-down If you want to change the direction you…
article, orig pub: 02.25.25, updated: 02.25.25
You are attacked by Indians and must defend the Fortress. There are 400 Indians on each of the 4 sides of the Fortress and 120 of your men to battle against them. You will be supplied with 3200 bullets and 20 shells (4 cannons) You must at least survive 7 days until the Cavalry arrives.…
article, orig pub: 02.25.25, updated: 02.25.25
This clock really tells time! I admit it’s long to load, but I think it’s really worth it. When the menu appears just input the numbers and press [EDIT] to go into CLOCK MODE. To return to the menu during CLOCK MODE just press [EDIT]. To enter a number just move the arrow cursor to…
article, orig pub: 02.25.25, updated: 02.25.25
We at BYTE POWER try to put as many different subjects as possible, including children games. This game will allow you to make “funny faces”, in fact, over 3700 different faces can be created with this program. Using the JOYSTICK you can CHANGE, the FACE, the EARS, the MOUTH or the NOSE. Loading name FunnyFacesLoading…
article, orig pub: 02.25.25, updated: 02.25.25
Well, you probably know this game, so enjoy it! The computer is not very ‘bright’ but should keep you entertained for a while! If you jump once and can jump again, you are forced to jump as the computer is as well! Loading time 2 minutesProgram type Strategy gameWritten by Kristian Boisvert
article, orig pub: 02.25.25, updated: 02.25.25
Stop bombs before they reach the city! 5 levels of play, each increasing in difficulty. In the first 4 levels, 20 bombs will fall on the city. But be careful, in the fifth level there is only one bomb which is deadly if missed! To destroy the bombs, align the bomb and the crossair and…
article, orig pub: 02.24.25, updated: 02.24.25
Artworx is a program that allows you to draw pictures using Brushes, Spray, Fill, Zoom, Circle, Arc, Oval, Line, Ray, Box, Triangle and Dot. You can also add text to your pictures in four different type font, Normal (TS2068 Letters), Bold, Ultra or Italics. The program also allows you to move pieces of the picture…
article, orig pub: 02.24.25, updated: 02.24.25
As promised in Chapter 2 of SOUND EFFECTS, I will talk about the Noise channels for this month. The Noise Channels are opened by using the register 7. You substract to 63, 8 for Channel A, 16 for Channel B and 32 for Channel C. A new register is now used, register 6. This register…
article, orig pub: 02.24.25, updated: 02.24.25
Hi there! Welcome back to BYTE POWER Magazine! Subscriptions to the magazine are coming in regularly, which is very encouraging for our future. We are here to stay!!! This month, the magazine is packed with programs that will test your nerves, play with your imagination, let you analyse your budget, tell time or even a-MAZE…
article, orig pub: 02.24.25, updated: 02.24.25
This is a new version of the THE END that was featured in some of our earlier magazines. It is much better and it also serves as a catalog/price list of our current software line. Program name THE ENDProgram type End ProgramWritten by Eric Boisvert
article, orig pub: 02.24.25, updated: 02.24.25
This program will play 5 Christmas musics. It is a bit late but this IS the Winter 89 issue! So, just sit back and enjoy! Note: The Spectrum version only works on an emulated Spectrum (TS2068 with rom switch). Program name CHRISTMASProgram type EntertainmentWritten by Kristian Boisvert
article, orig pub: 02.24.25, updated: 02.24.25
This program will play 5 different musics. Just sit back and enjoy! Note: The Spectrum version only works on an emulated Spectrum (TS2068 with rom switch). Program name TUNEPLAYERProgram type EntertainmentWritten by Kristian Boisvert
article, orig pub: 02.24.25, updated: 02.24.25
This program will allow you to print screens on any dot matrix printer, even the Gorilla Banana or other less-than-8-pin printers! Screens can be printed up to 8 times their width and up to 8 times their height. Note: the Gorilla cannot redefine the line feed, therefore it is limited to single height. You can…
article, orig pub: 02.24.25, updated: 02.24.25
This Larken utility will allow to see some information about your disks. It will give you the number of tracks and sides, the total disk space, the number of bytes used by files/bad blocks/hidden files and the total space free. To use, just enter the drive number in which the disk is to be analyzed.…
article, orig pub: 02.24.25, updated: 02.24.25
This program contains 24 screen utilities! You can choose any one of them and save it for later use. You can choose any combination of utilities to suit your needs also… To choose a utility, just press the appropriate letter… The computer will then ask you where you would like the codes to reside, just…
article, orig pub: 02.24.25, updated: 02.24.25
This program is a replacement for the original Larken Format program. All you need to do is load the ORIGINAL format program then DELETE 0, [ENTER] and then MERGE “FORMAT” and RUN 9000 then RUN 9999 to save to disk.If it sounds complicated, the program will give you instructions upon loading. Program name FORMATProgram type…
article, orig pub: 02.24.25, updated: 02.24.25
This program is a demo for EX PLOT. I encourage you to BREAK the program and look around in the BASIC, this will give you a good idea on how to use it. Program name EX DEMOProgram type DemoWritten by Kristian Boisvert
article, orig pub: 02.24.25, updated: 02.24.25
This program is another animation program like ROCKETS (FALL 88). Mr. Zarembka has once again out done himself with this little goodie. You have a choice of 18 airships to launch! And it even comes with a host this time! Just select the airship and enjoy! Program name AIRSHIPProgram type Graphics DemoWritten by Robert Zarembka
article, orig pub: 02.24.25, updated: 02.24.25
Extended Plot is a new operating system for the PLOT function… All you need to add in your BASIC programs is a RANDOMIZE USR (addr): before the PLOT/DRAW/CIRCLE/POINT. It supports colors and variables just like the BASIC PLOT! The only difference is with the POINT which I will explain later. “What’s the big deal?” you…
article, orig pub: 02.24.25, updated: 02.24.25
MAXCOM is 300/1200 baud Terminal/Remote BBS software… It is 2 programs in one meant to be used with the LKDOS operating system. Larken claims that it can download files as large as 110K, and when running at 1200 baud will not miss any characters. It features a 64 column display and IBM monochrome graphics capability…
article, orig pub: 02.24.25, updated: 02.24.25
Well another issue again… Some neat stuff as always… We have AIRSHIP I: an animation program from Robert Zarembka, EXTENDED PLOT: a new plot operating system, SCREEN MANIPULATOR: a bunch of screen utilities, STANDARD SCREEN COPIER: to copy screens to your printer of course! and much more… There are a few programs we promised in…
article, orig pub: 02.24.25, updated: 02.24.25
The Wafadrive is a dual-drive storage device. It’s an all in one system! It has two 128K drives, a RS232 interface and a Centronics interface. The Wafadrive was originally created for the Spectrum but now, with the Rainbow Plus interface, it can be used on the TS2068. The only thing about it is that the…
article, orig pub: 02.23.25, updated: 02.23.25
We think that the best thing to say right now is “WELCOME” to the first issue of BYTE POWER! BYTE POWER is operated by Eric & Kristian Boisvert, we both have two years of experience on the TS2068. We were tired of buying magazines that talked and talked but had very few programs in them.…
article, orig pub: 02.23.25, updated: 02.23.25
Computer terminology is a specialized and unique language. To the first-time or uninitiated computer owner, this “jargon” can be misleading or confusing. Each issue, we’ll list some of the common (and not so common) computer terms. These highly simplified definitions will help you better understand your computer and its “lingo.” Spend a few minutes to…
article, orig pub: 02.23.25, updated: 02.23.25
Program corrections and letters to the editor.
article, orig pub: 02.23.25, updated: 02.23.25
Your TIMEX Personal Computer contains many tokens. And, while they may not pay for your subway ride, they’ll surely pay off huge rewards in terms of memory conservation, simplicity of operation, and speed of data entry
article, orig pub: 02.23.25, updated: 02.23.25
For the T/S 2068 Personal Computer. More than 25 “user-friendly” cassettes or instant load cartridges are available to help you at home, in business, for school, or just for R and R (rest and recreation). So, select your favorites on the RAMBLINGS order form.
article, orig pub: 02.23.25, updated: 02.23.25
With the publishers of SYNC and SYNTAX magazines to offer exciting and economical subscription values to members of the TIMEX Computer Club. Take your pick from among three great magazines and mail the coupon(s) directly to the publisher.
article, orig pub: 02.23.25, updated: 02.23.25
Just a simple way of reminding you to always insist upon genuine TIMEX replacement parts for your TIMEX Personal Computer. To order, simply complete the replacement parts order form enclosed with this newsletter and mail together with your check, money order, or credit card information — including applicable sales tax, if any. Please do be…
article, orig pub: 02.23.25, updated: 02.23.25
With this special offer for the TIMEX Personal Computer carrying case. It’s big enough to accommodate the T/S 1000 or T/S 1500 and its accessories, but small enough to accompany you wherever you go. This attractively designed, lightweight, and durable carrying case is just not available at any retail store; it’s a TIMEX Computer Club…
article, orig pub: 02.23.25, updated: 02.23.25
With telecommunication services* like COMPUSERVE™, DOW JONES News/ retrieval, MCI Mail™, and THE SOURCE™ to get you a money-saving trial offer — worth more than $160.00. And, it’s FREE with your purchase of the T/S 2068 Color Computer (COMPUSERVE and MCI) and the T/S 2050 Telecommunications Modem (THE SOURCE); look in the package for the…
article, orig pub: 02.23.25, updated: 02.23.25
Regardless of whether you’re a beginner or an expert, one of the best ways to fully utilize your TIMEX Personal Computer is to share your enthusiasm and ideas with other members of your local T/S User’s Group. T/S Users’ Groups — like the ones listed below — would like to hear from new members like…
article, orig pub: 02.23.25, updated: 02.23.25
Combining a building block approach which proceeds from the rather simple to the rather complex with practical tools such as programming instructions, “hands-on” practice, and self-teaching exercises, the book “Basic Programming for the Timex/ Sinclair Computers” provides a broad introduction to the Timex/Sinclair BASIC programming language.
article, orig pub: 02.23.25, updated: 02.23.25
All TIMEX Sinclair computer products have been carefully engineered and tested to provide dependable and trouble-free service. However, since no complex system can ever be made 100% “fail-safe”, a malfunction may unexpectedly crop up on rare occasions.
article, orig pub: 02.23.25, updated: 02.23.25
Instead of packing tents, backpacks, cook¬ ing gear, the ol’ fishing pole, and hiking into the wilderness this summer, many thousands of youngsters are camping out with the TIMEX Personal Computer and hiking into the enchanted wilderness known as “hi-tech” computerology. To find out what’s been cooking this past summer, we took a fast peek…
article, orig pub: 02.23.25, updated: 02.23.25
Overview of the FDD 3000 disk drive for the Portuguese Timex and its variants.
article, orig pub: 10.27.20, updated: 02.23.25
A few weeks ago Rusty Townsend of Richmond, B.C., let us know about a BUG in the spreadsheet we published in the FEBRUARY 1987 issue. The BUG was that you could not divide anything by anything! Of course, Kris, the author of the BUG, fixed it and is now telling you how to do it…
article, orig pub: 02.23.25, updated: 02.23.25
Most programs that you can purchase for the 2068 when loaded start running and if you try breaking into them they dump, lock up the computer, or will not accept the break command. These programs usually consist of at least three programs in one. The first part consists of a simple loader that tells the…
article, orig pub: 09.13.22, updated: 02.09.25
According to Chapter 18, page 163 of the TS 2068 User Manual, you can create and use 21 user defined graphic symbols. Some people may not be aware of the fact that you can do far more than that 21. That chapter goes into how you can, by using BIN, create those graphic character. This…
article, orig pub: 09.13.22, updated: 02.04.25
Continues from the May issue, covering structure, variable names, constants and user interface.
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
Some time ago I suggested some possible updating of Page 1 of this newsletter. Having had a Commodore 1520 plotter for a few years plus John McMichael’s programming and interface (Oliger) but not having actually done any programming for it, now seemed to be a time to get at it and see what I had.…
article, orig pub: 02.02.25, updated: 02.02.25
Perhaps you know someone that is home schooling their child. These days a lot of folks are. For whatever reason they have chosen this course, and there are good reasons for many, these parents could use all of the tools and helps that are available. Why shouldn’t you suggest one of the best learning tools…
article, orig pub: 02.02.25, updated: 02.02.25
This month we continue with the dissertation on BASIC programming by Jim Wagner. Worthwile suggestions are offered to the programmer.
article, orig pub: 02.02.25, updated: 02.02.25
In spite of what experience may have shown, the choice of language is not a big deal. The choice of a particular language implementation IS!
article, orig pub: 02.02.25, updated: 02.02.25
Those who have re-inked larger printer ribbons know that it is almost impossible to use re-inking equipment without getting ink on one or more fingers. Rod Gowen, RMG Enterprises, recommends using WD 4 0 lubricant as a hand cleaner. Recently I had re-inked a 17+ yd ribbon for my Epson printer but neglected to clean…
article, orig pub: 02.02.25, updated: 02.02.25
This issue devotes a fair amount of space to the word processor, MSCRIPT. Being fairly conversant with Jack Dohany’s revisions I find it easy to write about. The early edition of it has surfaced again, possibly the original, as an MSDOS program. Do any of our readers know the history of this word processor? We…
article, orig pub: 02.02.25, updated: 02.02.25
Many of us made a choice years ago of using either TASWORD II or MSCRIPT for word processing on our 2068 computers. As I recall, I was the only member of our user group to use MSCRIPT on a continuing basis though I used TASWORD when forced to. Then when Jack Dohany developed his nice…
article, orig pub: 10.27.20, updated: 02.02.25
YES! RMG has it in the shareware/PD library. The program was released in 1984 and is version 1.0 for DOS. The commands are almost identical to those that we saw in the 2068 version. There are no docs with it. But, from what I can tell, you can use the original manual. If anyone is…
article, orig pub: 02.02.25, updated: 02.02.25
Here is another math puzzle from Marilyn Vos Savant. The puzzle description is hers, the program is mine. The program is not essential to solving it, but it makes it more interesting.
article, orig pub: 02.02.25, updated: 02.02.25
This little problem about the number of rungs in a ladder was presented in our local newspaper in an article about The Problem With Math in Oregon Schools. It seemed like a nice problem for an adult to present to a student of almost any age, if State educators are correct in expecting a 3rd…
article, orig pub: 02.02.25, updated: 02.02.25
A recent article in our local newspaper answered some questions concerning intense exercise (also strenuous labor?) under high heat-humidity conditions.
article, orig pub: 02.02.25, updated: 02.02.25
MSCRIPT, the word processor, available for the 2068 computer for some years thru Zebra until they discontinued selling it, and then available through Jack Dohany with many upgrades, is now on the MSDOS market through RMG Enterprises.
article, orig pub: 02.02.25, updated: 02.02.25
Here are a few tips that may be of interest to those of our readers who are trying to conserve energy — in whatever form. These are just a few things that I have learned over the years in trying to lower my electric bill each month.
article, orig pub: 02.02.25, updated: 02.02.25
This month we continue the use of simple math puzzles as BASIC programs. I find them interesting to put in program form. Even simple litte things seem to take some experimenting to get in a suitable form.
article, orig pub: 02.02.25, updated: 02.02.25
There are times that a good screen warning of the Busy/Ready status of a printer is very helpful, particularly if a printer is shared between several computers.
article, orig pub: 02.02.25, updated: 02.02.25
This short program will print out a novel card you can distribute to your friends, print it out parties, etc. Readers of past issues of this newsletter will recall that I use Jack Dohany’s 2068 USE 9 for screen dumps. This is a part of his GYPSY routines.
article, orig pub: 02.02.25, updated: 02.02.25
I have had a few calls concerning the problems some folks are having with their LKDOS system when using more than 40 or 80 tracks on their disks (depending on whether they have double or quad drives).
article, orig pub: 02.02.25, updated: 02.02.25
As I write this, it has been 25 years since we landed a man on the moon. Can you believe it? And when did most of us start using computers on a regular basis? Wasn’t it only 12-14 years ago? And what were these great tools that we had been handed? A 6 inch square…
article, orig pub: 02.02.25, updated: 02.02.25
It is becoming quite evident that Mackintosh and IBM clone types are advancing so rapidly in new technology that our home equipment is becoming more like the 2068 in comparison.
article, orig pub: 02.02.25, updated: 02.02.25
Numerical control (NC) of milling machines is an interesting study, mainly because these big machine shop tools are computer , controllable in 3 axis. A milling machine can be as simple as a drill press that has a movable work table with hand controls for the x, y, and z axis.
article, orig pub: 10.27.20, updated: 02.02.25
Have you heard of the ZIKE? If not, you can probably guess from the name itself who’s brainchild it is. That’s right! Our old friend, Sir Clive Sinclair is at it again! This time he is going after the bicycle market. After the C-5 electric car flopped, we all know that he went back to…
article, orig pub: 02.02.25, updated: 02.02.25
Here we are, over 13 years after the formation of our little group, still publishing our little newsletter. What we need to know at this time is: Are we serving any purpose? Is there anyone out there reading this? Would we be missed?
article, orig pub: 02.02.25, updated: 02.02.25
There is an interesting article in PCNOVICE magazine, November 1994 issue concerning the possible demise of MSDOS operating system in favor of Windows operating system. The author compares the comments and use of the very latest MSDOS system that operates under the Windows system with the comments and use of the older 286 machine that…
article, orig pub: 02.02.25, updated: 02.02.25
The companion program for the 2068 computer was in the last edition. It was developed from the GWBASIC circuit given here. This program designs a zener circuit to provide a stable DC output from a higher DC voltage.
article, orig pub: 02.02.25, updated: 02.02.25
This article pertains to Epson 24 pin printers, mainly the LQ-570 model & its counterpart Epson Action 5000.
article, orig pub: 02.02.25, updated: 02.02.25
Our September meeting was probably the best one we’ve had in quite some months. We had 5 people in attendence and had a short business meeting to discuss future plans for the club. We had a consensus on plans for getting back to a format of discussion, show and tell and question/answer sessions.
article, orig pub: 02.02.25, updated: 02.02.25
An old friend of the TS community phoned me yesterday and asked if I had heard of a version of HOT Z for the Spectrum. He has been tracking rumors of such an animal for quite a while and has not been able to locate a copy. I am sure that he would appreciate it…
article, orig pub: 02.02.25, updated: 02.02.25
I am sorry to note that this issue is quite devoid of 2068 programs and articles. The nearest we come to a 2068 program is the article on printer codes which includes a program conversion from GW-BASIC. While the article pertains to a particular printer, the concept of displaying whatever graphic symbols your printer may…
article, orig pub: 02.02.25, updated: 02.02.25
Last month we had a puzzle about identifying one of 12 coins that might be conterfeit, all of the coins being of the same denomination and the same weight except if there is a conterfeit coin it is either lighter or heavier. The suggestion was that we would print a program from a reader, if…
article, orig pub: 10.27.20, updated: 02.02.25
THE PLOTTER was originally produced as a vehicle to dispense news to the membership of CCATS about the meeting time and date as well as to disseminate information about the new and exciting Timex/Sinclair computers. That was over 12 years ago! The purpose of the newsletter has not changed. It is still sent to members…
article, orig pub: 02.02.25, updated: 02.02.25
This month’s newsletter contents includes a nice review of a Jack Dohany series of utilities for working with Larken disk systems. It is nice to know that there is still more information and use being generated for this system so it is far from being dead.
article, orig pub: 02.02.25, updated: 02.02.25
We received a nice reply to our puzzle about 12 coins of equal denomination but one was a counterfeit. With a balance, determine which is the counterfeit coin, bearing in mind that this coin can be lighter or heavier than the others. George Chambers from the Toronto Timex Sinclair Club took the time to develop…
article, orig pub: 10.07.22, updated: 02.02.25
This little story by Marilyn appeared in our Sunday paper. You are to come up with the answer as requested at the end. It is an easy one to convert into a computer program to get the answer.
article, orig pub: 02.02.25, updated: 02.02.25
Have any of you looked at the new generation of computer printers lately? If not, you may be in for some surprises. Some good, some bad! As a dealer who likes to keep up with what is happening in the world of computers so that I can better serve my customers, I have occasion to…
article, orig pub: 02.02.25, updated: 02.02.25
QBASIC solution to the cockroach story.
article, orig pub: 02.02.25, updated: 02.02.25
Much of what I list below is intended to improve programming “reliability”. You cannot have a program which works well and is free of bugs if you cannot understand it later and if you cannot do it close to right the first time. Thus, many of these things are designed to put up roadblocks to…
article, orig pub: 02.02.25, updated: 02.02.25
John McMichael has a program and hardware that interfaces a 2068 computer and a Commodore 1520 plotter.
article, orig pub: 02.02.25, updated: 02.02.25
The puzzle this month is best solved by using linear equations in which variables are multiplied by constants and added together. This is the method used in the program. As noted, the original program is from the book, BRAIN GAMES FOR KIDS AND ADULTS, written for Apple computers.
article, orig pub: 02.02.25, updated: 02.02.25
Those who have re-inked larger printer ribbons know that it is almost impossible to use re-inking equipment without getting ink on one or more fingers. Rod Gowen, RMG Enterprises, recommends using WD 40 lubricant as a hand cleaner.
article, orig pub: 02.02.25, updated: 02.02.25
This month we provide an article on basic BASIC programming that hopefully will interest some of our readers. The author’s name, Jim Wagner, will be recognized as the provider of a writeup on his book, The Amateur Packet Radio Handbook in a recent newsletter.
article, orig pub: 02.02.25, updated: 02.02.25
While my comments pertain to the spreadsheet, AS-EASY-AS V5.5, a MSDOS type shareware program, I am sure there are other spreadsheets in use that are similar.
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
As of this writing, RMG Enterprises has just received the last stock of TS hardware that AERCO had left. Jerry Chamkis told me that because of the low demand and the fact that he is too busy with his current work to make it cost effective for him to worry about the little that TS…
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
article, orig pub: 02.02.25, updated: 02.02.25
A lot of people have asked me, “What is a user group and how does one get started?” A user group is a group of people who meet on a regular basis to share and discuss ideas and problems regarding the computer. There are many different types of user groups. Some are formed by owners…
article, orig pub: 10.27.20, updated: 02.01.25
Last meeting we celebrated the. first birthday the user group. Ms. Maggie Bruzelius of Sinclair Research, Ltd. and Mr. Dan Ross of Timex Computer Corporation, the top executives of their respective companies in the U.S., each provided a very interesting talk about their company’s history, objectives, and products.
article, orig pub: 10.27.20, updated: 02.01.25
This meeting marks the first anniversary of the Sinclair/Timex User Group. We are planning a big celebration, and have executives of both Sinclair Research, Ltd. and Timex Computer Corporation coming to our meeting: We are looking forward to what these two have to say about their companies and products. In addition, we have asked representatives…
article, orig pub: 10.27.20, updated: 02.01.25
Facing an offer too good to refuse, Maggie became Director of Marketing for Alpha Software (Burlington, MA). One of the few growing software houses. Alpha sells an integrated package with database, spreadsheet, word processor & communications for IBM PCs, JRs & XTs “We’re steaming full ahead on business productivity software. Electric Desk is easy to…
article, orig pub: 10.27.20, updated: 02.01.25
With much media ado last April, Sinclair Research Ltd. licensed the Timex Corporation to sell its line of personal computers and peripherals in North America. Their first joint product, the Timex Sinclair 1000, hit the stores in August of last year and has been anteing upmarket share in thousands of outlets nationwide ever since. With…
article, orig pub: 10.27.20, updated: 02.01.25
First they brought you the T/S 1000! Next they promised the T/S 2000! But from what we have been able to learn, the American public was not as accepting of the redone ZX81 (which is what the machine was originally called in the U.K.) and quite willing to wait for the more sophisticated machine. There…
article, orig pub: 10.27.20, updated: 02.01.25
In our premier issue, Timex Sinclair User features an exclusive interview with Dan Ross, the man who heads up the Timex computer division. His decisions will hopefully make T/S computing ever more fascinating in the future. Managing Editor Joe Gladstone reports. Probably the man most difficult to reach in the computer business is Dan Ross,…
article, orig pub: 10.27.20, updated: 02.01.25
Introduction to principles of structured programming.
article, orig pub: 06.25.21, updated: 02.01.25
Daily register of income/expense for a business.
article, orig pub: 06.25.21, updated: 02.01.25
Author describes experience installing Tree-Forth in his ZX-81, changing to a UHF modulator and reviews the A&J Microdrive.
article, orig pub: 06.21.21, updated: 02.01.25
While many computer companies play “Waiting For Peanut” before upgrading their current machines, Timex Sinclair has forged ahead with the 2068 Personal Color Computer, which should be readily available by the time you read this. The TS 2068 is a 48K computer that is based on the extremely successful Sinclair ZX Spectrum computer, introduced a…
article, orig pub: 10.27.20, updated: 02.01.25
Review of the TS 1000 and overview of software and hardware available for the computer.
article, orig pub: 10.27.20, updated: 02.01.25
Using this amazing screen splitting utility routine enables you to make a SCREEN$ in one of 30 different ways, combinations of top pixels, middle pixels, bottom pixels, and attributes. Reprinted from The Dallas-Fort Worth Expansion, which reprinted it from Your Sinclair, December 1987.
article, orig pub: 08.10.24, updated: 01.27.25
A single or two player space game, inspired by Race Track, as described in a Martin Gardner column. Uses a number of the specialized abilities of the TS 2068, and a few tricks that speed up some of the BASIC.
article, orig pub: 09.13.22, updated: 01.27.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
In order to become more than a novice programmer, it is essential that you understand completely the structure of your Random Access Memory (RAM) and how it functions. This is also a prerequisite for future articles in this series. Much of the material presented in my articles is written to correct, what in my opinion…
article, orig pub: 01.07.24, updated: 01.26.25
Are there any QL owners who if they don’t have TK2, have not been strongly advised to get it? Article reprinted from BoSTUG Sinclair/Timex Newsletter.
article, orig pub: 10.27.20, updated: 01.26.25
I create a document of my letterhead with design, margins, footer, Justification and tabs the way I like them. I have both my box number and my street address, together with a dummy date and salutation.
article, orig pub: 10.27.20, updated: 01.26.25
Many with a QL do not know how to get the most out of their printers. This is particularly true of those using QUILL who would like fancier documents, but feel they are limited to the enhancements (highlights) provided in QUILL (High & Low Scipt, Bold and Underlined).
article, orig pub: 10.27.20, updated: 01.26.25
String concatenation is a subject that can’t easily be covered in a vacuum. It must include string slicing and coercion as well.
article, orig pub: 10.27.20, updated: 01.26.25
This program converts a number (entered as numerals) into an equivalent word string.
article, orig pub: 10.27.20, updated: 01.26.25
Comparison of the two word processing programs.
article, orig pub: 10.27.20, updated: 01.26.25
DIY dust buster; DIY printer stand.
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
How to perform garbage collection on an Archive file.
article, orig pub: 10.27.20, updated: 01.26.25
How to repair or replace broken keyboard membranes.
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
Conclusion to the comparison between the two programs.
article, orig pub: 10.27.20, updated: 01.26.25
Techniques for making the program faster.
article, orig pub: 10.27.20, updated: 01.26.25
Notes on Carlo Delhez’s emulators and letter from Carlo about them.
article, orig pub: 10.27.20, updated: 01.26.25
Review of the game from Softshoe Software.
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 10.27.20, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 09.13.22, updated: 01.26.25
article, orig pub: 10.07.22, updated: 01.26.25
article, orig pub: 10.07.22, updated: 01.26.25
article, orig pub: 10.07.22, updated: 01.26.25
article, orig pub: 10.07.22, updated: 01.26.25
article, orig pub: 11.11.24, updated: 01.26.25
article, orig pub: 11.12.24, updated: 01.26.25
Does your OL sit here and stare at you on power up, just daring you to press F1 or F2? Remembering that the OL has a MEMBRANE KEYBOARD and that kevs can stick. run the back of a finger nail over all the keys (special notice to space bar and ENTER key, please).
article, orig pub: 11.12.24, updated: 01.26.25
Moving a file from the QL to an IBM-XT and reverse is really quite simple.
article, orig pub: 11.12.24, updated: 01.26.25
BoSTUG members Peter Hale and Mike Mitchell are collaborating on a book of the 20 most useful QL SuperBASIC keywords for non-programmers.
article, orig pub: 11.12.24, updated: 01.26.25
There is nothing quite so frustrating as to get a disc or microcartridge full of programs and not know where to start in order to make the programs work.
article, orig pub: 11.12.24, updated: 01.26.25
Letters from Jean-Claude Touzin, P. H. Skipper, Chris Sloan, Paul Bingham, Tony Gomez, Paul Edwards. Correction to article about TS1500 ROM bug fix that appeared in SyncWare News v2 n6 forum.
article, orig pub: 05.29.22, updated: 01.25.25
article, orig pub: 10.07.22, updated: 01.25.25
As many of you may already know, SyncWare News is published by four partners who are geographically spread out across continental North America. All of us, with the exception of Basil who is retired but very active in the Symphony, college, and civic matters, work full time jobs to support our families. Due to the…
article, orig pub: 12.27.24, updated: 01.25.25
One of our readers (whom I won’t identify) wrote to point out that I had omitted the letter “u” from “florescent” in one of our recent issues, Seemed to think that I might have left it out on purpose, to avoid running the risk of the common misspelling, “flourescent”. Sorry about that, but they’re two…
article, orig pub: 12.28.24, updated: 01.25.25
This chapter will give you a look into “real life”, and will show you how to make a “rough draft” of your programs in BASIC. I always find it easier to debug my programs in BASIC before actually translating them into machine eode, as the results of an error are much less drastic in BASIC.…
article, orig pub: 12.28.24, updated: 01.25.25
Printer & DOS Routines In Part 1 (SWN Vol, 5 No. 5) of this intro to Beta Basic (BB) we looked at some of the editing and data-manipulation features which may be used on programs entered in T/S mode as well as those written in BB. This time let’s see how it may be adapted…
article, orig pub: 12.28.24, updated: 01.25.25
Mr. Dunnington tells us that this quiz was taken from the Readers Digest for July 1988. In the form that he sent it, the questions and answers were quoted verbatim; with true editorial timidity, I changed the wording rather drastically, in order to minimize the danger of copyright violations. The principle remains intact. The quiz…
article, orig pub: 12.28.24, updated: 01.25.25
Program for the T/S 2068 that will draw a flowchart of another program, which is loaded from tape.
article, orig pub: 12.28.24, updated: 01.25.25
In my Physical Science class we were given the assignment to do a science fair project. I chose to do a project to see whether north or south facing rooms differed in temperature from one another. We discussed all of the problems with using a real house to take measurements and decided that we would…
article, orig pub: 05.24.24, updated: 01.25.25