Burning EPROMS

From PinWiki
Jump to navigation Jump to search

Pinball machines use three types of programmable devices. By far the most common are EPROMs, used to store code, sounds and graphics for solid state machines. The erasable versions can be erased and re-used many times. Early machines use bipolar PROMs, devices that can be programmed only once. Many machines use programmable logic with simpler devices (PALs and GALs) replacing a handful of TTL chips, and more complex devices carrying most of a video or sound subsystem.

For most people, programmers capable of handling mainstream EPROMs (2732 (32kb) - 27C080 (8Mb)) are sufficient.

1 EPROM Burners & Erasers

Willem Programmers

These programmers are the least expensive available. They all run using open-source software. The USB version will need a separate 9v power adapter to burn 27xx EPROMs.

Recommended: True USB version GQ-4X, or GQ-4X V4 (GQ-4X4), about $80 - $120


Pocket Programmer

Designed and built in the U.S., these devices have been the standard for the industry. Programs 2708 with an adapter. For more info and to order, click HERE.

Recommended: USB version, about $270


Wellon Programmers

Designed and made in China,these devices use programmable pin drivers rather than TTL to program the parts. This approach means that Wellons can program a wider range of devices than other programmers, including PALs and GALs used in the logic of many modern machines. This is a preferred device because of its flexibility and up-to-date software and drivers (Windows 7 64 is supported).

Recommended: VP280, $120

Conitec programmers

Conitec has some very good programmers and their software is very clear and stable. Software upgrades are free as long as the programmer is supported by the newest software version. Conitec programmers support a lot of EPROM's (and other programmables). If needed you can request Conitec to add a device to the list. Their programmers aren't cheap but the programmer and software quality are excellent.

Recommended: Galep-5, USB, up to 48-pins devices, $499 Recommended: Galep-4, parallel port, up to 40-pins devices, $399

Batronix programmers

Batronix programmers have a good name, the software works well and is stable. Their broad range starts with some low-cost affordable programmers and extends to models that can program 8 EPROM's at a time.

Recommended: BX32 Batupo, USB, up to 32-pins devices, $152

Elnec programmers

Elnec has very good programmers and software but they are actually quite expensive and therefore more suitable for production use. If you can get your hands on a used one for a reasonable price you'll have a great programmer.

Minipro programmers

At the low end is a super-inexpensive programmer that costs about $40 on ebay. It does not burn anything below a 2732 nor can it program 2532's without an adapter. The maximum programming voltage is 21 volts, and the software is a bit confusing to use. However, it does work and is very convenient as it just plugs into a USB port. The software works on windows 10 as well. The version tested is the TL866CS.

Note that the newest model is the TL866II Plus. It has a maximum programming voltage of 18 volts, so it cannot be used to program many of the EPROMs such as 2532A and 2732A. If purchasing this inexpensive programmer, look for the older TL866A or TL866CS models.

There are significantly more expensive systems available that can program a full range of devices. However, these are unnecessary for most people, and the new low-cost programmers are just fine.

2 EPROMS

EPROMs are an obsolete technology but were the standard for embedded code and data from the mid-1970s until the emergence of flash memory. They made sophisticated pinball systems possible, providing digital storage for code, sound and graphics. They work by injecting electrons into a charge storage area using a relatively high voltage. EPROM programmers must generate these voltages, which is why some early devices are not supported by all programmers.

There are 2 types of EPROM's available, OTP and UV. OTP means "One Time Programmable" and as the name suggests these can only be programmed once as they can not be erased. UV types have a window on top of the chip, this windows is made of quartz glass and below the window is the actual chip. When the chip is exposed to short-wave UV light for a specified amount of time (see device's datasheet) all the data will be erased and the device can be programmed again.

2.1 8-bit vs 16-bit EPROM's

Without going too much into the details it's good to know that generally you will need 8-bit devices and NOT the 16-bit devices. They can be distinguished by the model number as well as the number of pins. In the list below are common model numbers of 8-bit EPROM's. For EPROM's in DIP packages; 8 bit EPROM's have 24, 28 or 32 pins whilst 16-bit devices have 42-pins. Other packages like surface mounted for instance are available but you will need the DIP versions.

2.2 EPROM part numbers

