Williams/Bally WPC-DCS

pinmame.wpc-dcs

controllers/pinmame/wpc-dcs.json
6
Machines
0
Author ready
5
Address groups

Polarity is already normalised

PinMAME reports logical active state on this platform. A consumer must not invert again. Whether a real switch is normally closed stays recorded per device as a physical fact, so a recreation can build the right hardware without changing what the emulator reports.

Address groups

Coin-door, switch-matrix, Fliptronic flipper, and optional custom switch column inputs

pinmame.input.switch

Switch
Legal addresses
  • 1 … 88 slots
  • 11 … 188 slots
  • 21 … 288 slots
  • 31 … 388 slots
  • 41 … 488 slots
  • 51 … 588 slots
  • 61 … 688 slots
  • 71 … 788 slots
  • 81 … 888 slots
  • 91 … 988 slots
  • 101 … 1088 slots
  • 111 … 1188 slots
  • 121 … 16848 slots
Transports
  • libpinmamechannel=switch
  • controller_plugingroup_id=1 · contract_revision=a6f6d7266d30
Technical details for Coin-door, switch-matrix, Fliptronic flipper, and optional custom switch column inputsSource-derived address behavior and exceptions

Cabinet inputs

Addresses 1-8 are the four coin chutes and the four coin-door service buttons in printed row order (internal array column 0, CORE_COINDOORSWCOL).

Matrix inputs

Public matrix addresses use WPC column/row notation 11-88, where the left digit is the drive column (internal array index 1-8) and the right digit is the return row 1-8; wpc_m2sw(col,row) = col*10+row+1. Column indices 9 and 10 (public 91-98/101-108) are a gap in the base allocation that this generation leaves unused unless a specific driver's own getSol/switch-read hook independently claims part of it.

Fliptronic inputs

This generation always has Fliptronic flipper inputs at internal column 11 (CORE_FLIPPERSWCOL), so 111-118 are the eight EOS/button positions in WPC_swF1..WPC_swF8 order:

Address Position
111 lower-right EOS
112 lower-right button
113 lower-left EOS
114 lower-left button
115 upper-right EOS
116 upper-right button
117 upper-left EOS
118 upper-left button

These positions are exactly as on WPC-95 and WPC-Fliptronic. A driver with no upper flippers is free to repurpose 115-118 for other switch-matrix-column-11 hardware entirely (for example, opto drop targets or a ramp-made sensor wired through the same physical column).

Custom switch columns

A driver may declare one or more additional custom switch columns through core_tGameData hw.swCol. PinMAME's fixed custom-column start is internal array index CORE_CUSTSWCOL = CORE_STDSWCOLS = 12 (src/wpc/core.h), one column beyond the Fliptronic column. The same col*10+row+1 formula, reported through the CORE_CUSTSWNO(c,r) macro, places the declared columns as follows:

Declared custom column Public addresses
First 121-128
Second 131-138

Further columns continue the same pattern. A definition declares only the addresses its own machine's custom board actually wires. This numbering is a fixed core.h offset, not a driver-visible "9th column" printed silkscreen number: a printed board schematic that labels its own connector "switch column 9" documents the physical wiring harness, not the PinMAME public address. Any such printed number must be captured as a manual.address alias rather than assumed equal to the public switch number.

Normalization

Unlike WPC-95, this generation's WPC_FLIPPERS register read (src/wpc/wpc.c, case WPC_FLIPPERS, gated on (gen & GENWPC_HASWPC95) == 0) unconditionally returns the bitwise complement of the entire flipper switch matrix column regardless of hardware generation. The public Fliptronic state is already normalized here exactly as it is on WPC-95 via WPC_FLIPPERSW95; a recreation must not re-invert either range.

CPU-board option and country configuration bits

pinmame.input.dip

DIP switch
Legal addresses
  • 1 … 88 slots
Transports
  • libpinmamechannel=dip

Standard, state, Fliptronic, and game-specific custom outputs

pinmame.output.solenoid

Solenoid
Legal addresses
  • 1 … 6464 slots
Transports
  • libpinmamechannel=solenoid
  • controller_plugingroup_id=1 · contract_revision=a6f6d7266d30
Technical details for Standard, state, Fliptronic, and game-specific custom outputsSource-derived address behavior and exceptions

Standard and state outputs

This generation exposes standard drivers 1-28 (src/wpc/core.c core_getSol, solNo <= 28). Addresses 29-30 mirror two WPC J111 general-purpose GPIO bits, and 31-32 use the same remap (core_getSol solNo <= 32 branch, "Remap WPC GameOn/J111 GPIO", gated on GEN_ALLWPC, not WPC95-specific). Of those, 31 is PinMAME's synthetic fast-flip game-on state taken from the driver's RAM flag when wpc_set_fastflip_addr is set, and 32 is normally zero.

Public addresses Behavior
33-36 Driver-specific outputs at solenoids2 bits 4-7 (core_getSol solNo <= 36 branch). On a driver that sets FLIP_SOL(FLIP_UR)/FLIP_SOL(FLIP_UL), they are the Fliptronic upper-flipper power/hold pairs: 33/34 upper-right and 35/36 upper-left. A driver with no upper flippers is free to drive ordinary coils through the same four addresses instead, exactly like the switch-matrix column-11 repurposing.
45-48 Fliptronic lower-flipper circuits: 45/46 lower-right power/hold and 47/48 lower-left power/hold, identically addressed to WPC-95.
49 PinMAME's simulator-only ball-shooter channel.
50 Reserved before the first custom-output boundary (CORE_FIRSTCUSTSOL = 51).

