Slower downer ============= As we all know the BBC is very fast in all that it does - but some things are just better in slow motion. With the pot fully rotated there is zero resistance between its pinouts. So the output of the 555 is permanently LOW and so the NPN transistor is off. Increasing the pot's resistance makes he 555 oscillate, and the high period is proportional to the pot's resistance and so the transistor is on for longer and longer periods at a time. Then on, the transistor spikes nIRQ to round and causes an interrupt. As the interrupt comes from the 1MHz bus, the OS isn't interested in it and passes it to the paged ROMs, who also ignore it and send it through IRQ2V whereupon it returns to the OS which simply does an RTI instruction. All of this handling and polling takes a finite amount of time, so if the IRQ occurs often enough then the BBC doesn't have time to do its other tasks such as updating the screen, or running the game that is in memory. Originally, my design ran at higher frequency, spiking nIRQ low for shorter times, but more often. This seemed to have little effect on the BBC. Clearly it's just too fast! Now the interrupts come long and frequently - giving little time for foreground activities. Try this - two things of particular amusement are changing to MODE0 and typing COLOUR 29 then CLS. You can watch exactly how he OS sets all the 20k of locations to 255. Also, if you have it, play Hopper at low speed - you can hear the individual notes in the envelopes used to create the tune and sound effects. PARTS... The circuit diagram shows electronically how to assemble the device,requiring the following parts: 1x 50k potential divider 1x BC107 high frequency transistor 1x NE555 1x 2.2k timing resistor 1x 1 micro farad capacitor 1x 4.7k resistor 1x 2.2k resistor Stripboard,wire,solder BENEFITS... *Watch games in slow motion See how the OS does things slowly *No software required so requires no RAM or ROM sockets *Does not hog the user port DISADVANTAGES... *Loss of 1MHz bus socket *Requires external power source BUILD... The main circuit is based around the easy to use (and cheap!) 555 timer chip.Other oscillators, such as push/pull transistors could have been used, but the 555 gives most control over the time high to time low ratio. The values chosen in the diagram (see attached) are only rough values, they happened to be the parts that I had in my bits 'n' bobs drawer at the time. In general any NPN transistor will do, only its switching properties are required. Because of the way a 555 charges its timing capacitor, the low time is always shorter than the high time.This is not what I wanted, so the transistor also acts to invert the 555's output. It also means that I present EITHER a low pulse OR a high impedance to the IRQ line and NEVER a logic high. This is required as the IRQ line is wire-ORed to all the other IRQ sources. The ratio of resistances should be kept approximately the same otherwise he ratio of time high to time low will alter and the effect will be spoilt. HINTS... I suggest trying a logarithmic potentiometer so that all the action doesn't happen in the first two or three degrees of turning the knob! Don't use this in conjunction with the "SNAPIT" ROM also available as that monitors the 1MHz bus interrupt line and starts the disc drive up every time nIRQ goes low! If you feel the need to press BREAK with the slower downer plugged in then make sure you turn the pot down to zero resistance otherwise an IRQ occurs during reset.Nasty! FROM... Robert Sprowson. Happy soldering!