![]() |
In part 5 of this series, Xav looks at user interface design, and throws down a multi-player gauntlet...
Over the past three issues we've examined the Jaguar joypad on both a hardware and software level. I've explained how they work, how to read from them, along with a couple of tricks to make life a little easier. The one area we haven't covered is consistency. We are all used to a consistent user interface in GEM, but it also pays to think about the consistency exhibited by your own programs. Most programs using joypads will be games, for which consistency tends not to be considered too much, but a little attention to detail can make life far easier for the player - and make them more likely to return to your game again and again. A quick look around the STe and Falcon games that already use joypads reveals very little consistency. Almost all Jaguar games, on the other hand, conform to a small selection of simple rules which are equally valid for other games using the joypads. These are as follows:
Teaming with playersSome of you may have noticed a certain amount of redundancy in the joypad design. We test four banks of switches by using four data lines, but isn't that a bit wasteful, when two binary lines could be easily decoded into the four we require? In fact, from four lines we could decode up to sixteen banks of switches.Which is exactly what Atari's "Team Tap" does. By fully decoding the four lines, it allows up to four joypads to be read from each EJP. All that happens is that previously "undefined" masks, such as 0xFFF8, now relate to a specific bank of switches (port A, tap C, group 4 in this case). Using a pair of Taps, therefore, it's possible to read up to eight joypads between the two EJPs. Now, does anyone want to write a Falcon version of Gauntlet? The Team Tap was supplied "free" with the Jaguar game "White Men Can't Jump" and was also supposed to be available separately. I've never seen it sold as a standalone device, though, so in the next issue we'll look at how they actually work, so that you can build your own. If you find anywhere selling them with the bundled game for less than twenty pounds or so, however, I would recommend buying one - even if you don't have a Jaguar - as the parts themselves cost about half that, and that's without a nice box to put it in. One of the great things about the Team Tap design is that the joypad which is plugged into the first connector behaves in almost the same way as one plugged directly into the machine. Certainly, if all four groups of switches are read separately, there is no difference - so the Tap can be left permanently plugged in. The only problem arises when trying to read more than one group at a time (see last issue), so you should avoid this trick in your programs unless you're sure that the user doesn't have a Team Tap. Next issue...We'll start looking at the Team Tap hardware and how it works - eventually aiming for a design that you can build at home. If you've got any plans for multi-player games, now is the time to start dusting them off. |
![]() |
![]() |
![]() |
![]() |