neophob / wpc-emu

Williams Pinball machine emulator, Play it @
https://playfield.dev
Apache License 2.0
70 stars 12 forks source link

Patch Who Dunnit #21

Open neophob opened 5 years ago

neophob commented 5 years ago

source https://bitbucket.org/tacotown/pinfixes/src/master/manufacturers/Bally/WhoDunnit/Elevator7thFloorFix.V1_2

; There is a bug in WhoDunnit 1.2 where the incorrect 
: floor number is shown when going to the 7th floor 
; ("8TH FLOOR" is incorrectly displayed above the Elevator doors).
; To fix the bug: 0xE4FB needs to be changed from 0x08 to 0x07
; patch for V1.2 
Offset $0E4FB: From $08 To $07