No LPDC range

Unlike WPC-95/WPC-95DCS, this generation has no integrated LPDC board, so 37-44 are not a duplicated general-purpose output range. Pinned PinMAME's core_getSol dispatch (src/wpc/core.c, the "37-44 WPC95 & S11 extra" branch) only serves that range for GEN_WPC95/GEN_WPC95DCS/GEN_ALLS11, and returns constant 0 for this generation. Therefore 37-44 are simply unused address space here unless a specific driver's own getSol hook independently claims part of it.

Custom outputs

Above that boundary, 51 upward are the game-specific custom solenoids a driver may publish through its own core_tGameData.hw.getSol handler, up to as many as its own hw.custSol count declares (CORE_CUSTSOLNO(n) = CORE_FIRSTCUSTSOL - 1 + n). A definition declares only the addresses its own machine publishes.

A driver's own custom-solenoid board may carry silkscreened item numbers that do not match this public address space. Any such printed manual item number must be captured as a manual.address alias rather than assumed equal to the public solenoid number.

Eight-by-eight controlled-lamp matrix with optional auxiliary columns

pinmame.output.lamp

Lamp
Legal addresses
  • 11 … 188 slots
  • 21 … 288 slots
  • 31 … 388 slots
  • 41 … 488 slots
  • 51 … 588 slots
  • 61 … 688 slots
  • 71 … 788 slots
  • 81 … 888 slots
  • 91 … 988 slots
  • 101 … 1088 slots
Transports
  • libpinmamechannel=lamp
  • controller_plugingroup_id=512 · contract_revision=a6f6d7266d30
Technical details for Eight-by-eight controlled-lamp matrix with optional auxiliary columnsSource-derived address behavior and exceptions

PinMAME applies the shared wpc_sw2m/wpc_m2sw conversion to lamps (src/wpc/wpc.c MDRV_LAMP_CONV). ChangedLamps therefore reports public matrix addresses 11-88 rather than sequential indices, where the left digit is the drive column and the right digit is the return row. A driver may declare additional lamp columns through core_tGameData hw.lampCol; a definition declares only the columns its own machine populates.

Five general-illumination strings

pinmame.output.gi

General illumination
Legal addresses
  • 0 … 45 slots
Transports
  • libpinmamechannel=gi
  • controller_plugingroup_id=256 · contract_revision=a6f6d7266d30

Public GI addresses are zero-based 0-4 and correspond to the manuals' printed strings 01-05.

Evidence

  • Reference

    https://github.com/vpinball/pinmame

    Source locations

    src/wpc/gen.h GEN_WPCDCS=U64(0x10) 'DCS Sound system, Indiana Jones 10/93 - Popeye 3/94'; src/wpc/wpc.c GENWPC_HASFLIPTRON=(GEN_ALLWPC & ~(GEN_WPCALPHA_1|GEN_WPCALPHA_2|GEN_WPCDMD)) which includes GEN_WPCDCS; GENWPC_HASWPC95=(GEN_WPC95|GEN_WPC95DCS); wpc_r case WPC_FLIPPERS unconditional complement of coreGlobals.swMatrix[CORE_FLIPPERSWCOL] for (gen & GENWPC_HASWPC95)==0; src/wpc/core.h CORE_COINDOORSWCOL=0, CORE_FLIPPERSWCOL=11, CORE_STDSWCOLS=12, CORE_CUSTSWCOL=CORE_STDSWCOLS, CORE_CUSTSWNO(c,r)=((CORE_CUSTSWCOL-1+c)*10+r), CORE_FIRSTUFLIPSOL=33, CORE_FIRSTLFLIPSOL=45, CORE_FIRSTCUSTSOL=51, CORE_CUSTSOLNO(n)=CORE_FIRSTCUSTSOL-1+n, CORE_STDLAMPCOLS=8, CORE_CUSTLAMPCOL=CORE_STDLAMPCOLS; src/wpc/core.c core_getSol full dispatch (29-32 GEN_ALLWPC J111/GameOn remap, 33-36 driver-specific solenoids2 bits4-7 unless FLIP_SOL(FLIP_UR)/FLIP_SOL(FLIP_UL) is set, 37-44 branch gated on GEN_WPC95/GEN_WPC95DCS/GEN_ALLS11 only, 45-48 lower flippers, 49-50 sim_getSol, 51+ hw.getSol); src/libpinmame/libpinmame.h PINMAME_HARDWARE_GEN_WPCDCS=0x10

    rev
    4ec52ff0ac13
  • Reference

    https://github.com/vpinball/pinmame

    src/libpinmame/libpinmame.cpp SetupMsgApi group definitions

    rev
    a6f6d7266d30

Something wrong or missing?

Address ranges, transports and normalisation rules live in one profile file. If PinMAME exposes a group this profile does not describe — or describes wrongly — the fix belongs there.

Cite a source for anything you change — a manual page, a line in a working VPX script, PinMAME source, or a reading from the machine's own service menu. Claims without provenance cannot be validated.

Machines on this platform

All 6 machines