Introduction

The screen shots that are from my games were taken using a digitiser card plugged into a PC. Most commercially available digitisers are designed for TV and video use and are generally not suitable for use with video games since video games use a different video standard. To get around this I bought a video digitiser kit and modified the circuit so that it could be used to digitise video games. The conversion modifications are given below.

The digitiser captures a single monochrome frame at a time such that each colour is captured in turn individually from different frames. This necessitates a static video image so that the three frames (R,G,B) can be captured and combined into a single colour image. There are a number of ways to freeze the image so a screen shot can be taken:-

  1. Check the DIP switches
    There may be a freeze DIP switch, making life really easy!

  2. Use the processor HALT or BUSREQ/HOLD or RDY/WAIT/DACK pins.
    Attach a stiff pull-up/pull-down (say 100 Ohms) to stop the CPU. One of four things will happen:-
  3. Use the processor RESET pin
    This is a last resort method. Attach a direct pull-down ONLY for no longer than 1 second to force reset. One of two things will happen.


Digitiser Conversion Modfications

The basic digitiser is a Maplin/Velleman K8100 Video Digitiser Kit. In it's native form the digitiser is designed for use with TV and video and has the following input characteristics:

Resolution: 512 x 512 pixels
Input: RGB (1v p-p)
Colours: 16.7M (24-bit)
Sampling: 10MHz
Image: 15.625KHz Interlaced


I'm still not quite sure if video games obey any real standard, though I did measure the line rate and it came out at around 15.6KHz.

Set the card to RGB VCR mode according to the instructions supplied with the card and then procede as follows.

  1. Lift pin 7 of IC1 (LM1881)
  2. Connect pad 7 of IC1 (LM1881) to pad 5 of IC1 (LM1881)
    Changes the START line to be VSYNC rather than ODD/EVEN as the image is not interlaced on video games.

  3. Change R7 from 680K to 1M+820K in series
    Changes the VSYNC detector in the LM1881 to be compatible with the none serrated vertical sync. pulse used on video games.

  4. Remove C2 (100pF)
  5. Remove IC12 (4046B)
    The on-board PLL doesn't work properly with none-serrated vertical sync. and so removing these components stabilizes and fixes the 10MHz reference clock.

  6. Remove IC9 (74HC161)
  7. Remove IC10 (74HC161)
  8. Connect pad 15 of IC10 to pad 16 of IC10
    Disables the 32-line delay before sampling begins. Some video games use these lines for the image.

  9. Remove IC15 (RAM)
  10. Lift pin 9 of IC18 (74HC161)
  11. Connect pin 9 of IC18 (74HC161) to pad 16 of IC18 (74HC161)
  12. Lift pin 9 of IC19 (74HC161)
  13. Connect pin 9 of IC19 (74HC161) to pad 16 of IC19 (74HC161)
    Stops the vertical sync. pulse reseting the line counters at the end of the field (originally for the next interlace field). This is required as the digitiser expected there to be more than 256 lines per field to flip over the counters but video games (seem) to have less than 256 lines per field(?). The second RAM chip is removed as it isn't required and causes interference.

  14. Lift pin 5 of IC1 (LM1881)
  15. Connect pad 5 of IC1 (LM1881) to pad 1 of IC1 (LM1881)
    Changes the black level restoration pulse to be HSYNC as the fixed-length pulse provided by the LM1881 is too long for some games and overlaps the image.

  16. Remove L2
    The colour trap filter for colour composite signals is not required and causes moire. Removing L2 removes the colour trap filtering.

  17. Remove R4
    Changes the input level from 1V (p-p) to the maximum of 1.7V (p-p) as video games seem to output around 0-3V.

  18. Add 1K resistor between pins 6 & 2 of the 9-way D-connector
  19. Add 1K resistor between pins 7 & 3 of the 9-way D-connector
  20. Add 1K resistor between pins 8 & 4 of the 9-way D-connector
    Surface mount resistors fit very well for this. The resistors provide a measure of termination for the video input lines as I have 3 metre input cables. Some games couldn't cope with the full 82R termination and so this was a compromise but it still eliminates most of the ghosting.

  21. Change C5 from 4.7uF to 47uF and mount on reverse of PCB
  22. Add a 100R resistor between the GND track and wiper of RV1 (1K pot)
    Boosts the black restoration voltage reference supply capeability and tailors it more for the 1.55V nominal value.

  23. Change C10 from 0.1uF to 2x1uF in parallel (one on top, one on reverse)
    Elliminates most of the input DC level "saturation".

  24. Remove R3
  25. Remove R13
  26. Stick a 1K pot (as RV1) upside down next to RV1 with the screw protruding
  27. Connect track-1 of the pot to GND
  28. Connect track-3 of the pot to R13 edge connector end
  29. Connect wiper-2 of the pot to R13 TDA end
    Effectively adds a brightness control to the input signal.

Setting Up

The WinGrab software supplied for the digitiser expects an interlaced image but since IC15 is removed the interlaced line is black. The image that WinGrab displays is hence interleved with a black lines. As it turns out, this is quite handy as it makes setting the black level easier - the black level is set such that the scan lines are just visible against the black interlace lines. The black interlace lines can be removed with Paint Shop Pro (supplied with the digitiser) by resizing the image from 512 x 512 to 512 x 256 since this removes alternate lines. The black level doesn't need adjusting much in practice and the brightness control is sufficient to compensate for the various drive circuits used in video games. It's usually a good idea to keep the white level vissibly less than white to garantee not saturating the ADC (or use the colour test mode if the game has one). I use the colour map feature on Paint Shop Pro to ensure my highest colour saturation for any of the three colours is between 230 and 250. All the shots for a game are taken with the same settings. The raw images produced are 24-bit true colour .BMP's that I reduce to 256 colour palatised .GIF's to save disk space.