diff options
| author | 2022-10-25 02:19:50 +0100 | |
|---|---|---|
| committer | 2022-10-24 21:19:50 -0400 | |
| commit | 402e4874ef099f8f879ed3257f7a7755f0340d4a (patch) | |
| tree | 651bcb37a7a8988844081098f3c630069f737943 | |
| parent | 1876f2c792bb815dbf2bc8dc32ac68fd34679cd4 (diff) | |
balsente.cpp: fix grudgep input port import (#10475)
| -rw-r--r-- | src/mame/midway/balsente.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/midway/balsente.cpp b/src/mame/midway/balsente.cpp index 9361297e8fc..e67e127f7a6 100644 --- a/src/mame/midway/balsente.cpp +++ b/src/mame/midway/balsente.cpp @@ -1231,7 +1231,7 @@ static INPUT_PORTS_START( grudge ) INPUT_PORTS_END static INPUT_PORTS_START( grudgep ) - PORT_INCLUDE( sentetst ) + PORT_INCLUDE( grudge ) PORT_MODIFY("SWH") PORT_DIPNAME( 0x80, 0x80, DEF_STR( Free_Play ) ) PORT_DIPLOCATION("H1:8") // default to "ON" because Coin mode is buggy on this revision of the prototype |
