Coin counter

From NeoGeo Development Wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Not to be confused with the credits display.

Coin counters are internal electromechanical devices used to count inserted coins in arcade cabs. They can only count up and should be made hard to reset.

The counters typically have one pin hardwired to +12V, and the other one connected to the MVS board by JAMMA pins 8 and J. They are operated by software, not directly by the coin chutes.

Control

Only the system ROM should take care of this.

When writing to REG_SETCC1 or REG_SETCC2, current flows through the counters, incrementing them. When REG_RESETCC1 or REG_RESETCC2 are written to, current flow is stopped.