The part number of an EPROM contains information about the manufacturer, capacity and access time along with some other information like the operating temperature range and package type. When selecting an EPROM it is important to have the right capacity and access time; the access time can be lower than needed but should not be higher.

Part number example and break-down: M27C4001-10F1 is a common model number and here's the break-down of the part number: -Letter(s) at the start for the manufacturer: M = ST Microelectronics (other examples are TMS for Texas Instruments and AM for AMD) -Numbers after the first letter(s) for the device type: 27 = EPROM -Letter for the supply voltage: C = 5V -Numbers for the capacity and memory organization: 4001 = 4Mbit, 512kb x 8 (the 8 means it's an 8-bit device) -Numbers after the "-" for the access time: 10 means 100ns (12 for 120ns, 90 for 90ns and 80 for 80ns are also quite common) -Letter for the package: F means FDIP32W and that's a package with an erasing window (B would mean PDIP32 and would be an OTP version) -number for the temperature range: 1 means 0 to 70°C which is common Please note that some model numbers may contain extra letters containing more specifications.

To determine which EPROM will be needed to accommodate a ROM file, use the file size (in Kilobytes or Megabytes) and multiply it by 8. Since bits are a smaller data unit and there are 8 bits in a byte, the number of bits will be larger. For example, if a ROM file is 8 KB (Kilobytes), 8KB x 8 = 64 Kilobits; which means a 2764 EPROM would be needed to accommodate a ROM file of 8 KB in size.

Common part numbers in the 8kb to 8Mb range (without all the descriptive letters and numbers):

EPROM Bits Bytes
2516 16 Kbits 2 KB
2532 32 Kbits 4 KB
2708 8 Kbits 1 KB
2716 16 Kbits 2 KB
2732 32 Kbits 4 KB
2764 64 Kbits 8 KB
27128 128 Kbits 16 KB
27256 256 Kbits 32 KB
27512 512 Kbits 64 KB
27C010, 27C1000, 27C1001 1 Mbit 128 KB
27C020, 27C2001 2 Mbits 256 KB
27C040, 27C4001 4 Mbits 512 KB
27C080, 27C801 8 Mbits 1 MB

Model numbers ending in 02 like 27C1002, 27C2002, 27C4002 and 27C802 are 16-bit EPROMs, instead of 8-bit EPROMs. 16-bit EPROMs are not used in pinball machines.

2.3 Buying EPROMS

New EPROMS are very rare, but "pulls" - used EPROMs taken from obsolete electronic devices - are regularly available on eBay or from online sellers. The best pulls have been erased, tested, have had labels and residue removed, and their legs straightened. Expect to pay a little more for this service. Almost all of the new EPROM's available nowadays (2011) are from ST microelectronics and start with part number M. Availability ranges from 256k to 8M. Smaller capacities from 8k up to 128k are rarely available new but can be bought as pulls. Always check the supported devices list of your programmer before you buy EPROM's as a single letter or number difference can cause your programmer to refuse programming them.

EPROMs can be obtained from jameco.com, ebay, and various other pinball vendors.

2.4 Erasing EPROMS

You don't have to have an EPROM eraser. But they are helpful if you need to erase some pulls that were not cleaned, programmed the wrong code, or want to recycle some parts. EPROM erasers use a short wavelength UV light to neutralize the charges stored in the EPROM cells. Cheap ones capable of doing a few EPROMS at a time are available for about $20. Much bigger erasers - used - pop up on eBay for about $50.


2.5 Using EPROMS

Certain EPROM images can be 'doubled-up' (example: a 2716 is needed, but only a 2732 is available - the 2716 image cane be burned into both halves of the 2732 and it will work) if stock is not available or the burner can't use them (a 2708 image is a typical example). Additionally it is possible to use many different types of EPROMs on boards either utilizing adapters or creative wiring. For examples, see: Romblaster, Warp Zone 27256 on a Bally board, Warp Zone 2764 on a Bally board, 27256 on Stern mpu200, Leon's methods for various eproms in various boards, Adapter for Williams system 6 to 2764

As can be seen on the various pages, game code is not limited to specific EPROMs as long as the correct address, data line, and selection signals can be properly mapped to the EPROM chip. Be aware that many online vendors of licensed pinball roms are not permitted to change the type of chip specified (at least folding smaller sizes into bigger ones) due to licensing restrictions. This may have to be done by the individual by following directions at the various links depending on the system.