|
T2 - Terminator 2 L8 Flipper button table
|
|
03-31-2011, 08:56 PM
Post: #1
|
|||
|
|||
|
T2 - Terminator 2 L8 Flipper button table
Some of these don't seem so exciting so it seems "Easter Egg" is a bit too strong of a phrase. So here's the flipper button table for Terminator 2 L-8. This table is located at $5CBC,31 (ROM Addr 0x45CBC).
This table is binary coded decimal, and contains number of LEFT flipper button presses, latched in with the right flipper button. There's actually 5 counts that get latched in, but the last count is ignored (hence 2 presses at the end, you should be able to insert any number of left presses between the last 2 rights and have the same results). For T2, it appears these combinations only work in game mode, and you only get to put in one combination per game. It shouldn't be too difficult to hack the ROM to allow the combinations to work in attract mode. ;----------------------------------------;--------------------------------------------------------- ; ; Each Nibble is # of left button latch counts ; Both buttons to reset counts. ;------------------------------------------------------------------ 5CBC: 33 33 ; B + 3L + 1R + 3L + 1R + 3L + 1R + 3L + 2R, Hello World 5CBE: 71 47 ; B + 7L + 1R + 1L + 1R + 4L + 1R + 7L + 2R, Missed you 5CC0: 05 67 ; B + 0L + 1R + 5L + 1R + 6L + 1R + 7L + 2R, Love you 5CC2: 11 65 ; B + 1L + 1R + 1L + 1R + 6L + 1R + 5L + 2R, Hello 5CC4: FF FF ; <end of table indicator> 5CC6: 4A ; code for $5CBC 5CC7: 47 ; code for $5CBE 5CC8: 48 ; code for $5CC0 5CC9: 49 ; code for $5CC4 ; ;----------------------------------------;--------------------------------------------------------- |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)




