Jump to content



Photo
- - - - -

Doflinx and XBOX 360 gamepad


  • Please log in to reply
75 replies to this topic

#41 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 13 July 2020 - 09:16 AM

Yes that is what I meant. Not a solution yet, but movement.

 

What I missed was that DOFLinx and FP "talk" to each other.  DOFlinx informs FP what toys are setup so that FP only makes calls to DOFlinx for toys that are there.  This is done to minimise chatter between the two.  Since you have no toys, we have no messages from FP, therefore no triggering of rumble.

 

So the next step in getting this going is that we're going to force FP to send the messages even if it has been told the toys does not exist.  To do this

1. Keep your DOFLinx setup as above

2. Take a safe copy of DOFLinx.vbs in the FP scripts folder

3. Edit DOFLinx.vbs, around line #91 change the following ....

 

is currently ....

Function FF_Active()
  if (FF_DOFLinx=1) and (DDH_Slots(0,0)<999999999999900) then
    FF_Active = true
  else
    FF_Active=false
  end if
End Function
 
change to ....
Function FF_Active()
  if (FF_DOFLinx=1) and (DDH_Slots(0,0)<999999999999900) then
    FF_Active = true
  else
    FF_Active=true
  end if
End Function

This will tell the DOFLinx FP code that every toy exists.  Once this is done redo the test as above and try the flipper(s).  And the answer is ......


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#42 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 13 July 2020 - 02:28 PM

Now I see where you're going with this... haha.  I changed the script to the above, but got the following error in red after i loaded the table: Pinball Meditation Error Script Error: Line 1 overflow "DDH_Slots (...)" and none of my buttons were working. 

 

No errors or anything showing in the log.   Thanks again! 



#43 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 13 July 2020 - 11:35 PM

Now I see where you're going with this... haha.  I changed the script to the above, but got the following error in red after i loaded the table: Pinball Meditation Error Script Error: Line 1 overflow "DDH_Slots (...)" and none of my buttons were working. 

 

No errors or anything showing in the log.   Thanks again! 

 

OK, Clearly I made an error with the testing hack.  Just got to work so I will go through this tonight and see if I can come up with a better change to test this.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#44 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 14 July 2020 - 12:57 AM

No worries!  And no rush.  I appreciate the help! 



#45 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 14 July 2020 - 09:59 AM

Ha, had the wrong sub-routine - sorry  :facepalm:    That told FP that is was connected to DOFLinx before its was, not that the device was there when it wasn't.

 

Same as above but this change.  Currently .....

Function FF_IsDevice(ByVal TestFor)
  if (DDH_Slots(0,0) and (2^(TestFor-1))) = 2^(TestFor-1) then
    FF_IsDevice = true
  else
    FF_IsDevice = false
  end if
End Function
 
For testing ....
Function FF_IsDevice(ByVal TestFor)
  if (DDH_Slots(0,0) and (2^(TestFor-1))) = 2^(TestFor-1) then
    FF_IsDevice = true
  else
    FF_IsDevice = true
  end if
End Function

So just changing that else false to true.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#46 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 14 July 2020 - 06:20 PM

It worked!  I'm getting a rumble when the LS, RS, LF & RF is "activated". 
 
I did notice though that it seems like when one of the "toys" listed in the XBOX_RUMBLE command series is activated, that it seems to go through the entire series of rumble commands in the line, like it's ignoring the "," between the different "toys" and just moving to the next rumble command automatically.  I reduced the rumble time to 300 for all "toys" to see if it was just a timing issue (since the ball is hitting each "toy" so quickly), but it didn't seem to make a difference.  I'll try a few other changes in the ini file to see if i can separate the commands.  Or, maybe what is occurring is just a function of testing the sub-routine?   In any case, it is definitely registering "hits" on the LS/RS/RF/LF and translating those "hits" into controller rumbles!   
 
FYI - None of the above is showing in the log, but it's definitely occurring.  
 
Thanks again, this is awesome!


#47 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 15 July 2020 - 01:15 AM

Great news.  Thanks for the update.  Now we can move on to getting it right!

 

If you can do your testing and investigation then report back that would be great.  I can add in some more logging to a special version of DOFLinx if we need it.  Before then, when you've got the current testing done can you please "Show Variables" in the DOFLinx log so that I can tell what's loading up when looking into the issues with running the correct rumble.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#48 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 15 July 2020 - 03:54 AM

So I was wrong about it ignoring the "," separators between each toy.  What is happening is that it's ignoring the millisecond parameters, so when it registers a "hit" on each toy, the rumble turns on and just stays on. It'll register a "hit" on a different toy, but the rumble from the last toy "hit" just stays active.  I've tried long and short millisecond parameters but no difference, the rumble just stays on.  The rumble stays on until you quit out of both the table and the FP exe. 

 

I tried to separate the rumble commands on separate lines for each toy, but no changes, i.e.:

 

XBOX_RUMBLE=LF,1,R,60000,1000

XBOX_RUMBLE-RF,1,L,60000,1000 

etc.

etc.

...But that didn't do anything.

 

I also found that I had to completely restart my computer in order for DOFlinx to register any changes in the ini. Maybe a RAM thing? 

 

Here's the log showing variables:

 

14-Jul-20 20:13:31.144 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
14-Jul-20 20:13:31.160 - Starting up - version 7.15
14-Jul-20 20:13:31.160 - For support come and visit the community here http://www.vpforums....p?showforum=104
14-Jul-20 20:13:31.160 - Pre-Reading DOFLinx.INI startup config file details
14-Jul-20 20:13:31.222 - DEBUG enabled with showing of window True
14-Jul-20 20:13:31.376 - XBox controller 1 detected, capability = Wired
14-Jul-20 20:13:31.407 - Joystick # 1 detected : 10 buttons   DPAD Z-Axis
14-Jul-20 20:13:31.407 - Joystick # 2 detected : 12 buttons   DPAD Z-Axis
14-Jul-20 20:13:31.460 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:13:31.460 - Reading DOFLinx.INI startup config file details
14-Jul-20 20:13:31.476 - Turning DEBUG off
14-Jul-20 20:13:31.476 - DEBUG enabled with showing of window True
14-Jul-20 20:13:31.492 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig.ini
14-Jul-20 20:13:31.507 - Set Debug Privilege = Set OK
14-Jul-20 20:13:33.365 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:13:34.614 - ***********************************
14-Jul-20 20:13:34.614 - Showing key variables for debugging
14-Jul-20 20:13:34.614 - ***********************************
14-Jul-20 20:13:34.614 -   1      = True
14-Jul-20 20:13:34.614 -   2      = Nothing
14-Jul-20 20:13:34.630 -   3      = Nothing
14-Jul-20 20:13:34.630 -   4      = Nothing
14-Jul-20 20:13:34.630 -   5      = Nothing
14-Jul-20 20:13:34.630 -   6      = Nothing
14-Jul-20 20:13:34.630 -   7      = Nothing
14-Jul-20 20:13:34.646 -   8      = C:\DirectOutput\FX3\
14-Jul-20 20:13:34.652 -   9      = Nothing
14-Jul-20 20:13:34.652 -  10      = C:\DirectOutput\FX3_B2S\
14-Jul-20 20:13:34.668 -  11      = c:\Visual Pinball\Tables\
14-Jul-20 20:13:34.668 -  12      = Nothing
14-Jul-20 20:13:34.668 -  13      = Nothing
14-Jul-20 20:13:34.683 -  14      = Nothing
14-Jul-20 20:13:34.699 -  15      = Nothing
14-Jul-20 20:13:34.699 -  16      = Nothing
14-Jul-20 20:13:34.715 -  17      = 2000 ( 0x7D0 )
14-Jul-20 20:13:34.730 -  18      = Nothing
14-Jul-20 20:13:34.746 -  19      = Nothing
14-Jul-20 20:13:34.752 -  20      = Nothing
14-Jul-20 20:13:34.752 -  21      = Nothing
14-Jul-20 20:13:34.768 -  22      = Nothing
14-Jul-20 20:13:34.768 -  23      = C:\DirectOutput\config\GlobalConfig_b2sServer.xml
14-Jul-20 20:13:34.784 -  24      = Nothing
14-Jul-20 20:13:34.784 -  25      = Nothing
14-Jul-20 20:13:34.799 -  26      = 100 ( 0x64 )
14-Jul-20 20:13:34.799 -  27      = RUMB
14-Jul-20 20:13:34.815 -  28      = True False False False 
14-Jul-20 20:13:34.831 -  29      = False False False False 
14-Jul-20 20:13:34.831 -  30      = False False False False 
14-Jul-20 20:13:34.846 -  31      = 36 ( 0x24 )
14-Jul-20 20:13:34.853 -  31.0000 = 0 -  - 0 - 0
14-Jul-20 20:13:34.853 -  31.0001 = 0 -  - 0 - 0
14-Jul-20 20:13:34.868 -  31.0002 = 0 -  - 0 - 0
14-Jul-20 20:13:34.868 -  31.0003 = 1 - R - 60000 - 300
14-Jul-20 20:13:34.884 -  31.0004 = 1 - R - 60000 - 300
14-Jul-20 20:13:34.884 -  31.0005 = 0 -  - 0 - 0
14-Jul-20 20:13:34.900 -  31.0006 = 0 -  - 0 - 0
14-Jul-20 20:13:34.900 -  31.0007 = 0 -  - 0 - 0
14-Jul-20 20:13:34.915 -  31.0008 = 0 -  - 0 - 0
14-Jul-20 20:13:34.915 -  31.0009 = 0 -  - 0 - 0
14-Jul-20 20:13:34.931 -  31.0010 = 0 -  - 0 - 0
14-Jul-20 20:13:34.946 -  31.0011 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0012 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0013 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0014 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0015 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0016 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0017 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0018 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0019 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0020 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0021 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0022 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0023 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0024 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0025 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0026 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0027 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0028 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0029 = 0 -  - 0 - 0
14-Jul-20 20:13:35.047 -  31.0030 = 0 -  - 0 - 0
14-Jul-20 20:13:35.047 -  31.0031 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0032 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0033 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0034 = 0 -  - 0 - 0
14-Jul-20 20:13:35.069 -  31.0035 = 0 -  - 0 - 0
14-Jul-20 20:13:35.069 -  32      = 2 ( 0x2 )
14-Jul-20 20:13:35.069 -  32.0000 = 05 - 12 - 1 - L - 65000 - 150 - 0 - 
14-Jul-20 20:13:35.084 -  32.0001 = 06 - 12 - 1 - L - 65000 - 150 - 0 - 
14-Jul-20 20:13:35.084 -  33      = JOY
14-Jul-20 20:13:35.084 -  34      = True True False False False False False False False False False False False False False False 
14-Jul-20 20:13:35.100 -  35      = True True False False False False False False False False False False False False False False 
14-Jul-20 20:13:35.100 -  36      = Nothing
14-Jul-20 20:13:35.100 -  37      = 1 ( 0x1 )
14-Jul-20 20:13:35.116 -  38      = 122 ( 0x7A )
14-Jul-20 20:13:35.116 -  38.0000 = WHITE
14-Jul-20 20:13:35.116 -  38.0001 = RED
14-Jul-20 20:13:35.131 -  38.0002 = LIME
14-Jul-20 20:13:35.131 -  38.0003 = BLUE
14-Jul-20 20:13:35.131 -  38.0004 = YELLOW
14-Jul-20 20:13:35.147 -  38.0005 = CYAN
14-Jul-20 20:13:35.147 -  38.0006 = MAGENTA
14-Jul-20 20:13:35.153 -  38.0007 = SILVER
14-Jul-20 20:13:35.153 -  38.0008 = GRAY
14-Jul-20 20:13:35.153 -  38.0009 = BROWN
14-Jul-20 20:13:35.169 -  38.0010 = OLIVE
14-Jul-20 20:13:35.169 -  38.0011 = GREEN
14-Jul-20 20:13:35.169 -  38.0012 = PURPLE
14-Jul-20 20:13:35.185 -  38.0013 = TEAL
14-Jul-20 20:13:35.185 -  38.0014 = NAVY
14-Jul-20 20:13:35.185 -  38.0015 = DARK_RED
14-Jul-20 20:13:35.200 -  38.0016 = BLACK
14-Jul-20 20:13:35.200 -  38.0017 = FIREBRICK
14-Jul-20 20:13:35.200 -  38.0018 = CRIMSON
14-Jul-20 20:13:35.216 -  38.0019 = TOMATO
14-Jul-20 20:13:35.216 -  38.0020 = CORAL
14-Jul-20 20:13:35.216 -  38.0021 = INDIAN_RED
14-Jul-20 20:13:35.232 -  38.0022 = LIGHT_CORAL
14-Jul-20 20:13:35.232 -  38.0023 = DARK_SALMON
14-Jul-20 20:13:35.232 -  38.0024 = SALMON
14-Jul-20 20:13:35.247 -  38.0025 = LIGHT_SALMON
14-Jul-20 20:13:35.254 -  38.0026 = ORANGE_RED
14-Jul-20 20:13:35.254 -  38.0027 = DARK_ORANGE
14-Jul-20 20:13:35.254 -  38.0028 = ORANGE
14-Jul-20 20:13:35.269 -  38.0029 = GOLD
14-Jul-20 20:13:35.269 -  38.0030 = DARK_GOLDEN_ROD
14-Jul-20 20:13:35.269 -  38.0031 = GOLDEN_ROD
14-Jul-20 20:13:35.285 -  38.0032 = PALE_GOLDEN_ROD
14-Jul-20 20:13:35.285 -  38.0033 = DARK_KHAKI
14-Jul-20 20:13:35.285 -  38.0034 = KHAKI
14-Jul-20 20:13:35.301 -  38.0035 = YELLOW_GREEN
14-Jul-20 20:13:35.301 -  38.0036 = DARK_OLIVE_GREEN
14-Jul-20 20:13:35.301 -  38.0037 = OLIVE_DRAB
14-Jul-20 20:13:35.316 -  38.0038 = LAWN_GREEN
14-Jul-20 20:13:35.316 -  38.0039 = CHART_REUSE
14-Jul-20 20:13:35.316 -  38.0040 = GREEN_YELLOW
14-Jul-20 20:13:35.332 -  38.0041 = DARK_GREEN
14-Jul-20 20:13:35.332 -  38.0042 = FOREST_GREEN
14-Jul-20 20:13:35.332 -  38.0043 = LIME_GREEN
14-Jul-20 20:13:35.347 -  38.0044 = LIGHT_GREEN
14-Jul-20 20:13:35.354 -  38.0045 = PALE_GREEN
14-Jul-20 20:13:35.354 -  38.0046 = DARK_SEA_GREEN
14-Jul-20 20:13:35.354 -  38.0047 = MEDIUM_SPRING_GREEN
14-Jul-20 20:13:35.354 -  38.0048 = SPRING_GREEN
14-Jul-20 20:13:35.370 -  38.0049 = SEA_GREEN
14-Jul-20 20:13:35.370 -  38.0050 = MEDIUM_AQUA_MARINE
14-Jul-20 20:13:35.385 -  38.0051 = MEDIUM_SEA_GREEN
14-Jul-20 20:13:35.385 -  38.0052 = LIGHT_SEA_GREEN
14-Jul-20 20:13:35.385 -  38.0053 = DARK_SLATE_GRAY
14-Jul-20 20:13:35.401 -  38.0054 = DARK_CYAN
14-Jul-20 20:13:35.401 -  38.0055 = AQUA
14-Jul-20 20:13:35.401 -  38.0056 = LIGHT_CYAN
14-Jul-20 20:13:35.416 -  38.0057 = DARK_TURQUOISE
14-Jul-20 20:13:35.416 -  38.0058 = TURQUOISE
14-Jul-20 20:13:35.416 -  38.0059 = MEDIUM_TURQUOISE
14-Jul-20 20:13:35.432 -  38.0060 = PALE_TURQUOISE
14-Jul-20 20:13:35.432 -  38.0061 = AQUA_MARINE
14-Jul-20 20:13:35.432 -  38.0062 = POWDER_BLUE
14-Jul-20 20:13:35.448 -  38.0063 = CADET_BLUE
14-Jul-20 20:13:35.454 -  38.0064 = STEEL_BLUE
14-Jul-20 20:13:35.454 -  38.0065 = CORN_FLOWER_BLUE
14-Jul-20 20:13:35.470 -  38.0066 = DEEP_SKY_BLUE
14-Jul-20 20:13:35.470 -  38.0067 = DODGER_BLUE
14-Jul-20 20:13:35.470 -  38.0068 = LIGHT_BLUE
14-Jul-20 20:13:35.485 -  38.0069 = SKY_BLUE
14-Jul-20 20:13:35.485 -  38.0070 = LIGHT_SKY_BLUE
14-Jul-20 20:13:35.485 -  38.0071 = MIDNIGHT_BLUE
14-Jul-20 20:13:35.501 -  38.0072 = DARK_BLUE
14-Jul-20 20:13:35.501 -  38.0073 = MEDIUM_BLUE
14-Jul-20 20:13:35.501 -  38.0074 = ROYAL_BLUE
14-Jul-20 20:13:35.517 -  38.0075 = BLUE_VIOLET
14-Jul-20 20:13:35.517 -  38.0076 = INDIGO
14-Jul-20 20:13:35.517 -  38.0077 = DARK_SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0078 = SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0079 = MEDIUM_SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0080 = MEDIUM_PURPLE
14-Jul-20 20:13:35.548 -  38.0081 = DARK_MAGENTA
14-Jul-20 20:13:35.554 -  38.0082 = DARK_VIOLET
14-Jul-20 20:13:35.554 -  38.0083 = DARK_ORCHID
14-Jul-20 20:13:35.554 -  38.0084 = MEDIUM_ORCHID
14-Jul-20 20:13:35.570 -  38.0085 = THISTLE
14-Jul-20 20:13:35.570 -  38.0086 = PLUM
14-Jul-20 20:13:35.570 -  38.0087 = VIOLET
14-Jul-20 20:13:35.586 -  38.0088 = ORCHID
14-Jul-20 20:13:35.586 -  38.0089 = MEDIUM_VIOLET_RED
14-Jul-20 20:13:35.586 -  38.0090 = PALE_VIOLET_RED
14-Jul-20 20:13:35.601 -  38.0091 = DEEP_PINK
14-Jul-20 20:13:35.601 -  38.0092 = LIGHT_PINK
14-Jul-20 20:13:35.617 -  38.0093 = PINK
14-Jul-20 20:13:35.617 -  38.0094 = ANTIQUE_WHITE
14-Jul-20 20:13:35.617 -  38.0095 = BEIGE
14-Jul-20 20:13:35.633 -  38.0096 = BISQUE
14-Jul-20 20:13:35.633 -  38.0097 = CORN_SILK
14-Jul-20 20:13:35.633 -  38.0098 = LEMON_CHIFFON
14-Jul-20 20:13:35.648 -  38.0099 = LIGHT_GOLDEN_ROD
14-Jul-20 20:13:35.655 -  38.0100 = LIGHT_YELLOW
14-Jul-20 20:13:35.655 -  38.0101 = SADDLE_BROWN
14-Jul-20 20:13:35.655 -  38.0102 = SIENNA
14-Jul-20 20:13:35.670 -  38.0103 = CHOCOLATE
14-Jul-20 20:13:35.670 -  38.0104 = PERU
14-Jul-20 20:13:35.670 -  38.0105 = SANDY_BROWN
14-Jul-20 20:13:35.686 -  38.0106 = BURLY_WOOD
14-Jul-20 20:13:35.686 -  38.0107 = TAN
14-Jul-20 20:13:35.686 -  38.0108 = ROSY_BROWN
14-Jul-20 20:13:35.702 -  38.0109 = MOCCASIN
14-Jul-20 20:13:35.702 -  38.0110 = NAVAJO_WHITE
14-Jul-20 20:13:35.702 -  38.0111 = PEACH_PUFF
14-Jul-20 20:13:35.717 -  38.0112 = MISTY_ROSE
14-Jul-20 20:13:35.717 -  38.0113 = LAVENDER_BLUSH
14-Jul-20 20:13:35.717 -  38.0114 = PAPAYA_WHIP
14-Jul-20 20:13:35.733 -  38.0115 = SLATE_GRAY
14-Jul-20 20:13:35.733 -  38.0116 = LIGHT_SLATE_GRAY
14-Jul-20 20:13:35.733 -  38.0117 = LIGHT_STEEL_BLUE
14-Jul-20 20:13:35.748 -  38.0118 = LAVENDER
14-Jul-20 20:13:35.755 -  38.0119 = DIM_GRAY
14-Jul-20 20:13:35.755 -  38.0120 = DARK_GRAY
14-Jul-20 20:13:35.755 -  38.0121 = AMBER
14-Jul-20 20:13:35.755 -  39      = 122 ( 0x7A )
14-Jul-20 20:13:35.771 -  39.0000 = FF:FF:FF
14-Jul-20 20:13:35.771 -  39.0001 = FF:00:00
14-Jul-20 20:13:35.786 -  39.0002 = 00:FF:00
14-Jul-20 20:13:35.786 -  39.0003 = 00:00:FF
14-Jul-20 20:13:35.802 -  39.0004 = FF:FF:00
14-Jul-20 20:13:35.802 -  39.0005 = 00:FF:FF
14-Jul-20 20:13:35.802 -  39.0006 = FF:00:FF
14-Jul-20 20:13:35.817 -  39.0007 = C0:C0:C0
14-Jul-20 20:13:35.817 -  39.0008 = 80:80:80
14-Jul-20 20:13:35.817 -  39.0009 = 80:00:00
14-Jul-20 20:13:35.833 -  39.0010 = 80:80:00
14-Jul-20 20:13:35.833 -  39.0011 = 00:80:00
14-Jul-20 20:13:35.833 -  39.0012 = 80:00:80
14-Jul-20 20:13:35.849 -  39.0013 = 00:80:80
14-Jul-20 20:13:35.849 -  39.0014 = 00:00:80
14-Jul-20 20:13:35.855 -  39.0015 = 8B:00:00
14-Jul-20 20:13:35.855 -  39.0016 = 00:00:00
14-Jul-20 20:13:35.855 -  39.0017 = B2:22:22
14-Jul-20 20:13:35.871 -  39.0018 = DC:14:3C
14-Jul-20 20:13:35.871 -  39.0019 = FF:63:47
14-Jul-20 20:13:35.871 -  39.0020 = FF:7F:50
14-Jul-20 20:13:35.886 -  39.0021 = CD:5C:5C
14-Jul-20 20:13:35.886 -  39.0022 = F0:80:80
14-Jul-20 20:13:35.886 -  39.0023 = E9:96:7A
14-Jul-20 20:13:35.902 -  39.0024 = FA:80:72
14-Jul-20 20:13:35.902 -  39.0025 = FF:A0:7A
14-Jul-20 20:13:35.902 -  39.0026 = FF:45:00
14-Jul-20 20:13:35.918 -  39.0027 = FF:8C:00
14-Jul-20 20:13:35.918 -  39.0028 = FF:A5:00
14-Jul-20 20:13:35.918 -  39.0029 = FF:D7:00
14-Jul-20 20:13:35.933 -  39.0030 = B8:86:0B
14-Jul-20 20:13:35.933 -  39.0031 = DA:A5:20
14-Jul-20 20:13:35.933 -  39.0032 = EE:E8:AA
14-Jul-20 20:13:35.949 -  39.0033 = BD:B7:6B
14-Jul-20 20:13:35.955 -  39.0034 = F0:E6:8C
14-Jul-20 20:13:35.955 -  39.0035 = 9A:CD:32
14-Jul-20 20:13:35.955 -  39.0036 = 55:6B:2F
14-Jul-20 20:13:35.971 -  39.0037 = 6B:8E:23
14-Jul-20 20:13:35.971 -  39.0038 = 7C:FC:00
14-Jul-20 20:13:35.971 -  39.0039 = 7F:FF:00
14-Jul-20 20:13:35.987 -  39.0040 = AD:FF:2F
14-Jul-20 20:13:35.987 -  39.0041 = 00:64:00
14-Jul-20 20:13:35.987 -  39.0042 = 22:8B:22
14-Jul-20 20:13:36.002 -  39.0043 = 32:CD:32
14-Jul-20 20:13:36.002 -  39.0044 = 90:EE:90
14-Jul-20 20:13:36.002 -  39.0045 = 98:FB:98
14-Jul-20 20:13:36.018 -  39.0046 = 8F:BC:8F
14-Jul-20 20:13:36.018 -  39.0047 = 00:FA:9A
14-Jul-20 20:13:36.018 -  39.0048 = 00:FF:7F
14-Jul-20 20:13:36.034 -  39.0049 = 2E:8B:57
14-Jul-20 20:13:36.034 -  39.0050 = 66:CD:AA
14-Jul-20 20:13:36.034 -  39.0051 = 3C:B3:71
14-Jul-20 20:13:36.049 -  39.0052 = 20:B2:AA
14-Jul-20 20:13:36.049 -  39.0053 = 2F:4F:4F
14-Jul-20 20:13:36.056 -  39.0054 = 00:8B:8B
14-Jul-20 20:13:36.056 -  39.0055 = 00:FF:FF
14-Jul-20 20:13:36.056 -  39.0056 = E0:FF:FF
14-Jul-20 20:13:36.071 -  39.0057 = 00:CE:D1
14-Jul-20 20:13:36.071 -  39.0058 = 40:E0:D0
14-Jul-20 20:13:36.071 -  39.0059 = 48:D1:CC
14-Jul-20 20:13:36.087 -  39.0060 = AF:EE:EE
14-Jul-20 20:13:36.087 -  39.0061 = 7F:FF:D4
14-Jul-20 20:13:36.087 -  39.0062 = B0:E0:E6
14-Jul-20 20:13:36.103 -  39.0063 = 5F:9E:A0
14-Jul-20 20:13:36.103 -  39.0064 = 46:82:B4
14-Jul-20 20:13:36.103 -  39.0065 = 64:95:ED
14-Jul-20 20:13:36.118 -  39.0066 = 00:BF:FF
14-Jul-20 20:13:36.118 -  39.0067 = 1E:90:FF
14-Jul-20 20:13:36.118 -  39.0068 = AD:D8:E6
14-Jul-20 20:13:36.134 -  39.0069 = 87:CE:EB
14-Jul-20 20:13:36.134 -  39.0070 = 87:CE:FA
14-Jul-20 20:13:36.134 -  39.0071 = 19:19:70
14-Jul-20 20:13:36.149 -  39.0072 = 00:00:8B
14-Jul-20 20:13:36.156 -  39.0073 = 00:00:CD
14-Jul-20 20:13:36.156 -  39.0074 = 41:69:E1
14-Jul-20 20:13:36.156 -  39.0075 = 8A:2B:E2
14-Jul-20 20:13:36.172 -  39.0076 = 4B:00:82
14-Jul-20 20:13:36.172 -  39.0077 = 48:3D:8B
14-Jul-20 20:13:36.172 -  39.0078 = 6A:5A:CD
14-Jul-20 20:13:36.187 -  39.0079 = 7B:68:EE
14-Jul-20 20:13:36.187 -  39.0080 = 93:70:DB
14-Jul-20 20:13:36.187 -  39.0081 = 8B:00:8B
14-Jul-20 20:13:36.203 -  39.0082 = 94:00:D3
14-Jul-20 20:13:36.203 -  39.0083 = 99:32:CC
14-Jul-20 20:13:36.203 -  39.0084 = BA:55:D3
14-Jul-20 20:13:36.218 -  39.0085 = D8:BF:D8
14-Jul-20 20:13:36.218 -  39.0086 = DD:A0:DD
14-Jul-20 20:13:36.218 -  39.0087 = EE:82:EE
14-Jul-20 20:13:36.218 -  39.0088 = DA:70:D6
14-Jul-20 20:13:36.234 -  39.0089 = C7:15:85
14-Jul-20 20:13:36.234 -  39.0090 = DB:70:93
14-Jul-20 20:13:36.250 -  39.0091 = FF:14:93
14-Jul-20 20:13:36.250 -  39.0092 = FF:B6:C1
14-Jul-20 20:13:36.256 -  39.0093 = FF:C0:CB
14-Jul-20 20:13:36.256 -  39.0094 = FA:EB:D7
14-Jul-20 20:13:36.256 -  39.0095 = F5:F5:DC
14-Jul-20 20:13:36.272 -  39.0096 = FF:E4:C4
14-Jul-20 20:13:36.272 -  39.0097 = FF:F8:DC
14-Jul-20 20:13:36.272 -  39.0098 = FF:FA:CD
14-Jul-20 20:13:36.287 -  39.0099 = FA:FA:D2
14-Jul-20 20:13:36.287 -  39.0100 = FF:FF:E0
14-Jul-20 20:13:36.287 -  39.0101 = 8B:45:13
14-Jul-20 20:13:36.303 -  39.0102 = A0:52:2D
14-Jul-20 20:13:36.303 -  39.0103 = D2:69:1E
14-Jul-20 20:13:36.303 -  39.0104 = CD:85:3F
14-Jul-20 20:13:36.319 -  39.0105 = F4:A4:60
14-Jul-20 20:13:36.319 -  39.0106 = DE:B8:87
14-Jul-20 20:13:36.319 -  39.0107 = D2:B4:8C
14-Jul-20 20:13:36.334 -  39.0108 = BC:8F:8F
14-Jul-20 20:13:36.334 -  39.0109 = FF:E4:B5
14-Jul-20 20:13:36.334 -  39.0110 = FF:DE:AD
14-Jul-20 20:13:36.350 -  39.0111 = FF:DA:B9
14-Jul-20 20:13:36.350 -  39.0112 = FF:E4:E1
14-Jul-20 20:13:36.356 -  39.0113 = FF:F0:F5
14-Jul-20 20:13:36.356 -  39.0114 = FF:EF:D5
14-Jul-20 20:13:36.356 -  39.0115 = 70:80:90
14-Jul-20 20:13:36.372 -  39.0116 = 77:88:99
14-Jul-20 20:13:36.372 -  39.0117 = B0:C4:DE
14-Jul-20 20:13:36.372 -  39.0118 = E6:E6:FA
14-Jul-20 20:13:36.388 -  39.0119 = 69:69:69
14-Jul-20 20:13:36.388 -  39.0120 = A9:A9:A9
14-Jul-20 20:13:36.388 -  39.0121 = FF:BF:00
14-Jul-20 20:13:36.403 -  40      = Nothing
14-Jul-20 20:13:36.403 -  41      = Nothing
14-Jul-20 20:13:36.403 -  42      = Nothing
14-Jul-20 20:13:36.419 -  43      = RAINBOW
14-Jul-20 20:13:36.419 -  44      = TIME
14-Jul-20 20:13:36.419 -  45      = 5000 ( 0x1388 )
14-Jul-20 20:13:36.435 -  46      = Nothing
14-Jul-20 20:13:36.435 -  47      = Nothing
14-Jul-20 20:13:36.435 -  48      = Nothing
14-Jul-20 20:13:36.450 -  49      = Nothing
14-Jul-20 20:13:36.457 -  50      = Nothing
14-Jul-20 20:13:36.457 -  51      = Nothing
14-Jul-20 20:13:36.457 -  52      = True
14-Jul-20 20:13:36.472 -  53      = Nothing
14-Jul-20 20:13:36.472 -  54      = True
14-Jul-20 20:13:36.472 -  55      = Nothing
14-Jul-20 20:13:36.488 -  56      = Nothing
14-Jul-20 20:13:36.488 -  57      = Nothing
14-Jul-20 20:13:36.488 -  58      = Nothing
14-Jul-20 20:13:36.504 -  59      = 500 ( 0x1F4 )
14-Jul-20 20:13:36.504 -  60      = Nothing
14-Jul-20 20:13:36.504 -  61      = Nothing
14-Jul-20 20:13:36.519 -  62      = KEYC
14-Jul-20 20:13:36.519 -  63      = Nothing
14-Jul-20 20:13:36.519 -  64      = Nothing
14-Jul-20 20:13:36.535 -  65      = Nothing
14-Jul-20 20:13:36.535 -  66      = Nothing
14-Jul-20 20:13:36.535 -  67      = FIX
14-Jul-20 20:13:36.535 -  68      = Nothing
14-Jul-20 20:13:36.550 -  69      = Nothing
14-Jul-20 20:13:36.557 -  70      = Nothing
14-Jul-20 20:13:36.557 -  71      = Nothing
14-Jul-20 20:13:36.557 -  72      = Nothing
14-Jul-20 20:13:36.573 -  73      = Nothing
14-Jul-20 20:13:36.573 -  74      = Nothing
14-Jul-20 20:13:36.573 -  75      = Nothing
14-Jul-20 20:13:36.588 -  76      = Nothing
14-Jul-20 20:13:36.588 -  77      = Nothing
14-Jul-20 20:13:36.588 -  78      = LKD
14-Jul-20 20:13:36.604 -  79      = Nothing
14-Jul-20 20:13:36.604 -  80      = LKB
14-Jul-20 20:13:36.604 -  81      = Nothing
14-Jul-20 20:13:36.619 -  82      = LKF
14-Jul-20 20:13:36.619 -  83      = Nothing
14-Jul-20 20:13:36.619 -  84      = 100
14-Jul-20 20:13:36.635 -  85      = 0
14-Jul-20 20:13:36.635 -  85.0001 = 0
14-Jul-20 20:13:36.635 -  85.0002 = 0
14-Jul-20 20:13:36.635 -  85.0003 = False
14-Jul-20 20:13:36.651 -  85.0004 = False
14-Jul-20 20:13:36.657 -  86      = LITB
14-Jul-20 20:13:36.657 -  87      = KEYR
14-Jul-20 20:13:36.657 -  88      = Nothing
14-Jul-20 20:13:36.673 -  89      = Nothing
14-Jul-20 20:13:36.673 -  90      = 6 ( 0x6 )
14-Jul-20 20:13:36.673 -  90.0000 = Pinball FX2
14-Jul-20 20:13:36.688 -  90.0001 = Pinball FX3
14-Jul-20 20:13:36.688 -  90.0002 = Pinball FX2
14-Jul-20 20:13:36.688 -  90.0003 = Future Pinball
14-Jul-20 20:13:36.704 -  90.0004 = FPLoader
14-Jul-20 20:13:36.704 -  90.0005 = VPinballX
14-Jul-20 20:13:36.704 -  91      = FX2
14-Jul-20 20:13:36.720 -  92      = 10000 ( 0x2710 )
14-Jul-20 20:13:36.720 -  93      = Nothing
14-Jul-20 20:13:36.720 -  94      = Nothing
14-Jul-20 20:13:36.735 -  95      = True
14-Jul-20 20:13:36.735 -  96      = Nothing
14-Jul-20 20:13:36.735 -  97      = FX3
14-Jul-20 20:13:36.751 -  98      = Nothing
14-Jul-20 20:13:36.757 -  99      = Nothing
14-Jul-20 20:13:36.757 - 100      = Nothing
14-Jul-20 20:13:36.757 - 101      = Nothing
14-Jul-20 20:13:36.757 - 102      = Nothing
14-Jul-20 20:13:36.773 - 103      = True
14-Jul-20 20:13:36.773 - 104      = Nothing
14-Jul-20 20:13:36.773 - 105      = Nothing
14-Jul-20 20:13:36.789 - 106      = FP
14-Jul-20 20:13:36.789 - 107      = Nothing
14-Jul-20 20:13:36.789 - 108      = 95000 ( 0x17318 )
14-Jul-20 20:13:36.804 - 109      = Nothing
14-Jul-20 20:13:36.804 - 110      = True
14-Jul-20 20:13:36.804 - 111      = Nothing
14-Jul-20 20:13:36.820 - 112      = 127A
14-Jul-20 20:13:36.820 - 112.0000 = Nothing
14-Jul-20 20:13:36.820 - 112.0001 = Nothing
14-Jul-20 20:13:36.836 - 112.0002 = Nothing
14-Jul-20 20:13:36.836 - 112.0003 = Nothing
14-Jul-20 20:13:36.836 - 112.0004 = Nothing
14-Jul-20 20:13:36.836 - 112.0005 = Nothing
14-Jul-20 20:13:36.851 - 112.0006 = Nothing
14-Jul-20 20:13:36.858 - 112.0007 = Nothing
14-Jul-20 20:13:36.858 - 112.0008 = Nothing
14-Jul-20 20:13:36.858 - 112.0009 = Nothing
14-Jul-20 20:13:36.873 - 112.0010 = Nothing
14-Jul-20 20:13:36.873 - 112.0011 = Nothing
14-Jul-20 20:13:36.873 - 112.0012 = Nothing
14-Jul-20 20:13:36.889 - 112.0013 = Nothing
14-Jul-20 20:13:36.889 - 112.0014 = Nothing
14-Jul-20 20:13:36.889 - 112.0015 = Nothing
14-Jul-20 20:13:36.905 - 112.0016 = Nothing
14-Jul-20 20:13:36.905 - 112.0017 = Nothing
14-Jul-20 20:13:36.905 - 112.0018 = Nothing
14-Jul-20 20:13:36.920 - 112.0019 = Nothing
14-Jul-20 20:13:36.920 - 112.0020 = Nothing
14-Jul-20 20:13:36.920 - 112.0021 = Nothing
14-Jul-20 20:13:36.936 - 112.0022 = Nothing
14-Jul-20 20:13:36.936 - 112.0023 = Nothing
14-Jul-20 20:13:36.936 - 112.0024 = Nothing
14-Jul-20 20:13:36.951 - 112.0025 = Nothing
14-Jul-20 20:13:36.958 - 112.0026 = Nothing
14-Jul-20 20:13:36.958 - 112.0027 = Nothing
14-Jul-20 20:13:36.958 - 112.0028 = Nothing
14-Jul-20 20:13:36.974 - 112.0029 = Nothing
14-Jul-20 20:13:36.974 - 112.0030 = Nothing
14-Jul-20 20:13:36.974 - 112.0031 = Nothing
14-Jul-20 20:13:36.989 - 112.0032 = Nothing
14-Jul-20 20:13:36.989 - 112.0033 = Nothing
14-Jul-20 20:13:36.989 - 112.0034 = Nothing
14-Jul-20 20:13:37.005 - 112.0035 = Nothing
14-Jul-20 20:13:37.005 - 112.0036 = Nothing
14-Jul-20 20:13:37.005 - 112.0037 = Nothing
14-Jul-20 20:13:37.020 - 112.0038 = Nothing
14-Jul-20 20:13:37.020 - 112.0039 = Nothing
14-Jul-20 20:13:37.020 - 112.0040 = Nothing
14-Jul-20 20:13:37.036 - 112.0041 = Nothing
14-Jul-20 20:13:37.036 - 112.0042 = Nothing
14-Jul-20 20:13:37.036 - 112.0043 = Nothing
14-Jul-20 20:13:37.052 - 112.0044 = Nothing
14-Jul-20 20:13:37.052 - 112.0045 = Nothing
14-Jul-20 20:13:37.058 - 112.0046 = Nothing
14-Jul-20 20:13:37.058 - 112.0047 = Nothing
14-Jul-20 20:13:37.058 - 112.0048 = Nothing
14-Jul-20 20:13:37.074 - 112.0049 = Nothing
14-Jul-20 20:13:37.074 - 112.0050 = Nothing
14-Jul-20 20:13:37.074 - 112.0051 = Nothing
14-Jul-20 20:13:37.089 - 112.0052 = Nothing
14-Jul-20 20:13:37.089 - 112.0053 = Nothing
14-Jul-20 20:13:37.089 - 112.0054 = Nothing
14-Jul-20 20:13:37.105 - 112.0055 = Nothing
14-Jul-20 20:13:37.105 - 112.0056 = Nothing
14-Jul-20 20:13:37.105 - 112.0057 = Nothing
14-Jul-20 20:13:37.121 - 112.0058 = Nothing
14-Jul-20 20:13:37.121 - 112.0059 = Nothing
14-Jul-20 20:13:37.121 - 112.0060 = Nothing
14-Jul-20 20:13:37.136 - 112.0061 = Nothing
14-Jul-20 20:13:37.136 - 112.0062 = Nothing
14-Jul-20 20:13:37.136 - 112.0063 = Nothing
14-Jul-20 20:13:37.152 - 112.0064 = Nothing
14-Jul-20 20:13:37.152 - 112.0065 = Nothing
14-Jul-20 20:13:37.158 - 112.0066 = Nothing
14-Jul-20 20:13:37.158 - 112.0067 = Nothing
14-Jul-20 20:13:37.158 - 112.0068 = Nothing
14-Jul-20 20:13:37.174 - 112.0069 = Nothing
14-Jul-20 20:13:37.174 - 112.0070 = Nothing
14-Jul-20 20:13:37.174 - 112.0071 = Nothing
14-Jul-20 20:13:37.190 - 112.0072 = Nothing
14-Jul-20 20:13:37.190 - 112.0073 = Nothing
14-Jul-20 20:13:37.190 - 112.0074 = Nothing
14-Jul-20 20:13:37.205 - 112.0075 = Nothing
14-Jul-20 20:13:37.205 - 112.0076 = Nothing
14-Jul-20 20:13:37.205 - 112.0077 = Nothing
14-Jul-20 20:13:37.221 - 112.0078 = Nothing
14-Jul-20 20:13:37.221 - 112.0079 = Nothing
14-Jul-20 20:13:37.221 - 112.0080 = Nothing
14-Jul-20 20:13:37.221 - 112.0081 = Nothing
14-Jul-20 20:13:37.221 - 112.0082 = Nothing
14-Jul-20 20:13:37.237 - 112.0083 = Nothing
14-Jul-20 20:13:37.237 - 112.0084 = Nothing
14-Jul-20 20:13:37.237 - 112.0085 = Nothing
14-Jul-20 20:13:37.237 - 112.0086 = Nothing
14-Jul-20 20:13:37.237 - 112.0087 = Nothing
14-Jul-20 20:13:37.252 - 112.0088 = Nothing
14-Jul-20 20:13:37.252 - 112.0089 = Nothing
14-Jul-20 20:13:37.259 - 112.0090 = Nothing
14-Jul-20 20:13:37.259 - 112.0091 = Nothing
14-Jul-20 20:13:37.259 - 112.0092 = Nothing
14-Jul-20 20:13:37.259 - 112.0093 = Nothing
14-Jul-20 20:13:37.259 - 112.0094 = Nothing
14-Jul-20 20:13:37.274 - 112.0095 = Nothing
14-Jul-20 20:13:37.274 - 112.0096 = Nothing
14-Jul-20 20:13:37.274 - 112.0097 = Nothing
14-Jul-20 20:13:37.274 - 112.0098 = Nothing
14-Jul-20 20:13:37.290 - 112.0099 = Nothing
14-Jul-20 20:13:37.290 - 112.0100 = Nothing
14-Jul-20 20:13:37.290 - 112.0101 = Nothing
14-Jul-20 20:13:37.290 - 112.0102 = Nothing
14-Jul-20 20:13:37.290 - 112.0103 = Nothing
14-Jul-20 20:13:37.306 - 112.0104 = Nothing
14-Jul-20 20:13:37.306 - 112.0105 = Nothing
14-Jul-20 20:13:37.306 - 112.0106 = Nothing
14-Jul-20 20:13:37.306 - 112.0107 = Nothing
14-Jul-20 20:13:37.306 - 112.0108 = Nothing
14-Jul-20 20:13:37.321 - 112.0109 = Nothing
14-Jul-20 20:13:37.321 - 112.0110 = Nothing
14-Jul-20 20:13:37.321 - 112.0111 = Nothing
14-Jul-20 20:13:37.321 - 112.0112 = Nothing
14-Jul-20 20:13:37.321 - 112.0113 = Nothing
14-Jul-20 20:13:37.337 - 112.0114 = Nothing
14-Jul-20 20:13:37.337 - 112.0115 = Nothing
14-Jul-20 20:13:37.337 - 112.0116 = Nothing
14-Jul-20 20:13:37.337 - 112.0117 = Nothing
14-Jul-20 20:13:37.352 - 112.0118 = Nothing
14-Jul-20 20:13:37.352 - 112.0119 = Nothing
14-Jul-20 20:13:37.359 - 112.0120 = Nothing
14-Jul-20 20:13:37.359 - 112.0121 = Nothing
14-Jul-20 20:13:37.359 - 112.0122 = Nothing
14-Jul-20 20:13:37.359 - 112.0123 = Nothing
14-Jul-20 20:13:37.359 - 112.0124 = Nothing
14-Jul-20 20:13:37.375 - 112.0125 = Nothing
14-Jul-20 20:13:37.375 - 112.0126 = Nothing
14-Jul-20 20:13:37.375 - 112.0127 = Nothing
14-Jul-20 20:13:37.375 - 113      = 127V
14-Jul-20 20:13:37.375 - 113.0000 = Nothing
14-Jul-20 20:13:37.390 - 113.0001 = Nothing
14-Jul-20 20:13:37.390 - 113.0002 = Nothing
14-Jul-20 20:13:37.390 - 113.0003 = Nothing
14-Jul-20 20:13:37.390 - 113.0004 = Nothing
14-Jul-20 20:13:37.390 - 113.0005 = Nothing
14-Jul-20 20:13:37.406 - 113.0006 = Nothing
14-Jul-20 20:13:37.406 - 113.0007 = Nothing
14-Jul-20 20:13:37.406 - 113.0008 = Nothing
14-Jul-20 20:13:37.406 - 113.0009 = Nothing
14-Jul-20 20:13:37.406 - 113.0010 = Nothing
14-Jul-20 20:13:37.421 - 113.0011 = Nothing
14-Jul-20 20:13:37.421 - 113.0012 = Nothing
14-Jul-20 20:13:37.421 - 113.0013 = Nothing
14-Jul-20 20:13:37.421 - 113.0014 = Nothing
14-Jul-20 20:13:37.421 - 113.0015 = Nothing
14-Jul-20 20:13:37.437 - 113.0016 = Nothing
14-Jul-20 20:13:37.437 - 113.0017 = Nothing
14-Jul-20 20:13:37.437 - 113.0018 = Nothing
14-Jul-20 20:13:37.437 - 113.0019 = Nothing
14-Jul-20 20:13:37.437 - 113.0020 = Nothing
14-Jul-20 20:13:37.453 - 113.0021 = Nothing
14-Jul-20 20:13:37.459 - 113.0022 = Nothing
14-Jul-20 20:13:37.459 - 113.0023 = Nothing
14-Jul-20 20:13:37.459 - 113.0024 = Nothing
14-Jul-20 20:13:37.459 - 113.0025 = Nothing
14-Jul-20 20:13:37.475 - 113.0026 = Nothing
14-Jul-20 20:13:37.475 - 113.0027 = Nothing
14-Jul-20 20:13:37.475 - 113.0028 = Nothing
14-Jul-20 20:13:37.475 - 113.0029 = Nothing
14-Jul-20 20:13:37.475 - 113.0030 = Nothing
14-Jul-20 20:13:37.490 - 113.0031 = Nothing
14-Jul-20 20:13:37.490 - 113.0032 = Nothing
14-Jul-20 20:13:37.490 - 113.0033 = Nothing
14-Jul-20 20:13:37.490 - 113.0034 = Nothing
14-Jul-20 20:13:37.490 - 113.0035 = Nothing
14-Jul-20 20:13:37.506 - 113.0036 = Nothing
14-Jul-20 20:13:37.506 - 113.0037 = Nothing
14-Jul-20 20:13:37.506 - 113.0038 = Nothing
14-Jul-20 20:13:37.522 - 113.0039 = Nothing
14-Jul-20 20:13:37.537 - 113.0040 = Nothing
14-Jul-20 20:13:37.537 - 113.0041 = Nothing
14-Jul-20 20:13:37.537 - 113.0042 = Nothing
14-Jul-20 20:13:37.537 - 113.0043 = Nothing
14-Jul-20 20:13:37.553 - 113.0044 = Nothing
14-Jul-20 20:13:37.553 - 113.0045 = Nothing
14-Jul-20 20:13:37.560 - 113.0046 = Nothing
14-Jul-20 20:13:37.560 - 113.0047 = Nothing
14-Jul-20 20:13:37.560 - 113.0048 = Nothing
14-Jul-20 20:13:37.560 - 113.0049 = Nothing
14-Jul-20 20:13:37.560 - 113.0050 = Nothing
14-Jul-20 20:13:37.575 - 113.0051 = Nothing
14-Jul-20 20:13:37.575 - 113.0052 = Nothing
14-Jul-20 20:13:37.575 - 113.0053 = Nothing
14-Jul-20 20:13:37.575 - 113.0054 = Nothing
14-Jul-20 20:13:37.575 - 113.0055 = Nothing
14-Jul-20 20:13:37.591 - 113.0056 = Nothing
14-Jul-20 20:13:37.591 - 113.0057 = Nothing
14-Jul-20 20:13:37.591 - 113.0058 = Nothing
14-Jul-20 20:13:37.591 - 113.0059 = Nothing
14-Jul-20 20:13:37.606 - 113.0060 = Nothing
14-Jul-20 20:13:37.606 - 113.0061 = Nothing
14-Jul-20 20:13:37.606 - 113.0062 = Nothing
14-Jul-20 20:13:37.606 - 113.0063 = Nothing
14-Jul-20 20:13:37.606 - 113.0064 = Nothing
14-Jul-20 20:13:37.622 - 113.0065 = Nothing
14-Jul-20 20:13:37.622 - 113.0066 = Nothing
14-Jul-20 20:13:37.622 - 113.0067 = Nothing
14-Jul-20 20:13:37.622 - 113.0068 = Nothing
14-Jul-20 20:13:37.622 - 113.0069 = Nothing
14-Jul-20 20:13:37.638 - 113.0070 = Nothing
14-Jul-20 20:13:37.638 - 113.0071 = Nothing
14-Jul-20 20:13:37.638 - 113.0072 = Nothing
14-Jul-20 20:13:37.638 - 113.0073 = Nothing
14-Jul-20 20:13:37.638 - 113.0074 = Nothing
14-Jul-20 20:13:37.653 - 113.0075 = Nothing
14-Jul-20 20:13:37.653 - 113.0076 = Nothing
14-Jul-20 20:13:37.660 - 113.0077 = Nothing
14-Jul-20 20:13:37.660 - 113.0078 = Nothing
14-Jul-20 20:13:37.660 - 113.0079 = Nothing
14-Jul-20 20:13:37.660 - 113.0080 = Nothing
14-Jul-20 20:13:37.660 - 113.0081 = Nothing
14-Jul-20 20:13:37.675 - 113.0082 = Nothing
14-Jul-20 20:13:37.675 - 113.0083 = Nothing
14-Jul-20 20:13:37.675 - 113.0084 = Nothing
14-Jul-20 20:13:37.675 - 113.0085 = Nothing
14-Jul-20 20:13:37.675 - 113.0086 = Nothing
14-Jul-20 20:13:37.691 - 113.0087 = Nothing
14-Jul-20 20:13:37.691 - 113.0088 = Nothing
14-Jul-20 20:13:37.691 - 113.0089 = Nothing
14-Jul-20 20:13:37.707 - 113.0090 = Nothing
14-Jul-20 20:13:37.707 - 113.0091 = Nothing
14-Jul-20 20:13:37.707 - 113.0092 = Nothing
14-Jul-20 20:13:37.722 - 113.0093 = Nothing
14-Jul-20 20:13:37.722 - 113.0094 = Nothing
14-Jul-20 20:13:37.738 - 113.0095 = Nothing
14-Jul-20 20:13:37.738 - 113.0096 = Nothing
14-Jul-20 20:13:37.760 - 113.0097 = Nothing
14-Jul-20 20:13:37.760 - 113.0098 = Nothing
14-Jul-20 20:13:37.760 - 113.0099 = Nothing
14-Jul-20 20:13:37.760 - 113.0100 = Nothing
14-Jul-20 20:13:37.760 - 113.0101 = Nothing
14-Jul-20 20:13:37.776 - 113.0102 = Nothing
14-Jul-20 20:13:37.776 - 113.0103 = Nothing
14-Jul-20 20:13:37.791 - 113.0104 = Nothing
14-Jul-20 20:13:37.791 - 113.0105 = Nothing
14-Jul-20 20:13:37.791 - 113.0106 = Nothing
14-Jul-20 20:13:37.791 - 113.0107 = Nothing
14-Jul-20 20:13:37.807 - 113.0108 = Nothing
14-Jul-20 20:13:37.807 - 113.0109 = Nothing
14-Jul-20 20:13:37.807 - 113.0110 = Nothing
14-Jul-20 20:13:37.823 - 113.0111 = Nothing
14-Jul-20 20:13:37.823 - 113.0112 = Nothing
14-Jul-20 20:13:37.823 - 113.0113 = Nothing
14-Jul-20 20:13:37.823 - 113.0114 = Nothing
14-Jul-20 20:13:37.823 - 113.0115 = Nothing
14-Jul-20 20:13:37.838 - 113.0116 = Nothing
14-Jul-20 20:13:37.838 - 113.0117 = Nothing
14-Jul-20 20:13:37.838 - 113.0118 = Nothing
14-Jul-20 20:13:37.838 - 113.0119 = Nothing
14-Jul-20 20:13:37.854 - 113.0120 = Nothing
14-Jul-20 20:13:37.854 - 113.0121 = Nothing
14-Jul-20 20:13:37.860 - 113.0122 = Nothing
14-Jul-20 20:13:37.860 - 113.0123 = Nothing
14-Jul-20 20:13:37.876 - 113.0124 = Nothing
14-Jul-20 20:13:37.876 - 113.0125 = Nothing
14-Jul-20 20:13:37.876 - 113.0126 = Nothing
14-Jul-20 20:13:37.876 - 113.0127 = Nothing
14-Jul-20 20:13:37.876 - 114      = Nothing
14-Jul-20 20:13:37.892 - 115      = -1 ( 0xFFFFFFFF )
14-Jul-20 20:13:37.892 - 116      = Nothing
14-Jul-20 20:13:37.892 - 117      = Nothing
14-Jul-20 20:13:37.892 - 118      = Nothing
14-Jul-20 20:13:37.907 - 119      = Nothing
14-Jul-20 20:13:37.923 - 120      = Nothing
14-Jul-20 20:13:37.923 - 121      = Nothing
14-Jul-20 20:13:37.923 - 122      = Nothing
14-Jul-20 20:13:37.923 - 123      = Nothing
14-Jul-20 20:13:37.923 - 124      = Nothing
14-Jul-20 20:13:37.938 - 125      = Nothing
14-Jul-20 20:13:37.938 - 126      = Nothing
14-Jul-20 20:13:37.938 - 127      = 1500 ( 0x5DC )
14-Jul-20 20:13:37.938 - 128      = Nothing
14-Jul-20 20:13:37.961 - 129      = True
14-Jul-20 20:13:37.961 - 130      = MAME
14-Jul-20 20:13:37.961 - 131      = Nothing
14-Jul-20 20:13:37.961 - 132      = 5000 ( 0x1388 )
14-Jul-20 20:13:37.961 - 133      = MAME
14-Jul-20 20:13:37.976 - 134      = Nothing
14-Jul-20 20:13:37.976 - 135      = Nothing
14-Jul-20 20:13:37.976 - 136      = Nothing
14-Jul-20 20:13:37.976 - 137      = 250 ( 0xFA )
14-Jul-20 20:13:37.992 - 138      = 1000000 ( 0xF4240 )
14-Jul-20 20:13:37.992 - 139.0001 = Nothing
14-Jul-20 20:13:37.992 - 140.0001 = Nothing
14-Jul-20 20:13:37.992 - 141.0001 = ADDR
14-Jul-20 20:13:38.007 - 141.0001 = Nothing
14-Jul-20 20:13:38.007 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 142.0001 = SCR
14-Jul-20 20:13:38.039 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.039 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.054 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.054 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.061 - 143.0001 = Nothing
14-Jul-20 20:13:38.061 - 144.0001 = Nothing
14-Jul-20 20:14:03.997 - Found valid process name of 'Future Pinball'
14-Jul-20 20:14:04.003 - Setting Future Pinball process ID to :10512
14-Jul-20 20:14:04.003 - Found valid process name of 'FPLoader'
14-Jul-20 20:14:06.034 - Activated by process name : 'FPLoader'
14-Jul-20 20:14:06.039 - Named process detected and startup commenced
14-Jul-20 20:14:06.046 - 64 bit OS detected
14-Jul-20 20:14:06.064 - FP full name=F:\Downloads\Pinball vs Arcade vs Consoles 2nd Build\PINBALLvsARCADE\emulators\Future PinballSLAMTILT\Future Pinball.exe Size=28547584 bytes, Dated 12/31/2010 5:23:32 AM
14-Jul-20 20:14:06.073 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:09.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:11.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:13.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:15.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:16.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:17.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:18.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:19.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:21.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:23.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:25.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:27.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:29.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:31.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:33.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:35.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:37.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:40.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:42.561 - FP table running DOFLinx code found and link established
14-Jul-20 20:14:42.566 - Using full colour palette
14-Jul-20 20:14:42.570 - 122 colours added to the palette
14-Jul-20 20:16:05.733 - Activating process disappeared so stopping things
14-Jul-20 20:16:05.733 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:17:47.772 - Shutting down
14-Jul-20 20:17:47.772 - Program close


#49 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 15 July 2020 - 03:56 AM

Lovely.  Lunch time on a working day here in Oz.  I'll look into this tonight and get back to you ...... so close now.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#50 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 15 July 2020 - 09:52 AM

So, splitting the lines, good try, but will definitely not work.  Only the last setup line for XBOX_RUMBLE= will be the active line.

 

In your dumped config above it looks like you've got two keys setup for rumble, 5 and 6, and that you have LS and RS set to the right rumble motor for 300Ms each - hopefully I;ve got that current configuration correct!  If you could show me the DOFLinx.INI that matches the above variable dump that would be great.  From that I can check if the parameters are loading correctly and hence determine if its a parameter load or processing issue.

 

I think you are right about never turning off the rumble effect for FP tables while being played.  Hey, at least I got it half done ant turned it on!  :crazy:

 

Try replacing your DOFLinx.EXE with that attached (remember to keep the original safe).  Let me know how you get on.

Attached Files


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#51 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 15 July 2020 - 02:43 PM

The beta worked!  It's now recognizing the millisecond parameter and will now shut off the rumble according to the millisecond parameter!  I tested 1000ms and 300ms, both shut off according to the parameter.

 

And you are correct about my ini settings. I left "XBOX_KEY_TO_RUMBLE=J0205 and J0206" active from my first test with VPX. I should have commented that out.  

 

Here's my current ini and the log from the beta.exe.

 

I have to head to work now, but I'll test a few more "toys", millisecond parameters, etc. with the beta.exe tonight.  Sorry, opposite side of the world... opposite schedule... haha

 

One thing I did notice:  I am receiving a rumble at the at the start of each game, i.e., when the ball drops in front of the plunger (not sure what that spring/switch on the table right in front of the plunger is actually called...  Start spring/switch??? haha). Not sure if that is tied to the LS or RS command or not... I'll test later. 

 
######    DOFLINX - MAIN CONFIG INI FILE     ######
######         MINIMAL DESCRIPTIONS          ######
######         UPDATED BY TERRYRED           ######
 
# IMPORTANT! Please go through and edit EVERY section for your particular setup! If you don't you may get errors!
 
DEBUG=1
 
SHOW_IN_TASKBAR=1
 
DIRECTOUTPUTCONFIG=c:\DirectOutput\config\directoutputconfig.ini
 
PATH_B2S_SERVER=c:\Visual Pinball\Tables\
 
DIRECTOUTPUTGLOBAL=C:\DirectOutput\config\GlobalConfig_b2sServer.xml
 
PATH_FX3=C:\DirectOutput\FX3\
 
PATH_FX3_B2S=C:\DirectOutput\FX3_B2S\
 
FP_ATTEMPT_LINK=1
 
FP_LINK_WAIT_TIME=95000
 
XBOX_RUMBLE=LS,1,L,60000,300,RS,1,R,60000,300
 
#XBOX_RUMBLE=J0205,L,65000,150,J0206,1,L,65000,150
 
#XBOX_RUMBLE=J0205,1,L,60000,1000
 
KEY_TO_XBOX_RUMBLE=J0205,1,L,65000,150,J0206,1,L,65000,150
 
PROCESSES=Pinball FX3,Pinball FX2,Future Pinball,FPLoader,VPinballX
 
-----------------------------------------------------------------------------------------------------------------------------
 
 
14-Jul-20 20:13:31.144 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
14-Jul-20 20:13:31.160 - Starting up - version 7.15
14-Jul-20 20:13:31.160 - For support come and visit the community here http://www.vpforums....p?showforum=104
14-Jul-20 20:13:31.160 - Pre-Reading DOFLinx.INI startup config file details
14-Jul-20 20:13:31.222 - DEBUG enabled with showing of window True
14-Jul-20 20:13:31.376 - XBox controller 1 detected, capability = Wired
14-Jul-20 20:13:31.407 - Joystick # 1 detected : 10 buttons   DPAD Z-Axis
14-Jul-20 20:13:31.407 - Joystick # 2 detected : 12 buttons   DPAD Z-Axis
14-Jul-20 20:13:31.460 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:13:31.460 - Reading DOFLinx.INI startup config file details
14-Jul-20 20:13:31.476 - Turning DEBUG off
14-Jul-20 20:13:31.476 - DEBUG enabled with showing of window True
14-Jul-20 20:13:31.492 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig.ini
14-Jul-20 20:13:31.507 - Set Debug Privilege = Set OK
14-Jul-20 20:13:33.365 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:13:34.614 - ***********************************
14-Jul-20 20:13:34.614 - Showing key variables for debugging
14-Jul-20 20:13:34.614 - ***********************************
14-Jul-20 20:13:34.614 -   1      = True
14-Jul-20 20:13:34.614 -   2      = Nothing
14-Jul-20 20:13:34.630 -   3      = Nothing
14-Jul-20 20:13:34.630 -   4      = Nothing
14-Jul-20 20:13:34.630 -   5      = Nothing
14-Jul-20 20:13:34.630 -   6      = Nothing
14-Jul-20 20:13:34.630 -   7      = Nothing
14-Jul-20 20:13:34.646 -   8      = C:\DirectOutput\FX3\
14-Jul-20 20:13:34.652 -   9      = Nothing
14-Jul-20 20:13:34.652 -  10      = C:\DirectOutput\FX3_B2S\
14-Jul-20 20:13:34.668 -  11      = c:\Visual Pinball\Tables\
14-Jul-20 20:13:34.668 -  12      = Nothing
14-Jul-20 20:13:34.668 -  13      = Nothing
14-Jul-20 20:13:34.683 -  14      = Nothing
14-Jul-20 20:13:34.699 -  15      = Nothing
14-Jul-20 20:13:34.699 -  16      = Nothing
14-Jul-20 20:13:34.715 -  17      = 2000 ( 0x7D0 )
14-Jul-20 20:13:34.730 -  18      = Nothing
14-Jul-20 20:13:34.746 -  19      = Nothing
14-Jul-20 20:13:34.752 -  20      = Nothing
14-Jul-20 20:13:34.752 -  21      = Nothing
14-Jul-20 20:13:34.768 -  22      = Nothing
14-Jul-20 20:13:34.768 -  23      = C:\DirectOutput\config\GlobalConfig_b2sServer.xml
14-Jul-20 20:13:34.784 -  24      = Nothing
14-Jul-20 20:13:34.784 -  25      = Nothing
14-Jul-20 20:13:34.799 -  26      = 100 ( 0x64 )
14-Jul-20 20:13:34.799 -  27      = RUMB
14-Jul-20 20:13:34.815 -  28      = True False False False 
14-Jul-20 20:13:34.831 -  29      = False False False False 
14-Jul-20 20:13:34.831 -  30      = False False False False 
14-Jul-20 20:13:34.846 -  31      = 36 ( 0x24 )
14-Jul-20 20:13:34.853 -  31.0000 = 0 -  - 0 - 0
14-Jul-20 20:13:34.853 -  31.0001 = 0 -  - 0 - 0
14-Jul-20 20:13:34.868 -  31.0002 = 0 -  - 0 - 0
14-Jul-20 20:13:34.868 -  31.0003 = 1 - R - 60000 - 300
14-Jul-20 20:13:34.884 -  31.0004 = 1 - R - 60000 - 300
14-Jul-20 20:13:34.884 -  31.0005 = 0 -  - 0 - 0
14-Jul-20 20:13:34.900 -  31.0006 = 0 -  - 0 - 0
14-Jul-20 20:13:34.900 -  31.0007 = 0 -  - 0 - 0
14-Jul-20 20:13:34.915 -  31.0008 = 0 -  - 0 - 0
14-Jul-20 20:13:34.915 -  31.0009 = 0 -  - 0 - 0
14-Jul-20 20:13:34.931 -  31.0010 = 0 -  - 0 - 0
14-Jul-20 20:13:34.946 -  31.0011 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0012 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0013 = 0 -  - 0 - 0
14-Jul-20 20:13:34.953 -  31.0014 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0015 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0016 = 0 -  - 0 - 0
14-Jul-20 20:13:34.969 -  31.0017 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0018 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0019 = 0 -  - 0 - 0
14-Jul-20 20:13:34.984 -  31.0020 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0021 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0022 = 0 -  - 0 - 0
14-Jul-20 20:13:35.000 -  31.0023 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0024 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0025 = 0 -  - 0 - 0
14-Jul-20 20:13:35.015 -  31.0026 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0027 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0028 = 0 -  - 0 - 0
14-Jul-20 20:13:35.031 -  31.0029 = 0 -  - 0 - 0
14-Jul-20 20:13:35.047 -  31.0030 = 0 -  - 0 - 0
14-Jul-20 20:13:35.047 -  31.0031 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0032 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0033 = 0 -  - 0 - 0
14-Jul-20 20:13:35.053 -  31.0034 = 0 -  - 0 - 0
14-Jul-20 20:13:35.069 -  31.0035 = 0 -  - 0 - 0
14-Jul-20 20:13:35.069 -  32      = 2 ( 0x2 )
14-Jul-20 20:13:35.069 -  32.0000 = 05 - 12 - 1 - L - 65000 - 150 - 0 - 
14-Jul-20 20:13:35.084 -  32.0001 = 06 - 12 - 1 - L - 65000 - 150 - 0 - 
14-Jul-20 20:13:35.084 -  33      = JOY
14-Jul-20 20:13:35.084 -  34      = True True False False False False False False False False False False False False False False 
14-Jul-20 20:13:35.100 -  35      = True True False False False False False False False False False False False False False False 
14-Jul-20 20:13:35.100 -  36      = Nothing
14-Jul-20 20:13:35.100 -  37      = 1 ( 0x1 )
14-Jul-20 20:13:35.116 -  38      = 122 ( 0x7A )
14-Jul-20 20:13:35.116 -  38.0000 = WHITE
14-Jul-20 20:13:35.116 -  38.0001 = RED
14-Jul-20 20:13:35.131 -  38.0002 = LIME
14-Jul-20 20:13:35.131 -  38.0003 = BLUE
14-Jul-20 20:13:35.131 -  38.0004 = YELLOW
14-Jul-20 20:13:35.147 -  38.0005 = CYAN
14-Jul-20 20:13:35.147 -  38.0006 = MAGENTA
14-Jul-20 20:13:35.153 -  38.0007 = SILVER
14-Jul-20 20:13:35.153 -  38.0008 = GRAY
14-Jul-20 20:13:35.153 -  38.0009 = BROWN
14-Jul-20 20:13:35.169 -  38.0010 = OLIVE
14-Jul-20 20:13:35.169 -  38.0011 = GREEN
14-Jul-20 20:13:35.169 -  38.0012 = PURPLE
14-Jul-20 20:13:35.185 -  38.0013 = TEAL
14-Jul-20 20:13:35.185 -  38.0014 = NAVY
14-Jul-20 20:13:35.185 -  38.0015 = DARK_RED
14-Jul-20 20:13:35.200 -  38.0016 = BLACK
14-Jul-20 20:13:35.200 -  38.0017 = FIREBRICK
14-Jul-20 20:13:35.200 -  38.0018 = CRIMSON
14-Jul-20 20:13:35.216 -  38.0019 = TOMATO
14-Jul-20 20:13:35.216 -  38.0020 = CORAL
14-Jul-20 20:13:35.216 -  38.0021 = INDIAN_RED
14-Jul-20 20:13:35.232 -  38.0022 = LIGHT_CORAL
14-Jul-20 20:13:35.232 -  38.0023 = DARK_SALMON
14-Jul-20 20:13:35.232 -  38.0024 = SALMON
14-Jul-20 20:13:35.247 -  38.0025 = LIGHT_SALMON
14-Jul-20 20:13:35.254 -  38.0026 = ORANGE_RED
14-Jul-20 20:13:35.254 -  38.0027 = DARK_ORANGE
14-Jul-20 20:13:35.254 -  38.0028 = ORANGE
14-Jul-20 20:13:35.269 -  38.0029 = GOLD
14-Jul-20 20:13:35.269 -  38.0030 = DARK_GOLDEN_ROD
14-Jul-20 20:13:35.269 -  38.0031 = GOLDEN_ROD
14-Jul-20 20:13:35.285 -  38.0032 = PALE_GOLDEN_ROD
14-Jul-20 20:13:35.285 -  38.0033 = DARK_KHAKI
14-Jul-20 20:13:35.285 -  38.0034 = KHAKI
14-Jul-20 20:13:35.301 -  38.0035 = YELLOW_GREEN
14-Jul-20 20:13:35.301 -  38.0036 = DARK_OLIVE_GREEN
14-Jul-20 20:13:35.301 -  38.0037 = OLIVE_DRAB
14-Jul-20 20:13:35.316 -  38.0038 = LAWN_GREEN
14-Jul-20 20:13:35.316 -  38.0039 = CHART_REUSE
14-Jul-20 20:13:35.316 -  38.0040 = GREEN_YELLOW
14-Jul-20 20:13:35.332 -  38.0041 = DARK_GREEN
14-Jul-20 20:13:35.332 -  38.0042 = FOREST_GREEN
14-Jul-20 20:13:35.332 -  38.0043 = LIME_GREEN
14-Jul-20 20:13:35.347 -  38.0044 = LIGHT_GREEN
14-Jul-20 20:13:35.354 -  38.0045 = PALE_GREEN
14-Jul-20 20:13:35.354 -  38.0046 = DARK_SEA_GREEN
14-Jul-20 20:13:35.354 -  38.0047 = MEDIUM_SPRING_GREEN
14-Jul-20 20:13:35.354 -  38.0048 = SPRING_GREEN
14-Jul-20 20:13:35.370 -  38.0049 = SEA_GREEN
14-Jul-20 20:13:35.370 -  38.0050 = MEDIUM_AQUA_MARINE
14-Jul-20 20:13:35.385 -  38.0051 = MEDIUM_SEA_GREEN
14-Jul-20 20:13:35.385 -  38.0052 = LIGHT_SEA_GREEN
14-Jul-20 20:13:35.385 -  38.0053 = DARK_SLATE_GRAY
14-Jul-20 20:13:35.401 -  38.0054 = DARK_CYAN
14-Jul-20 20:13:35.401 -  38.0055 = AQUA
14-Jul-20 20:13:35.401 -  38.0056 = LIGHT_CYAN
14-Jul-20 20:13:35.416 -  38.0057 = DARK_TURQUOISE
14-Jul-20 20:13:35.416 -  38.0058 = TURQUOISE
14-Jul-20 20:13:35.416 -  38.0059 = MEDIUM_TURQUOISE
14-Jul-20 20:13:35.432 -  38.0060 = PALE_TURQUOISE
14-Jul-20 20:13:35.432 -  38.0061 = AQUA_MARINE
14-Jul-20 20:13:35.432 -  38.0062 = POWDER_BLUE
14-Jul-20 20:13:35.448 -  38.0063 = CADET_BLUE
14-Jul-20 20:13:35.454 -  38.0064 = STEEL_BLUE
14-Jul-20 20:13:35.454 -  38.0065 = CORN_FLOWER_BLUE
14-Jul-20 20:13:35.470 -  38.0066 = DEEP_SKY_BLUE
14-Jul-20 20:13:35.470 -  38.0067 = DODGER_BLUE
14-Jul-20 20:13:35.470 -  38.0068 = LIGHT_BLUE
14-Jul-20 20:13:35.485 -  38.0069 = SKY_BLUE
14-Jul-20 20:13:35.485 -  38.0070 = LIGHT_SKY_BLUE
14-Jul-20 20:13:35.485 -  38.0071 = MIDNIGHT_BLUE
14-Jul-20 20:13:35.501 -  38.0072 = DARK_BLUE
14-Jul-20 20:13:35.501 -  38.0073 = MEDIUM_BLUE
14-Jul-20 20:13:35.501 -  38.0074 = ROYAL_BLUE
14-Jul-20 20:13:35.517 -  38.0075 = BLUE_VIOLET
14-Jul-20 20:13:35.517 -  38.0076 = INDIGO
14-Jul-20 20:13:35.517 -  38.0077 = DARK_SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0078 = SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0079 = MEDIUM_SLATE_BLUE
14-Jul-20 20:13:35.532 -  38.0080 = MEDIUM_PURPLE
14-Jul-20 20:13:35.548 -  38.0081 = DARK_MAGENTA
14-Jul-20 20:13:35.554 -  38.0082 = DARK_VIOLET
14-Jul-20 20:13:35.554 -  38.0083 = DARK_ORCHID
14-Jul-20 20:13:35.554 -  38.0084 = MEDIUM_ORCHID
14-Jul-20 20:13:35.570 -  38.0085 = THISTLE
14-Jul-20 20:13:35.570 -  38.0086 = PLUM
14-Jul-20 20:13:35.570 -  38.0087 = VIOLET
14-Jul-20 20:13:35.586 -  38.0088 = ORCHID
14-Jul-20 20:13:35.586 -  38.0089 = MEDIUM_VIOLET_RED
14-Jul-20 20:13:35.586 -  38.0090 = PALE_VIOLET_RED
14-Jul-20 20:13:35.601 -  38.0091 = DEEP_PINK
14-Jul-20 20:13:35.601 -  38.0092 = LIGHT_PINK
14-Jul-20 20:13:35.617 -  38.0093 = PINK
14-Jul-20 20:13:35.617 -  38.0094 = ANTIQUE_WHITE
14-Jul-20 20:13:35.617 -  38.0095 = BEIGE
14-Jul-20 20:13:35.633 -  38.0096 = BISQUE
14-Jul-20 20:13:35.633 -  38.0097 = CORN_SILK
14-Jul-20 20:13:35.633 -  38.0098 = LEMON_CHIFFON
14-Jul-20 20:13:35.648 -  38.0099 = LIGHT_GOLDEN_ROD
14-Jul-20 20:13:35.655 -  38.0100 = LIGHT_YELLOW
14-Jul-20 20:13:35.655 -  38.0101 = SADDLE_BROWN
14-Jul-20 20:13:35.655 -  38.0102 = SIENNA
14-Jul-20 20:13:35.670 -  38.0103 = CHOCOLATE
14-Jul-20 20:13:35.670 -  38.0104 = PERU
14-Jul-20 20:13:35.670 -  38.0105 = SANDY_BROWN
14-Jul-20 20:13:35.686 -  38.0106 = BURLY_WOOD
14-Jul-20 20:13:35.686 -  38.0107 = TAN
14-Jul-20 20:13:35.686 -  38.0108 = ROSY_BROWN
14-Jul-20 20:13:35.702 -  38.0109 = MOCCASIN
14-Jul-20 20:13:35.702 -  38.0110 = NAVAJO_WHITE
14-Jul-20 20:13:35.702 -  38.0111 = PEACH_PUFF
14-Jul-20 20:13:35.717 -  38.0112 = MISTY_ROSE
14-Jul-20 20:13:35.717 -  38.0113 = LAVENDER_BLUSH
14-Jul-20 20:13:35.717 -  38.0114 = PAPAYA_WHIP
14-Jul-20 20:13:35.733 -  38.0115 = SLATE_GRAY
14-Jul-20 20:13:35.733 -  38.0116 = LIGHT_SLATE_GRAY
14-Jul-20 20:13:35.733 -  38.0117 = LIGHT_STEEL_BLUE
14-Jul-20 20:13:35.748 -  38.0118 = LAVENDER
14-Jul-20 20:13:35.755 -  38.0119 = DIM_GRAY
14-Jul-20 20:13:35.755 -  38.0120 = DARK_GRAY
14-Jul-20 20:13:35.755 -  38.0121 = AMBER
14-Jul-20 20:13:35.755 -  39      = 122 ( 0x7A )
14-Jul-20 20:13:35.771 -  39.0000 = FF:FF:FF
14-Jul-20 20:13:35.771 -  39.0001 = FF:00:00
14-Jul-20 20:13:35.786 -  39.0002 = 00:FF:00
14-Jul-20 20:13:35.786 -  39.0003 = 00:00:FF
14-Jul-20 20:13:35.802 -  39.0004 = FF:FF:00
14-Jul-20 20:13:35.802 -  39.0005 = 00:FF:FF
14-Jul-20 20:13:35.802 -  39.0006 = FF:00:FF
14-Jul-20 20:13:35.817 -  39.0007 = C0:C0:C0
14-Jul-20 20:13:35.817 -  39.0008 = 80:80:80
14-Jul-20 20:13:35.817 -  39.0009 = 80:00:00
14-Jul-20 20:13:35.833 -  39.0010 = 80:80:00
14-Jul-20 20:13:35.833 -  39.0011 = 00:80:00
14-Jul-20 20:13:35.833 -  39.0012 = 80:00:80
14-Jul-20 20:13:35.849 -  39.0013 = 00:80:80
14-Jul-20 20:13:35.849 -  39.0014 = 00:00:80
14-Jul-20 20:13:35.855 -  39.0015 = 8B:00:00
14-Jul-20 20:13:35.855 -  39.0016 = 00:00:00
14-Jul-20 20:13:35.855 -  39.0017 = B2:22:22
14-Jul-20 20:13:35.871 -  39.0018 = DC:14:3C
14-Jul-20 20:13:35.871 -  39.0019 = FF:63:47
14-Jul-20 20:13:35.871 -  39.0020 = FF:7F:50
14-Jul-20 20:13:35.886 -  39.0021 = CD:5C:5C
14-Jul-20 20:13:35.886 -  39.0022 = F0:80:80
14-Jul-20 20:13:35.886 -  39.0023 = E9:96:7A
14-Jul-20 20:13:35.902 -  39.0024 = FA:80:72
14-Jul-20 20:13:35.902 -  39.0025 = FF:A0:7A
14-Jul-20 20:13:35.902 -  39.0026 = FF:45:00
14-Jul-20 20:13:35.918 -  39.0027 = FF:8C:00
14-Jul-20 20:13:35.918 -  39.0028 = FF:A5:00
14-Jul-20 20:13:35.918 -  39.0029 = FF:D7:00
14-Jul-20 20:13:35.933 -  39.0030 = B8:86:0B
14-Jul-20 20:13:35.933 -  39.0031 = DA:A5:20
14-Jul-20 20:13:35.933 -  39.0032 = EE:E8:AA
14-Jul-20 20:13:35.949 -  39.0033 = BD:B7:6B
14-Jul-20 20:13:35.955 -  39.0034 = F0:E6:8C
14-Jul-20 20:13:35.955 -  39.0035 = 9A:CD:32
14-Jul-20 20:13:35.955 -  39.0036 = 55:6B:2F
14-Jul-20 20:13:35.971 -  39.0037 = 6B:8E:23
14-Jul-20 20:13:35.971 -  39.0038 = 7C:FC:00
14-Jul-20 20:13:35.971 -  39.0039 = 7F:FF:00
14-Jul-20 20:13:35.987 -  39.0040 = AD:FF:2F
14-Jul-20 20:13:35.987 -  39.0041 = 00:64:00
14-Jul-20 20:13:35.987 -  39.0042 = 22:8B:22
14-Jul-20 20:13:36.002 -  39.0043 = 32:CD:32
14-Jul-20 20:13:36.002 -  39.0044 = 90:EE:90
14-Jul-20 20:13:36.002 -  39.0045 = 98:FB:98
14-Jul-20 20:13:36.018 -  39.0046 = 8F:BC:8F
14-Jul-20 20:13:36.018 -  39.0047 = 00:FA:9A
14-Jul-20 20:13:36.018 -  39.0048 = 00:FF:7F
14-Jul-20 20:13:36.034 -  39.0049 = 2E:8B:57
14-Jul-20 20:13:36.034 -  39.0050 = 66:CD:AA
14-Jul-20 20:13:36.034 -  39.0051 = 3C:B3:71
14-Jul-20 20:13:36.049 -  39.0052 = 20:B2:AA
14-Jul-20 20:13:36.049 -  39.0053 = 2F:4F:4F
14-Jul-20 20:13:36.056 -  39.0054 = 00:8B:8B
14-Jul-20 20:13:36.056 -  39.0055 = 00:FF:FF
14-Jul-20 20:13:36.056 -  39.0056 = E0:FF:FF
14-Jul-20 20:13:36.071 -  39.0057 = 00:CE:D1
14-Jul-20 20:13:36.071 -  39.0058 = 40:E0:D0
14-Jul-20 20:13:36.071 -  39.0059 = 48:D1:CC
14-Jul-20 20:13:36.087 -  39.0060 = AF:EE:EE
14-Jul-20 20:13:36.087 -  39.0061 = 7F:FF:D4
14-Jul-20 20:13:36.087 -  39.0062 = B0:E0:E6
14-Jul-20 20:13:36.103 -  39.0063 = 5F:9E:A0
14-Jul-20 20:13:36.103 -  39.0064 = 46:82:B4
14-Jul-20 20:13:36.103 -  39.0065 = 64:95:ED
14-Jul-20 20:13:36.118 -  39.0066 = 00:BF:FF
14-Jul-20 20:13:36.118 -  39.0067 = 1E:90:FF
14-Jul-20 20:13:36.118 -  39.0068 = AD:D8:E6
14-Jul-20 20:13:36.134 -  39.0069 = 87:CE:EB
14-Jul-20 20:13:36.134 -  39.0070 = 87:CE:FA
14-Jul-20 20:13:36.134 -  39.0071 = 19:19:70
14-Jul-20 20:13:36.149 -  39.0072 = 00:00:8B
14-Jul-20 20:13:36.156 -  39.0073 = 00:00:CD
14-Jul-20 20:13:36.156 -  39.0074 = 41:69:E1
14-Jul-20 20:13:36.156 -  39.0075 = 8A:2B:E2
14-Jul-20 20:13:36.172 -  39.0076 = 4B:00:82
14-Jul-20 20:13:36.172 -  39.0077 = 48:3D:8B
14-Jul-20 20:13:36.172 -  39.0078 = 6A:5A:CD
14-Jul-20 20:13:36.187 -  39.0079 = 7B:68:EE
14-Jul-20 20:13:36.187 -  39.0080 = 93:70:DB
14-Jul-20 20:13:36.187 -  39.0081 = 8B:00:8B
14-Jul-20 20:13:36.203 -  39.0082 = 94:00:D3
14-Jul-20 20:13:36.203 -  39.0083 = 99:32:CC
14-Jul-20 20:13:36.203 -  39.0084 = BA:55:D3
14-Jul-20 20:13:36.218 -  39.0085 = D8:BF:D8
14-Jul-20 20:13:36.218 -  39.0086 = DD:A0:DD
14-Jul-20 20:13:36.218 -  39.0087 = EE:82:EE
14-Jul-20 20:13:36.218 -  39.0088 = DA:70:D6
14-Jul-20 20:13:36.234 -  39.0089 = C7:15:85
14-Jul-20 20:13:36.234 -  39.0090 = DB:70:93
14-Jul-20 20:13:36.250 -  39.0091 = FF:14:93
14-Jul-20 20:13:36.250 -  39.0092 = FF:B6:C1
14-Jul-20 20:13:36.256 -  39.0093 = FF:C0:CB
14-Jul-20 20:13:36.256 -  39.0094 = FA:EB:D7
14-Jul-20 20:13:36.256 -  39.0095 = F5:F5:DC
14-Jul-20 20:13:36.272 -  39.0096 = FF:E4:C4
14-Jul-20 20:13:36.272 -  39.0097 = FF:F8:DC
14-Jul-20 20:13:36.272 -  39.0098 = FF:FA:CD
14-Jul-20 20:13:36.287 -  39.0099 = FA:FA:D2
14-Jul-20 20:13:36.287 -  39.0100 = FF:FF:E0
14-Jul-20 20:13:36.287 -  39.0101 = 8B:45:13
14-Jul-20 20:13:36.303 -  39.0102 = A0:52:2D
14-Jul-20 20:13:36.303 -  39.0103 = D2:69:1E
14-Jul-20 20:13:36.303 -  39.0104 = CD:85:3F
14-Jul-20 20:13:36.319 -  39.0105 = F4:A4:60
14-Jul-20 20:13:36.319 -  39.0106 = DE:B8:87
14-Jul-20 20:13:36.319 -  39.0107 = D2:B4:8C
14-Jul-20 20:13:36.334 -  39.0108 = BC:8F:8F
14-Jul-20 20:13:36.334 -  39.0109 = FF:E4:B5
14-Jul-20 20:13:36.334 -  39.0110 = FF:DE:AD
14-Jul-20 20:13:36.350 -  39.0111 = FF:DA:B9
14-Jul-20 20:13:36.350 -  39.0112 = FF:E4:E1
14-Jul-20 20:13:36.356 -  39.0113 = FF:F0:F5
14-Jul-20 20:13:36.356 -  39.0114 = FF:EF:D5
14-Jul-20 20:13:36.356 -  39.0115 = 70:80:90
14-Jul-20 20:13:36.372 -  39.0116 = 77:88:99
14-Jul-20 20:13:36.372 -  39.0117 = B0:C4:DE
14-Jul-20 20:13:36.372 -  39.0118 = E6:E6:FA
14-Jul-20 20:13:36.388 -  39.0119 = 69:69:69
14-Jul-20 20:13:36.388 -  39.0120 = A9:A9:A9
14-Jul-20 20:13:36.388 -  39.0121 = FF:BF:00
14-Jul-20 20:13:36.403 -  40      = Nothing
14-Jul-20 20:13:36.403 -  41      = Nothing
14-Jul-20 20:13:36.403 -  42      = Nothing
14-Jul-20 20:13:36.419 -  43      = RAINBOW
14-Jul-20 20:13:36.419 -  44      = TIME
14-Jul-20 20:13:36.419 -  45      = 5000 ( 0x1388 )
14-Jul-20 20:13:36.435 -  46      = Nothing
14-Jul-20 20:13:36.435 -  47      = Nothing
14-Jul-20 20:13:36.435 -  48      = Nothing
14-Jul-20 20:13:36.450 -  49      = Nothing
14-Jul-20 20:13:36.457 -  50      = Nothing
14-Jul-20 20:13:36.457 -  51      = Nothing
14-Jul-20 20:13:36.457 -  52      = True
14-Jul-20 20:13:36.472 -  53      = Nothing
14-Jul-20 20:13:36.472 -  54      = True
14-Jul-20 20:13:36.472 -  55      = Nothing
14-Jul-20 20:13:36.488 -  56      = Nothing
14-Jul-20 20:13:36.488 -  57      = Nothing
14-Jul-20 20:13:36.488 -  58      = Nothing
14-Jul-20 20:13:36.504 -  59      = 500 ( 0x1F4 )
14-Jul-20 20:13:36.504 -  60      = Nothing
14-Jul-20 20:13:36.504 -  61      = Nothing
14-Jul-20 20:13:36.519 -  62      = KEYC
14-Jul-20 20:13:36.519 -  63      = Nothing
14-Jul-20 20:13:36.519 -  64      = Nothing
14-Jul-20 20:13:36.535 -  65      = Nothing
14-Jul-20 20:13:36.535 -  66      = Nothing
14-Jul-20 20:13:36.535 -  67      = FIX
14-Jul-20 20:13:36.535 -  68      = Nothing
14-Jul-20 20:13:36.550 -  69      = Nothing
14-Jul-20 20:13:36.557 -  70      = Nothing
14-Jul-20 20:13:36.557 -  71      = Nothing
14-Jul-20 20:13:36.557 -  72      = Nothing
14-Jul-20 20:13:36.573 -  73      = Nothing
14-Jul-20 20:13:36.573 -  74      = Nothing
14-Jul-20 20:13:36.573 -  75      = Nothing
14-Jul-20 20:13:36.588 -  76      = Nothing
14-Jul-20 20:13:36.588 -  77      = Nothing
14-Jul-20 20:13:36.588 -  78      = LKD
14-Jul-20 20:13:36.604 -  79      = Nothing
14-Jul-20 20:13:36.604 -  80      = LKB
14-Jul-20 20:13:36.604 -  81      = Nothing
14-Jul-20 20:13:36.619 -  82      = LKF
14-Jul-20 20:13:36.619 -  83      = Nothing
14-Jul-20 20:13:36.619 -  84      = 100
14-Jul-20 20:13:36.635 -  85      = 0
14-Jul-20 20:13:36.635 -  85.0001 = 0
14-Jul-20 20:13:36.635 -  85.0002 = 0
14-Jul-20 20:13:36.635 -  85.0003 = False
14-Jul-20 20:13:36.651 -  85.0004 = False
14-Jul-20 20:13:36.657 -  86      = LITB
14-Jul-20 20:13:36.657 -  87      = KEYR
14-Jul-20 20:13:36.657 -  88      = Nothing
14-Jul-20 20:13:36.673 -  89      = Nothing
14-Jul-20 20:13:36.673 -  90      = 6 ( 0x6 )
14-Jul-20 20:13:36.673 -  90.0000 = Pinball FX2
14-Jul-20 20:13:36.688 -  90.0001 = Pinball FX3
14-Jul-20 20:13:36.688 -  90.0002 = Pinball FX2
14-Jul-20 20:13:36.688 -  90.0003 = Future Pinball
14-Jul-20 20:13:36.704 -  90.0004 = FPLoader
14-Jul-20 20:13:36.704 -  90.0005 = VPinballX
14-Jul-20 20:13:36.704 -  91      = FX2
14-Jul-20 20:13:36.720 -  92      = 10000 ( 0x2710 )
14-Jul-20 20:13:36.720 -  93      = Nothing
14-Jul-20 20:13:36.720 -  94      = Nothing
14-Jul-20 20:13:36.735 -  95      = True
14-Jul-20 20:13:36.735 -  96      = Nothing
14-Jul-20 20:13:36.735 -  97      = FX3
14-Jul-20 20:13:36.751 -  98      = Nothing
14-Jul-20 20:13:36.757 -  99      = Nothing
14-Jul-20 20:13:36.757 - 100      = Nothing
14-Jul-20 20:13:36.757 - 101      = Nothing
14-Jul-20 20:13:36.757 - 102      = Nothing
14-Jul-20 20:13:36.773 - 103      = True
14-Jul-20 20:13:36.773 - 104      = Nothing
14-Jul-20 20:13:36.773 - 105      = Nothing
14-Jul-20 20:13:36.789 - 106      = FP
14-Jul-20 20:13:36.789 - 107      = Nothing
14-Jul-20 20:13:36.789 - 108      = 95000 ( 0x17318 )
14-Jul-20 20:13:36.804 - 109      = Nothing
14-Jul-20 20:13:36.804 - 110      = True
14-Jul-20 20:13:36.804 - 111      = Nothing
14-Jul-20 20:13:36.820 - 112      = 127A
14-Jul-20 20:13:36.820 - 112.0000 = Nothing
14-Jul-20 20:13:36.820 - 112.0001 = Nothing
14-Jul-20 20:13:36.836 - 112.0002 = Nothing
14-Jul-20 20:13:36.836 - 112.0003 = Nothing
14-Jul-20 20:13:36.836 - 112.0004 = Nothing
14-Jul-20 20:13:36.836 - 112.0005 = Nothing
14-Jul-20 20:13:36.851 - 112.0006 = Nothing
14-Jul-20 20:13:36.858 - 112.0007 = Nothing
14-Jul-20 20:13:36.858 - 112.0008 = Nothing
14-Jul-20 20:13:36.858 - 112.0009 = Nothing
14-Jul-20 20:13:36.873 - 112.0010 = Nothing
14-Jul-20 20:13:36.873 - 112.0011 = Nothing
14-Jul-20 20:13:36.873 - 112.0012 = Nothing
14-Jul-20 20:13:36.889 - 112.0013 = Nothing
14-Jul-20 20:13:36.889 - 112.0014 = Nothing
14-Jul-20 20:13:36.889 - 112.0015 = Nothing
14-Jul-20 20:13:36.905 - 112.0016 = Nothing
14-Jul-20 20:13:36.905 - 112.0017 = Nothing
14-Jul-20 20:13:36.905 - 112.0018 = Nothing
14-Jul-20 20:13:36.920 - 112.0019 = Nothing
14-Jul-20 20:13:36.920 - 112.0020 = Nothing
14-Jul-20 20:13:36.920 - 112.0021 = Nothing
14-Jul-20 20:13:36.936 - 112.0022 = Nothing
14-Jul-20 20:13:36.936 - 112.0023 = Nothing
14-Jul-20 20:13:36.936 - 112.0024 = Nothing
14-Jul-20 20:13:36.951 - 112.0025 = Nothing
14-Jul-20 20:13:36.958 - 112.0026 = Nothing
14-Jul-20 20:13:36.958 - 112.0027 = Nothing
14-Jul-20 20:13:36.958 - 112.0028 = Nothing
14-Jul-20 20:13:36.974 - 112.0029 = Nothing
14-Jul-20 20:13:36.974 - 112.0030 = Nothing
14-Jul-20 20:13:36.974 - 112.0031 = Nothing
14-Jul-20 20:13:36.989 - 112.0032 = Nothing
14-Jul-20 20:13:36.989 - 112.0033 = Nothing
14-Jul-20 20:13:36.989 - 112.0034 = Nothing
14-Jul-20 20:13:37.005 - 112.0035 = Nothing
14-Jul-20 20:13:37.005 - 112.0036 = Nothing
14-Jul-20 20:13:37.005 - 112.0037 = Nothing
14-Jul-20 20:13:37.020 - 112.0038 = Nothing
14-Jul-20 20:13:37.020 - 112.0039 = Nothing
14-Jul-20 20:13:37.020 - 112.0040 = Nothing
14-Jul-20 20:13:37.036 - 112.0041 = Nothing
14-Jul-20 20:13:37.036 - 112.0042 = Nothing
14-Jul-20 20:13:37.036 - 112.0043 = Nothing
14-Jul-20 20:13:37.052 - 112.0044 = Nothing
14-Jul-20 20:13:37.052 - 112.0045 = Nothing
14-Jul-20 20:13:37.058 - 112.0046 = Nothing
14-Jul-20 20:13:37.058 - 112.0047 = Nothing
14-Jul-20 20:13:37.058 - 112.0048 = Nothing
14-Jul-20 20:13:37.074 - 112.0049 = Nothing
14-Jul-20 20:13:37.074 - 112.0050 = Nothing
14-Jul-20 20:13:37.074 - 112.0051 = Nothing
14-Jul-20 20:13:37.089 - 112.0052 = Nothing
14-Jul-20 20:13:37.089 - 112.0053 = Nothing
14-Jul-20 20:13:37.089 - 112.0054 = Nothing
14-Jul-20 20:13:37.105 - 112.0055 = Nothing
14-Jul-20 20:13:37.105 - 112.0056 = Nothing
14-Jul-20 20:13:37.105 - 112.0057 = Nothing
14-Jul-20 20:13:37.121 - 112.0058 = Nothing
14-Jul-20 20:13:37.121 - 112.0059 = Nothing
14-Jul-20 20:13:37.121 - 112.0060 = Nothing
14-Jul-20 20:13:37.136 - 112.0061 = Nothing
14-Jul-20 20:13:37.136 - 112.0062 = Nothing
14-Jul-20 20:13:37.136 - 112.0063 = Nothing
14-Jul-20 20:13:37.152 - 112.0064 = Nothing
14-Jul-20 20:13:37.152 - 112.0065 = Nothing
14-Jul-20 20:13:37.158 - 112.0066 = Nothing
14-Jul-20 20:13:37.158 - 112.0067 = Nothing
14-Jul-20 20:13:37.158 - 112.0068 = Nothing
14-Jul-20 20:13:37.174 - 112.0069 = Nothing
14-Jul-20 20:13:37.174 - 112.0070 = Nothing
14-Jul-20 20:13:37.174 - 112.0071 = Nothing
14-Jul-20 20:13:37.190 - 112.0072 = Nothing
14-Jul-20 20:13:37.190 - 112.0073 = Nothing
14-Jul-20 20:13:37.190 - 112.0074 = Nothing
14-Jul-20 20:13:37.205 - 112.0075 = Nothing
14-Jul-20 20:13:37.205 - 112.0076 = Nothing
14-Jul-20 20:13:37.205 - 112.0077 = Nothing
14-Jul-20 20:13:37.221 - 112.0078 = Nothing
14-Jul-20 20:13:37.221 - 112.0079 = Nothing
14-Jul-20 20:13:37.221 - 112.0080 = Nothing
14-Jul-20 20:13:37.221 - 112.0081 = Nothing
14-Jul-20 20:13:37.221 - 112.0082 = Nothing
14-Jul-20 20:13:37.237 - 112.0083 = Nothing
14-Jul-20 20:13:37.237 - 112.0084 = Nothing
14-Jul-20 20:13:37.237 - 112.0085 = Nothing
14-Jul-20 20:13:37.237 - 112.0086 = Nothing
14-Jul-20 20:13:37.237 - 112.0087 = Nothing
14-Jul-20 20:13:37.252 - 112.0088 = Nothing
14-Jul-20 20:13:37.252 - 112.0089 = Nothing
14-Jul-20 20:13:37.259 - 112.0090 = Nothing
14-Jul-20 20:13:37.259 - 112.0091 = Nothing
14-Jul-20 20:13:37.259 - 112.0092 = Nothing
14-Jul-20 20:13:37.259 - 112.0093 = Nothing
14-Jul-20 20:13:37.259 - 112.0094 = Nothing
14-Jul-20 20:13:37.274 - 112.0095 = Nothing
14-Jul-20 20:13:37.274 - 112.0096 = Nothing
14-Jul-20 20:13:37.274 - 112.0097 = Nothing
14-Jul-20 20:13:37.274 - 112.0098 = Nothing
14-Jul-20 20:13:37.290 - 112.0099 = Nothing
14-Jul-20 20:13:37.290 - 112.0100 = Nothing
14-Jul-20 20:13:37.290 - 112.0101 = Nothing
14-Jul-20 20:13:37.290 - 112.0102 = Nothing
14-Jul-20 20:13:37.290 - 112.0103 = Nothing
14-Jul-20 20:13:37.306 - 112.0104 = Nothing
14-Jul-20 20:13:37.306 - 112.0105 = Nothing
14-Jul-20 20:13:37.306 - 112.0106 = Nothing
14-Jul-20 20:13:37.306 - 112.0107 = Nothing
14-Jul-20 20:13:37.306 - 112.0108 = Nothing
14-Jul-20 20:13:37.321 - 112.0109 = Nothing
14-Jul-20 20:13:37.321 - 112.0110 = Nothing
14-Jul-20 20:13:37.321 - 112.0111 = Nothing
14-Jul-20 20:13:37.321 - 112.0112 = Nothing
14-Jul-20 20:13:37.321 - 112.0113 = Nothing
14-Jul-20 20:13:37.337 - 112.0114 = Nothing
14-Jul-20 20:13:37.337 - 112.0115 = Nothing
14-Jul-20 20:13:37.337 - 112.0116 = Nothing
14-Jul-20 20:13:37.337 - 112.0117 = Nothing
14-Jul-20 20:13:37.352 - 112.0118 = Nothing
14-Jul-20 20:13:37.352 - 112.0119 = Nothing
14-Jul-20 20:13:37.359 - 112.0120 = Nothing
14-Jul-20 20:13:37.359 - 112.0121 = Nothing
14-Jul-20 20:13:37.359 - 112.0122 = Nothing
14-Jul-20 20:13:37.359 - 112.0123 = Nothing
14-Jul-20 20:13:37.359 - 112.0124 = Nothing
14-Jul-20 20:13:37.375 - 112.0125 = Nothing
14-Jul-20 20:13:37.375 - 112.0126 = Nothing
14-Jul-20 20:13:37.375 - 112.0127 = Nothing
14-Jul-20 20:13:37.375 - 113      = 127V
14-Jul-20 20:13:37.375 - 113.0000 = Nothing
14-Jul-20 20:13:37.390 - 113.0001 = Nothing
14-Jul-20 20:13:37.390 - 113.0002 = Nothing
14-Jul-20 20:13:37.390 - 113.0003 = Nothing
14-Jul-20 20:13:37.390 - 113.0004 = Nothing
14-Jul-20 20:13:37.390 - 113.0005 = Nothing
14-Jul-20 20:13:37.406 - 113.0006 = Nothing
14-Jul-20 20:13:37.406 - 113.0007 = Nothing
14-Jul-20 20:13:37.406 - 113.0008 = Nothing
14-Jul-20 20:13:37.406 - 113.0009 = Nothing
14-Jul-20 20:13:37.406 - 113.0010 = Nothing
14-Jul-20 20:13:37.421 - 113.0011 = Nothing
14-Jul-20 20:13:37.421 - 113.0012 = Nothing
14-Jul-20 20:13:37.421 - 113.0013 = Nothing
14-Jul-20 20:13:37.421 - 113.0014 = Nothing
14-Jul-20 20:13:37.421 - 113.0015 = Nothing
14-Jul-20 20:13:37.437 - 113.0016 = Nothing
14-Jul-20 20:13:37.437 - 113.0017 = Nothing
14-Jul-20 20:13:37.437 - 113.0018 = Nothing
14-Jul-20 20:13:37.437 - 113.0019 = Nothing
14-Jul-20 20:13:37.437 - 113.0020 = Nothing
14-Jul-20 20:13:37.453 - 113.0021 = Nothing
14-Jul-20 20:13:37.459 - 113.0022 = Nothing
14-Jul-20 20:13:37.459 - 113.0023 = Nothing
14-Jul-20 20:13:37.459 - 113.0024 = Nothing
14-Jul-20 20:13:37.459 - 113.0025 = Nothing
14-Jul-20 20:13:37.475 - 113.0026 = Nothing
14-Jul-20 20:13:37.475 - 113.0027 = Nothing
14-Jul-20 20:13:37.475 - 113.0028 = Nothing
14-Jul-20 20:13:37.475 - 113.0029 = Nothing
14-Jul-20 20:13:37.475 - 113.0030 = Nothing
14-Jul-20 20:13:37.490 - 113.0031 = Nothing
14-Jul-20 20:13:37.490 - 113.0032 = Nothing
14-Jul-20 20:13:37.490 - 113.0033 = Nothing
14-Jul-20 20:13:37.490 - 113.0034 = Nothing
14-Jul-20 20:13:37.490 - 113.0035 = Nothing
14-Jul-20 20:13:37.506 - 113.0036 = Nothing
14-Jul-20 20:13:37.506 - 113.0037 = Nothing
14-Jul-20 20:13:37.506 - 113.0038 = Nothing
14-Jul-20 20:13:37.522 - 113.0039 = Nothing
14-Jul-20 20:13:37.537 - 113.0040 = Nothing
14-Jul-20 20:13:37.537 - 113.0041 = Nothing
14-Jul-20 20:13:37.537 - 113.0042 = Nothing
14-Jul-20 20:13:37.537 - 113.0043 = Nothing
14-Jul-20 20:13:37.553 - 113.0044 = Nothing
14-Jul-20 20:13:37.553 - 113.0045 = Nothing
14-Jul-20 20:13:37.560 - 113.0046 = Nothing
14-Jul-20 20:13:37.560 - 113.0047 = Nothing
14-Jul-20 20:13:37.560 - 113.0048 = Nothing
14-Jul-20 20:13:37.560 - 113.0049 = Nothing
14-Jul-20 20:13:37.560 - 113.0050 = Nothing
14-Jul-20 20:13:37.575 - 113.0051 = Nothing
14-Jul-20 20:13:37.575 - 113.0052 = Nothing
14-Jul-20 20:13:37.575 - 113.0053 = Nothing
14-Jul-20 20:13:37.575 - 113.0054 = Nothing
14-Jul-20 20:13:37.575 - 113.0055 = Nothing
14-Jul-20 20:13:37.591 - 113.0056 = Nothing
14-Jul-20 20:13:37.591 - 113.0057 = Nothing
14-Jul-20 20:13:37.591 - 113.0058 = Nothing
14-Jul-20 20:13:37.591 - 113.0059 = Nothing
14-Jul-20 20:13:37.606 - 113.0060 = Nothing
14-Jul-20 20:13:37.606 - 113.0061 = Nothing
14-Jul-20 20:13:37.606 - 113.0062 = Nothing
14-Jul-20 20:13:37.606 - 113.0063 = Nothing
14-Jul-20 20:13:37.606 - 113.0064 = Nothing
14-Jul-20 20:13:37.622 - 113.0065 = Nothing
14-Jul-20 20:13:37.622 - 113.0066 = Nothing
14-Jul-20 20:13:37.622 - 113.0067 = Nothing
14-Jul-20 20:13:37.622 - 113.0068 = Nothing
14-Jul-20 20:13:37.622 - 113.0069 = Nothing
14-Jul-20 20:13:37.638 - 113.0070 = Nothing
14-Jul-20 20:13:37.638 - 113.0071 = Nothing
14-Jul-20 20:13:37.638 - 113.0072 = Nothing
14-Jul-20 20:13:37.638 - 113.0073 = Nothing
14-Jul-20 20:13:37.638 - 113.0074 = Nothing
14-Jul-20 20:13:37.653 - 113.0075 = Nothing
14-Jul-20 20:13:37.653 - 113.0076 = Nothing
14-Jul-20 20:13:37.660 - 113.0077 = Nothing
14-Jul-20 20:13:37.660 - 113.0078 = Nothing
14-Jul-20 20:13:37.660 - 113.0079 = Nothing
14-Jul-20 20:13:37.660 - 113.0080 = Nothing
14-Jul-20 20:13:37.660 - 113.0081 = Nothing
14-Jul-20 20:13:37.675 - 113.0082 = Nothing
14-Jul-20 20:13:37.675 - 113.0083 = Nothing
14-Jul-20 20:13:37.675 - 113.0084 = Nothing
14-Jul-20 20:13:37.675 - 113.0085 = Nothing
14-Jul-20 20:13:37.675 - 113.0086 = Nothing
14-Jul-20 20:13:37.691 - 113.0087 = Nothing
14-Jul-20 20:13:37.691 - 113.0088 = Nothing
14-Jul-20 20:13:37.691 - 113.0089 = Nothing
14-Jul-20 20:13:37.707 - 113.0090 = Nothing
14-Jul-20 20:13:37.707 - 113.0091 = Nothing
14-Jul-20 20:13:37.707 - 113.0092 = Nothing
14-Jul-20 20:13:37.722 - 113.0093 = Nothing
14-Jul-20 20:13:37.722 - 113.0094 = Nothing
14-Jul-20 20:13:37.738 - 113.0095 = Nothing
14-Jul-20 20:13:37.738 - 113.0096 = Nothing
14-Jul-20 20:13:37.760 - 113.0097 = Nothing
14-Jul-20 20:13:37.760 - 113.0098 = Nothing
14-Jul-20 20:13:37.760 - 113.0099 = Nothing
14-Jul-20 20:13:37.760 - 113.0100 = Nothing
14-Jul-20 20:13:37.760 - 113.0101 = Nothing
14-Jul-20 20:13:37.776 - 113.0102 = Nothing
14-Jul-20 20:13:37.776 - 113.0103 = Nothing
14-Jul-20 20:13:37.791 - 113.0104 = Nothing
14-Jul-20 20:13:37.791 - 113.0105 = Nothing
14-Jul-20 20:13:37.791 - 113.0106 = Nothing
14-Jul-20 20:13:37.791 - 113.0107 = Nothing
14-Jul-20 20:13:37.807 - 113.0108 = Nothing
14-Jul-20 20:13:37.807 - 113.0109 = Nothing
14-Jul-20 20:13:37.807 - 113.0110 = Nothing
14-Jul-20 20:13:37.823 - 113.0111 = Nothing
14-Jul-20 20:13:37.823 - 113.0112 = Nothing
14-Jul-20 20:13:37.823 - 113.0113 = Nothing
14-Jul-20 20:13:37.823 - 113.0114 = Nothing
14-Jul-20 20:13:37.823 - 113.0115 = Nothing
14-Jul-20 20:13:37.838 - 113.0116 = Nothing
14-Jul-20 20:13:37.838 - 113.0117 = Nothing
14-Jul-20 20:13:37.838 - 113.0118 = Nothing
14-Jul-20 20:13:37.838 - 113.0119 = Nothing
14-Jul-20 20:13:37.854 - 113.0120 = Nothing
14-Jul-20 20:13:37.854 - 113.0121 = Nothing
14-Jul-20 20:13:37.860 - 113.0122 = Nothing
14-Jul-20 20:13:37.860 - 113.0123 = Nothing
14-Jul-20 20:13:37.876 - 113.0124 = Nothing
14-Jul-20 20:13:37.876 - 113.0125 = Nothing
14-Jul-20 20:13:37.876 - 113.0126 = Nothing
14-Jul-20 20:13:37.876 - 113.0127 = Nothing
14-Jul-20 20:13:37.876 - 114      = Nothing
14-Jul-20 20:13:37.892 - 115      = -1 ( 0xFFFFFFFF )
14-Jul-20 20:13:37.892 - 116      = Nothing
14-Jul-20 20:13:37.892 - 117      = Nothing
14-Jul-20 20:13:37.892 - 118      = Nothing
14-Jul-20 20:13:37.907 - 119      = Nothing
14-Jul-20 20:13:37.923 - 120      = Nothing
14-Jul-20 20:13:37.923 - 121      = Nothing
14-Jul-20 20:13:37.923 - 122      = Nothing
14-Jul-20 20:13:37.923 - 123      = Nothing
14-Jul-20 20:13:37.923 - 124      = Nothing
14-Jul-20 20:13:37.938 - 125      = Nothing
14-Jul-20 20:13:37.938 - 126      = Nothing
14-Jul-20 20:13:37.938 - 127      = 1500 ( 0x5DC )
14-Jul-20 20:13:37.938 - 128      = Nothing
14-Jul-20 20:13:37.961 - 129      = True
14-Jul-20 20:13:37.961 - 130      = MAME
14-Jul-20 20:13:37.961 - 131      = Nothing
14-Jul-20 20:13:37.961 - 132      = 5000 ( 0x1388 )
14-Jul-20 20:13:37.961 - 133      = MAME
14-Jul-20 20:13:37.976 - 134      = Nothing
14-Jul-20 20:13:37.976 - 135      = Nothing
14-Jul-20 20:13:37.976 - 136      = Nothing
14-Jul-20 20:13:37.976 - 137      = 250 ( 0xFA )
14-Jul-20 20:13:37.992 - 138      = 1000000 ( 0xF4240 )
14-Jul-20 20:13:37.992 - 139.0001 = Nothing
14-Jul-20 20:13:37.992 - 140.0001 = Nothing
14-Jul-20 20:13:37.992 - 141.0001 = ADDR
14-Jul-20 20:13:38.007 - 141.0001 = Nothing
14-Jul-20 20:13:38.007 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 141.0001 = Nothing
14-Jul-20 20:13:38.023 - 142.0001 = SCR
14-Jul-20 20:13:38.039 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.039 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.054 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.054 - 142.0001 = 0 -  -  -  - 0 -  - 
14-Jul-20 20:13:38.061 - 143.0001 = Nothing
14-Jul-20 20:13:38.061 - 144.0001 = Nothing
14-Jul-20 20:14:03.997 - Found valid process name of 'Future Pinball'
14-Jul-20 20:14:04.003 - Setting Future Pinball process ID to :10512
14-Jul-20 20:14:04.003 - Found valid process name of 'FPLoader'
14-Jul-20 20:14:06.034 - Activated by process name : 'FPLoader'
14-Jul-20 20:14:06.039 - Named process detected and startup commenced
14-Jul-20 20:14:06.046 - 64 bit OS detected
14-Jul-20 20:14:06.064 - FP full name=F:\Downloads\Pinball vs Arcade vs Consoles 2nd Build\PINBALLvsARCADE\emulators\Future PinballSLAMTILT\Future Pinball.exe Size=28547584 bytes, Dated 12/31/2010 5:23:32 AM
14-Jul-20 20:14:06.073 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:09.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:11.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:13.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:15.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:16.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:17.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:18.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:19.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:21.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:23.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:25.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:27.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:29.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:31.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:33.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:35.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:37.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:40.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:14:42.561 - FP table running DOFLinx code found and link established
14-Jul-20 20:14:42.566 - Using full colour palette
14-Jul-20 20:14:42.570 - 122 colours added to the palette
14-Jul-20 20:16:05.733 - Activating process disappeared so stopping things
14-Jul-20 20:16:05.733 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:17:47.772 - Shutting down
14-Jul-20 20:17:47.772 - Program close
14-Jul-20 20:57:00.928 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
14-Jul-20 20:57:00.928 - Starting up - version 7.15
14-Jul-20 20:57:00.944 - For support come and visit the community here http://www.vpforums....p?showforum=104
14-Jul-20 20:57:00.944 - Pre-Reading DOFLinx.INI startup config file details
14-Jul-20 20:57:00.997 - DEBUG enabled with showing of window True
14-Jul-20 20:57:01.167 - XBox controller 1 detected, capability = Wired
14-Jul-20 20:57:01.198 - Joystick # 1 detected : 10 buttons   DPAD Z-Axis
14-Jul-20 20:57:01.198 - Joystick # 2 detected : 12 buttons   DPAD Z-Axis
14-Jul-20 20:57:01.245 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:57:01.245 - Reading DOFLinx.INI startup config file details
14-Jul-20 20:57:01.245 - Turning DEBUG off
14-Jul-20 20:57:01.267 - DEBUG enabled with showing of window True
14-Jul-20 20:57:01.267 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig.ini
14-Jul-20 20:57:01.298 - Set Debug Privilege = Set OK
14-Jul-20 20:57:03.165 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:57:07.398 - Found valid process name of 'Future Pinball'
14-Jul-20 20:57:07.398 - Setting Future Pinball process ID to :10680
14-Jul-20 20:57:07.398 - Found valid process name of 'FPLoader'
14-Jul-20 20:57:09.421 - Activated by process name : 'FPLoader'
14-Jul-20 20:57:09.425 - Named process detected and startup commenced
14-Jul-20 20:57:09.428 - 64 bit OS detected
14-Jul-20 20:57:09.448 - FP full name=F:\Downloads\Pinball vs Arcade vs Consoles 2nd Build\PINBALLvsARCADE\emulators\Future PinballSLAMTILT\Future Pinball.exe Size=28547584 bytes, Dated 12/31/2010 5:23:32 AM
14-Jul-20 20:57:09.454 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:11.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:13.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:14.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:16.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:17.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:29.861 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:31.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:32.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:34.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:35.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:36.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:37.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:38.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:40.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:42.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:44.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:46.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:49.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:51.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:53.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:55.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:57.002 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:57:59.001 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:58:02.000 - Starting scan of FP process for DOFLinx code
14-Jul-20 20:58:04.496 - FP table running DOFLinx code found and link established
14-Jul-20 20:58:04.502 - Using full colour palette
14-Jul-20 20:58:04.508 - 122 colours added to the palette
14-Jul-20 20:58:29.115 - Activating process disappeared so stopping things
14-Jul-20 20:58:29.131 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
14-Jul-20 20:58:36.231 - Shutting down
14-Jul-20 20:58:36.231 - Program close
15-Jul-20 07:22:44.502 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
15-Jul-20 07:22:44.518 - Starting up - version 7.16 Beta 5
15-Jul-20 07:22:44.518 - For support come and visit the community here http://www.vpforums....p?showforum=104
15-Jul-20 07:22:44.518 - Pre-Reading DOFLinx.INI startup config file details
15-Jul-20 07:22:44.594 - DEBUG enabled with showing of window True
15-Jul-20 07:22:44.759 - XBox controller 1 detected, capability = Wired
15-Jul-20 07:22:44.775 - Joystick # 1 detected : 10 buttons   DPAD Z-Axis
15-Jul-20 07:22:44.775 - Joystick # 2 detected : 12 buttons   DPAD Z-Axis
15-Jul-20 07:22:44.793 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:22:44.795 - Reading DOFLinx.INI startup config file details
15-Jul-20 07:22:44.797 - Turning DEBUG off
15-Jul-20 07:22:44.808 - DEBUG enabled with showing of window True
15-Jul-20 07:22:44.825 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig.ini
15-Jul-20 07:22:44.846 - Set Debug Privilege = Set OK
15-Jul-20 07:22:46.758 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:22:53.708 - ***********************************
15-Jul-20 07:22:53.723 - Showing key variables for debugging
15-Jul-20 07:22:53.723 - ***********************************
15-Jul-20 07:22:53.723 -   1      = True
15-Jul-20 07:22:53.723 -   2      = Nothing
15-Jul-20 07:22:53.723 -   3      = Nothing
15-Jul-20 07:22:53.741 -   4      = Nothing
15-Jul-20 07:22:53.745 -   5      = Nothing
15-Jul-20 07:22:53.747 -   6      = Nothing
15-Jul-20 07:22:53.749 -   7      = Nothing
15-Jul-20 07:22:53.752 -   8      = C:\DirectOutput\FX3\
15-Jul-20 07:22:53.755 -   9      = Nothing
15-Jul-20 07:22:53.758 -  10      = C:\DirectOutput\FX3_B2S\
15-Jul-20 07:22:53.762 -  11      = c:\Visual Pinball\Tables\
15-Jul-20 07:22:53.765 -  12      = Nothing
15-Jul-20 07:22:53.767 -  13      = Nothing
15-Jul-20 07:22:53.795 -  14      = Nothing
15-Jul-20 07:22:53.812 -  15      = Nothing
15-Jul-20 07:22:53.827 -  16      = Nothing
15-Jul-20 07:22:53.846 -  17      = 2000 ( 0x7D0 )
15-Jul-20 07:22:53.860 -  18      = Nothing
15-Jul-20 07:22:53.877 -  19      = Nothing
15-Jul-20 07:22:53.895 -  20      = Nothing
15-Jul-20 07:22:53.910 -  21      = Nothing
15-Jul-20 07:22:53.926 -  22      = Nothing
15-Jul-20 07:22:53.945 -  23      = C:\DirectOutput\config\GlobalConfig_b2sServer.xml
15-Jul-20 07:22:53.959 -  24      = Nothing
15-Jul-20 07:22:53.967 -  25      = Nothing
15-Jul-20 07:22:53.972 -  26      = 100 ( 0x64 )
15-Jul-20 07:22:53.977 -  27      = RUMB
15-Jul-20 07:22:53.982 -  28      = True False False False 
15-Jul-20 07:22:53.988 -  29      = False False False False 
15-Jul-20 07:22:53.993 -  30      = False False False False 
15-Jul-20 07:22:54.008 -  31      = 36 ( 0x24 )
15-Jul-20 07:22:54.014 -  31.0000 = 0 -  - 0 - 0
15-Jul-20 07:22:54.019 -  31.0001 = 0 -  - 0 - 0
15-Jul-20 07:22:54.024 -  31.0002 = 0 -  - 0 - 0
15-Jul-20 07:22:54.030 -  31.0003 = 1 - L - 60000 - 1000
15-Jul-20 07:22:54.035 -  31.0004 = 1 - R - 60000 - 1000
15-Jul-20 07:22:54.040 -  31.0005 = 0 -  - 0 - 0
15-Jul-20 07:22:54.046 -  31.0006 = 0 -  - 0 - 0
15-Jul-20 07:22:54.051 -  31.0007 = 0 -  - 0 - 0
15-Jul-20 07:22:54.057 -  31.0008 = 0 -  - 0 - 0
15-Jul-20 07:22:54.062 -  31.0009 = 0 -  - 0 - 0
15-Jul-20 07:22:54.067 -  31.0010 = 0 -  - 0 - 0
15-Jul-20 07:22:54.072 -  31.0011 = 0 -  - 0 - 0
15-Jul-20 07:22:54.077 -  31.0012 = 0 -  - 0 - 0
15-Jul-20 07:22:54.083 -  31.0013 = 0 -  - 0 - 0
15-Jul-20 07:22:54.088 -  31.0014 = 0 -  - 0 - 0
15-Jul-20 07:22:54.093 -  31.0015 = 0 -  - 0 - 0
15-Jul-20 07:22:54.098 -  31.0016 = 0 -  - 0 - 0
15-Jul-20 07:22:54.104 -  31.0017 = 0 -  - 0 - 0
15-Jul-20 07:22:54.109 -  31.0018 = 0 -  - 0 - 0
15-Jul-20 07:22:54.116 -  31.0019 = 0 -  - 0 - 0
15-Jul-20 07:22:54.121 -  31.0020 = 0 -  - 0 - 0
15-Jul-20 07:22:54.126 -  31.0021 = 0 -  - 0 - 0
15-Jul-20 07:22:54.132 -  31.0022 = 0 -  - 0 - 0
15-Jul-20 07:22:54.137 -  31.0023 = 0 -  - 0 - 0
15-Jul-20 07:22:54.142 -  31.0024 = 0 -  - 0 - 0
15-Jul-20 07:22:54.149 -  31.0025 = 0 -  - 0 - 0
15-Jul-20 07:22:54.154 -  31.0026 = 0 -  - 0 - 0
15-Jul-20 07:22:54.159 -  31.0027 = 0 -  - 0 - 0
15-Jul-20 07:22:54.165 -  31.0028 = 0 -  - 0 - 0
15-Jul-20 07:22:54.170 -  31.0029 = 0 -  - 0 - 0
15-Jul-20 07:22:54.175 -  31.0030 = 0 -  - 0 - 0
15-Jul-20 07:22:54.182 -  31.0031 = 0 -  - 0 - 0
15-Jul-20 07:22:54.187 -  31.0032 = 0 -  - 0 - 0
15-Jul-20 07:22:54.192 -  31.0033 = 0 -  - 0 - 0
15-Jul-20 07:22:54.193 -  31.0034 = 0 -  - 0 - 0
15-Jul-20 07:22:54.193 -  31.0035 = 0 -  - 0 - 0
15-Jul-20 07:22:54.209 -  32      = 2 ( 0x2 )
15-Jul-20 07:22:54.209 -  32.0000 = 05 - 12 - 1 - L - 65000 - 150 - 0 - 
15-Jul-20 07:22:54.209 -  32.0001 = 06 - 12 - 1 - L - 65000 - 150 - 0 - 
15-Jul-20 07:22:54.224 -  33      = JOY
15-Jul-20 07:22:54.224 -  34      = True True False False False False False False False False False False False False False False 
15-Jul-20 07:22:54.224 -  35      = True True False False False False False False False False False False False False False False 
15-Jul-20 07:22:54.243 -  36      = Nothing
15-Jul-20 07:22:54.249 -  37      = Nothing
15-Jul-20 07:22:54.255 -  38      = 1 ( 0x1 )
15-Jul-20 07:22:54.260 -  39      = 122 ( 0x7A )
15-Jul-20 07:22:54.266 -  39.0000 = WHITE
15-Jul-20 07:22:54.271 -  39.0001 = RED
15-Jul-20 07:22:54.276 -  39.0002 = LIME
15-Jul-20 07:22:54.282 -  39.0003 = BLUE
15-Jul-20 07:22:54.287 -  39.0004 = YELLOW
15-Jul-20 07:22:54.293 -  39.0005 = CYAN
15-Jul-20 07:22:54.293 -  39.0006 = MAGENTA
15-Jul-20 07:22:54.293 -  39.0007 = SILVER
15-Jul-20 07:22:54.308 -  39.0008 = GRAY
15-Jul-20 07:22:54.308 -  39.0009 = BROWN
15-Jul-20 07:22:54.308 -  39.0010 = OLIVE
15-Jul-20 07:22:54.324 -  39.0011 = GREEN
15-Jul-20 07:22:54.324 -  39.0012 = PURPLE
15-Jul-20 07:22:54.324 -  39.0013 = TEAL
15-Jul-20 07:22:54.340 -  39.0014 = NAVY
15-Jul-20 07:22:54.340 -  39.0015 = DARK_RED
15-Jul-20 07:22:54.340 -  39.0016 = BLACK
15-Jul-20 07:22:54.355 -  39.0017 = FIREBRICK
15-Jul-20 07:22:54.355 -  39.0018 = CRIMSON
15-Jul-20 07:22:54.355 -  39.0019 = TOMATO
15-Jul-20 07:22:54.371 -  39.0020 = CORAL
15-Jul-20 07:22:54.371 -  39.0021 = INDIAN_RED
15-Jul-20 07:22:54.387 -  39.0022 = LIGHT_CORAL
15-Jul-20 07:22:54.387 -  39.0023 = DARK_SALMON
15-Jul-20 07:22:54.387 -  39.0024 = SALMON
15-Jul-20 07:22:54.402 -  39.0025 = LIGHT_SALMON
15-Jul-20 07:22:54.402 -  39.0026 = ORANGE_RED
15-Jul-20 07:22:54.402 -  39.0027 = DARK_ORANGE
15-Jul-20 07:22:54.418 -  39.0028 = ORANGE
15-Jul-20 07:22:54.418 -  39.0029 = GOLD
15-Jul-20 07:22:54.418 -  39.0030 = DARK_GOLDEN_ROD
15-Jul-20 07:22:54.433 -  39.0031 = GOLDEN_ROD
15-Jul-20 07:22:54.433 -  39.0032 = PALE_GOLDEN_ROD
15-Jul-20 07:22:54.433 -  39.0033 = DARK_KHAKI
15-Jul-20 07:22:54.449 -  39.0034 = KHAKI
15-Jul-20 07:22:54.449 -  39.0035 = YELLOW_GREEN
15-Jul-20 07:22:54.465 -  39.0036 = DARK_OLIVE_GREEN
15-Jul-20 07:22:54.465 -  39.0037 = OLIVE_DRAB
15-Jul-20 07:22:54.465 -  39.0038 = LAWN_GREEN
15-Jul-20 07:22:54.480 -  39.0039 = CHART_REUSE
15-Jul-20 07:22:54.480 -  39.0040 = GREEN_YELLOW
15-Jul-20 07:22:54.480 -  39.0041 = DARK_GREEN
15-Jul-20 07:22:54.496 -  39.0042 = FOREST_GREEN
15-Jul-20 07:22:54.496 -  39.0043 = LIME_GREEN
15-Jul-20 07:22:54.496 -  39.0044 = LIGHT_GREEN
15-Jul-20 07:22:54.512 -  39.0045 = PALE_GREEN
15-Jul-20 07:22:54.512 -  39.0046 = DARK_SEA_GREEN
15-Jul-20 07:22:54.512 -  39.0047 = MEDIUM_SPRING_GREEN
15-Jul-20 07:22:54.527 -  39.0048 = SPRING_GREEN
15-Jul-20 07:22:54.527 -  39.0049 = SEA_GREEN
15-Jul-20 07:22:54.543 -  39.0050 = MEDIUM_AQUA_MARINE
15-Jul-20 07:22:54.543 -  39.0051 = MEDIUM_SEA_GREEN
15-Jul-20 07:22:54.543 -  39.0052 = LIGHT_SEA_GREEN
15-Jul-20 07:22:54.558 -  39.0053 = DARK_SLATE_GRAY
15-Jul-20 07:22:54.558 -  39.0054 = DARK_CYAN
15-Jul-20 07:22:54.558 -  39.0055 = AQUA
15-Jul-20 07:22:54.574 -  39.0056 = LIGHT_CYAN
15-Jul-20 07:22:54.574 -  39.0057 = DARK_TURQUOISE
15-Jul-20 07:22:54.574 -  39.0058 = TURQUOISE
15-Jul-20 07:22:54.590 -  39.0059 = MEDIUM_TURQUOISE
15-Jul-20 07:22:54.590 -  39.0060 = PALE_TURQUOISE
15-Jul-20 07:22:54.590 -  39.0061 = AQUA_MARINE
15-Jul-20 07:22:54.605 -  39.0062 = POWDER_BLUE
15-Jul-20 07:22:54.605 -  39.0063 = CADET_BLUE
15-Jul-20 07:22:54.621 -  39.0064 = STEEL_BLUE
15-Jul-20 07:22:54.621 -  39.0065 = CORN_FLOWER_BLUE
15-Jul-20 07:22:54.621 -  39.0066 = DEEP_SKY_BLUE
15-Jul-20 07:22:54.637 -  39.0067 = DODGER_BLUE
15-Jul-20 07:22:54.637 -  39.0068 = LIGHT_BLUE
15-Jul-20 07:22:54.652 -  39.0069 = SKY_BLUE
15-Jul-20 07:22:54.658 -  39.0070 = LIGHT_SKY_BLUE
15-Jul-20 07:22:54.666 -  39.0071 = MIDNIGHT_BLUE
15-Jul-20 07:22:54.671 -  39.0072 = DARK_BLUE
15-Jul-20 07:22:54.677 -  39.0073 = MEDIUM_BLUE
15-Jul-20 07:22:54.682 -  39.0074 = ROYAL_BLUE
15-Jul-20 07:22:54.687 -  39.0075 = BLUE_VIOLET
15-Jul-20 07:22:54.690 -  39.0076 = INDIGO
15-Jul-20 07:22:54.690 -  39.0077 = DARK_SLATE_BLUE
15-Jul-20 07:22:54.690 -  39.0078 = SLATE_BLUE
15-Jul-20 07:22:54.706 -  39.0079 = MEDIUM_SLATE_BLUE
15-Jul-20 07:22:54.706 -  39.0080 = MEDIUM_PURPLE
15-Jul-20 07:22:54.722 -  39.0081 = DARK_MAGENTA
15-Jul-20 07:22:54.722 -  39.0082 = DARK_VIOLET
15-Jul-20 07:22:54.722 -  39.0083 = DARK_ORCHID
15-Jul-20 07:22:54.739 -  39.0084 = MEDIUM_ORCHID
15-Jul-20 07:22:54.745 -  39.0085 = THISTLE
15-Jul-20 07:22:54.751 -  39.0086 = PLUM
15-Jul-20 07:22:54.756 -  39.0087 = VIOLET
15-Jul-20 07:22:54.763 -  39.0088 = ORCHID
15-Jul-20 07:22:54.769 -  39.0089 = MEDIUM_VIOLET_RED
15-Jul-20 07:22:54.774 -  39.0090 = PALE_VIOLET_RED
15-Jul-20 07:22:54.776 -  39.0091 = DEEP_PINK
15-Jul-20 07:22:54.776 -  39.0092 = LIGHT_PINK
15-Jul-20 07:22:54.776 -  39.0093 = PINK
15-Jul-20 07:22:54.791 -  39.0094 = ANTIQUE_WHITE
15-Jul-20 07:22:54.791 -  39.0095 = BEIGE
15-Jul-20 07:22:54.791 -  39.0096 = BISQUE
15-Jul-20 07:22:54.807 -  39.0097 = CORN_SILK
15-Jul-20 07:22:54.807 -  39.0098 = LEMON_CHIFFON
15-Jul-20 07:22:54.807 -  39.0099 = LIGHT_GOLDEN_ROD
15-Jul-20 07:22:54.823 -  39.0100 = LIGHT_YELLOW
15-Jul-20 07:22:54.823 -  39.0101 = SADDLE_BROWN
15-Jul-20 07:22:54.823 -  39.0102 = SIENNA
15-Jul-20 07:22:54.844 -  39.0103 = CHOCOLATE
15-Jul-20 07:22:54.850 -  39.0104 = PERU
15-Jul-20 07:22:54.855 -  39.0105 = SANDY_BROWN
15-Jul-20 07:22:54.860 -  39.0106 = BURLY_WOOD
15-Jul-20 07:22:54.866 -  39.0107 = TAN
15-Jul-20 07:22:54.871 -  39.0108 = ROSY_BROWN
15-Jul-20 07:22:54.876 -  39.0109 = MOCCASIN
15-Jul-20 07:22:54.877 -  39.0110 = NAVAJO_WHITE
15-Jul-20 07:22:54.877 -  39.0111 = PEACH_PUFF
15-Jul-20 07:22:54.892 -  39.0112 = MISTY_ROSE
15-Jul-20 07:22:54.892 -  39.0113 = LAVENDER_BLUSH
15-Jul-20 07:22:54.892 -  39.0114 = PAPAYA_WHIP
15-Jul-20 07:22:54.908 -  39.0115 = SLATE_GRAY
15-Jul-20 07:22:54.908 -  39.0116 = LIGHT_SLATE_GRAY
15-Jul-20 07:22:54.908 -  39.0117 = LIGHT_STEEL_BLUE
15-Jul-20 07:22:54.924 -  39.0118 = LAVENDER
15-Jul-20 07:22:54.924 -  39.0119 = DIM_GRAY
15-Jul-20 07:22:54.924 -  39.0120 = DARK_GRAY
15-Jul-20 07:22:54.939 -  39.0121 = AMBER
15-Jul-20 07:22:54.939 -  40      = 122 ( 0x7A )
15-Jul-20 07:22:54.939 -  40.0000 = FF:FF:FF
15-Jul-20 07:22:54.955 -  40.0001 = FF:00:00
15-Jul-20 07:22:54.955 -  40.0002 = 00:FF:00
15-Jul-20 07:22:54.970 -  40.0003 = 00:00:FF
15-Jul-20 07:22:54.970 -  40.0004 = FF:FF:00
15-Jul-20 07:22:54.970 -  40.0005 = 00:FF:FF
15-Jul-20 07:22:54.986 -  40.0006 = FF:00:FF
15-Jul-20 07:22:54.986 -  40.0007 = C0:C0:C0
15-Jul-20 07:22:54.986 -  40.0008 = 80:80:80
15-Jul-20 07:22:55.002 -  40.0009 = 80:00:00
15-Jul-20 07:22:55.002 -  40.0010 = 80:80:00
15-Jul-20 07:22:55.002 -  40.0011 = 00:80:00
15-Jul-20 07:22:55.017 -  40.0012 = 80:00:80
15-Jul-20 07:22:55.017 -  40.0013 = 00:80:80
15-Jul-20 07:22:55.017 -  40.0014 = 00:00:80
15-Jul-20 07:22:55.033 -  40.0015 = 8B:00:00
15-Jul-20 07:22:55.033 -  40.0016 = 00:00:00
15-Jul-20 07:22:55.048 -  40.0017 = B2:22:22
15-Jul-20 07:22:55.048 -  40.0018 = DC:14:3C
15-Jul-20 07:22:55.048 -  40.0019 = FF:63:47
15-Jul-20 07:22:55.066 -  40.0020 = FF:7F:50
15-Jul-20 07:22:55.072 -  40.0021 = CD:5C:5C
15-Jul-20 07:22:55.077 -  40.0022 = F0:80:80
15-Jul-20 07:22:55.082 -  40.0023 = E9:96:7A
15-Jul-20 07:22:55.087 -  40.0024 = FA:80:72
15-Jul-20 07:22:55.093 -  40.0025 = FF:A0:7A
15-Jul-20 07:22:55.093 -  40.0026 = FF:45:00
15-Jul-20 07:22:55.093 -  40.0027 = FF:8C:00
15-Jul-20 07:22:55.108 -  40.0028 = FF:A5:00
15-Jul-20 07:22:55.108 -  40.0029 = FF:D7:00
15-Jul-20 07:22:55.108 -  40.0030 = B8:86:0B
15-Jul-20 07:22:55.127 -  40.0031 = DA:A5:20
15-Jul-20 07:22:55.133 -  40.0032 = EE:E8:AA
15-Jul-20 07:22:55.139 -  40.0033 = BD:B7:6B
15-Jul-20 07:22:55.144 -  40.0034 = F0:E6:8C
15-Jul-20 07:22:55.149 -  40.0035 = 9A:CD:32
15-Jul-20 07:22:55.154 -  40.0036 = 55:6B:2F
15-Jul-20 07:22:55.161 -  40.0037 = 6B:8E:23
15-Jul-20 07:22:55.166 -  40.0038 = 7C:FC:00
15-Jul-20 07:22:55.171 -  40.0039 = 7F:FF:00
15-Jul-20 07:22:55.177 -  40.0040 = AD:FF:2F
15-Jul-20 07:22:55.182 -  40.0041 = 00:64:00
15-Jul-20 07:22:55.187 -  40.0042 = 22:8B:22
15-Jul-20 07:22:55.193 -  40.0043 = 32:CD:32
15-Jul-20 07:22:55.199 -  40.0044 = 90:EE:90
15-Jul-20 07:22:55.204 -  40.0045 = 98:FB:98
15-Jul-20 07:22:55.209 -  40.0046 = 8F:BC:8F
15-Jul-20 07:22:55.209 -  40.0047 = 00:FA:9A
15-Jul-20 07:22:55.209 -  40.0048 = 00:FF:7F
15-Jul-20 07:22:55.226 -  40.0049 = 2E:8B:57
15-Jul-20 07:22:55.232 -  40.0050 = 66:CD:AA
15-Jul-20 07:22:55.238 -  40.0051 = 3C:B3:71
15-Jul-20 07:22:55.243 -  40.0052 = 20:B2:AA
15-Jul-20 07:22:55.249 -  40.0053 = 2F:4F:4F
15-Jul-20 07:22:55.254 -  40.0054 = 00:8B:8B
15-Jul-20 07:22:55.260 -  40.0055 = 00:FF:FF
15-Jul-20 07:22:55.265 -  40.0056 = E0:FF:FF
15-Jul-20 07:22:55.271 -  40.0057 = 00:CE:D1
15-Jul-20 07:22:55.277 -  40.0058 = 40:E0:D0
15-Jul-20 07:22:55.282 -  40.0059 = 48:D1:CC
15-Jul-20 07:22:55.288 -  40.0060 = AF:EE:EE
15-Jul-20 07:22:55.293 -  40.0061 = 7F:FF:D4
15-Jul-20 07:22:55.299 -  40.0062 = B0:E0:E6
15-Jul-20 07:22:55.304 -  40.0063 = 5F:9E:A0
15-Jul-20 07:22:55.309 -  40.0064 = 46:82:B4
15-Jul-20 07:22:55.309 -  40.0065 = 64:95:ED
15-Jul-20 07:22:55.309 -  40.0066 = 00:BF:FF
15-Jul-20 07:22:55.326 -  40.0067 = 1E:90:FF
15-Jul-20 07:22:55.332 -  40.0068 = AD:D8:E6
15-Jul-20 07:22:55.337 -  40.0069 = 87:CE:EB
15-Jul-20 07:22:55.342 -  40.0070 = 87:CE:FA
15-Jul-20 07:22:55.348 -  40.0071 = 19:19:70
15-Jul-20 07:22:55.353 -  40.0072 = 00:00:8B
15-Jul-20 07:22:55.358 -  40.0073 = 00:00:CD
15-Jul-20 07:22:55.359 -  40.0074 = 41:69:E1
15-Jul-20 07:22:55.359 -  40.0075 = 8A:2B:E2
15-Jul-20 07:22:55.375 -  40.0076 = 4B:00:82
15-Jul-20 07:22:55.382 -  40.0077 = 48:3D:8B
15-Jul-20 07:22:55.387 -  40.0078 = 6A:5A:CD
15-Jul-20 07:22:55.392 -  40.0079 = 7B:68:EE
15-Jul-20 07:22:55.399 -  40.0080 = 93:70:DB
15-Jul-20 07:22:55.404 -  40.0081 = 8B:00:8B
15-Jul-20 07:22:55.409 -  40.0082 = 94:00:D3
15-Jul-20 07:22:55.410 -  40.0083 = 99:32:CC
15-Jul-20 07:22:55.410 -  40.0084 = BA:55:D3
15-Jul-20 07:22:55.425 -  40.0085 = D8:BF:D8
15-Jul-20 07:22:55.432 -  40.0086 = DD:A0:DD
15-Jul-20 07:22:55.437 -  40.0087 = EE:82:EE
15-Jul-20 07:22:55.443 -  40.0088 = DA:70:D6
15-Jul-20 07:22:55.449 -  40.0089 = C7:15:85
15-Jul-20 07:22:55.454 -  40.0090 = DB:70:93
15-Jul-20 07:22:55.459 -  40.0091 = FF:14:93
15-Jul-20 07:22:55.459 -  40.0092 = FF:B6:C1
15-Jul-20 07:22:55.459 -  40.0093 = FF:C0:CB
15-Jul-20 07:22:55.475 -  40.0094 = FA:EB:D7
15-Jul-20 07:22:55.482 -  40.0095 = F5:F5:DC
15-Jul-20 07:22:55.487 -  40.0096 = FF:E4:C4
15-Jul-20 07:22:55.492 -  40.0097 = FF:F8:DC
15-Jul-20 07:22:55.498 -  40.0098 = FF:FA:CD
15-Jul-20 07:22:55.503 -  40.0099 = FA:FA:D2
15-Jul-20 07:22:55.509 -  40.0100 = FF:FF:E0
15-Jul-20 07:22:55.509 -  40.0101 = 8B:45:13
15-Jul-20 07:22:55.509 -  40.0102 = A0:52:2D
15-Jul-20 07:22:55.526 -  40.0103 = D2:69:1E
15-Jul-20 07:22:55.532 -  40.0104 = CD:85:3F
15-Jul-20 07:22:55.537 -  40.0105 = F4:A4:60
15-Jul-20 07:22:55.542 -  40.0106 = DE:B8:87
15-Jul-20 07:22:55.549 -  40.0107 = D2:B4:8C
15-Jul-20 07:22:55.554 -  40.0108 = BC:8F:8F
15-Jul-20 07:22:55.559 -  40.0109 = FF:E4:B5
15-Jul-20 07:22:55.559 -  40.0110 = FF:DE:AD
15-Jul-20 07:22:55.559 -  40.0111 = FF:DA:B9
15-Jul-20 07:22:55.575 -  40.0112 = FF:E4:E1
15-Jul-20 07:22:55.582 -  40.0113 = FF:F0:F5
15-Jul-20 07:22:55.587 -  40.0114 = FF:EF:D5
15-Jul-20 07:22:55.593 -  40.0115 = 70:80:90
15-Jul-20 07:22:55.599 -  40.0116 = 77:88:99
15-Jul-20 07:22:55.604 -  40.0117 = B0:C4:DE
15-Jul-20 07:22:55.609 -  40.0118 = E6:E6:FA
15-Jul-20 07:22:55.609 -  40.0119 = 69:69:69
15-Jul-20 07:22:55.609 -  40.0120 = A9:A9:A9
15-Jul-20 07:22:55.625 -  40.0121 = FF:BF:00
15-Jul-20 07:22:55.625 -  41      = Nothing
15-Jul-20 07:22:55.625 -  42      = Nothing
15-Jul-20 07:22:55.641 -  43      = Nothing
15-Jul-20 07:22:55.641 -  44      = RAINBOW
15-Jul-20 07:22:55.641 -  45      = TIME
15-Jul-20 07:22:55.656 -  46      = 5000 ( 0x1388 )
15-Jul-20 07:22:55.656 -  47      = Nothing
15-Jul-20 07:22:55.656 -  48      = Nothing
15-Jul-20 07:22:55.672 -  49      = Nothing
15-Jul-20 07:22:55.672 -  50      = Nothing
15-Jul-20 07:22:55.672 -  51      = Nothing
15-Jul-20 07:22:55.687 -  52      = Nothing
15-Jul-20 07:22:55.687 -  53      = True
15-Jul-20 07:22:55.703 -  54      = Nothing
15-Jul-20 07:22:55.703 -  55      = True
15-Jul-20 07:22:55.703 -  56      = Nothing
15-Jul-20 07:22:55.719 -  57      = Nothing
15-Jul-20 07:22:55.719 -  58      = Nothing
15-Jul-20 07:22:55.719 -  59      = Nothing
15-Jul-20 07:22:55.734 -  60      = 500 ( 0x1F4 )
15-Jul-20 07:22:55.734 -  61      = Nothing
15-Jul-20 07:22:55.734 -  62      = Nothing
15-Jul-20 07:22:55.750 -  63      = KEYC
15-Jul-20 07:22:55.750 -  64      = Nothing
15-Jul-20 07:22:55.765 -  65      = Nothing
15-Jul-20 07:22:55.765 -  66      = Nothing
15-Jul-20 07:22:55.765 -  67      = Nothing
15-Jul-20 07:22:55.781 -  68      = FIX
15-Jul-20 07:22:55.781 -  69      = Nothing
15-Jul-20 07:22:55.781 -  70      = Nothing
15-Jul-20 07:22:55.797 -  71      = Nothing
15-Jul-20 07:22:55.797 -  72      = Nothing
15-Jul-20 07:22:55.797 -  73      = Nothing
15-Jul-20 07:22:55.812 -  74      = Nothing
15-Jul-20 07:22:55.812 -  75      = Nothing
15-Jul-20 07:22:55.812 -  76      = Nothing
15-Jul-20 07:22:55.832 -  77      = Nothing
15-Jul-20 07:22:55.837 -  78      = Nothing
15-Jul-20 07:22:55.842 -  79      = LKD
15-Jul-20 07:22:55.849 -  80      = Nothing
15-Jul-20 07:22:55.854 -  81      = LKB
15-Jul-20 07:22:55.859 -  82      = Nothing
15-Jul-20 07:22:55.866 -  83      = LKF
15-Jul-20 07:22:55.872 -  84      = Nothing
15-Jul-20 07:22:55.876 -  85      = 100
15-Jul-20 07:22:55.876 -  86      = 0
15-Jul-20 07:22:55.876 -  86.0001 = 0
15-Jul-20 07:22:55.892 -  86.0002 = 0
15-Jul-20 07:22:55.892 -  86.0003 = False
15-Jul-20 07:22:55.892 -  86.0004 = False
15-Jul-20 07:22:55.908 -  87      = LITB
15-Jul-20 07:22:55.908 -  88      = KEYR
15-Jul-20 07:22:55.908 -  89      = Nothing
15-Jul-20 07:22:55.923 -  90      = Nothing
15-Jul-20 07:22:55.923 -  91      = 6 ( 0x6 )
15-Jul-20 07:22:55.923 -  91.0000 = Pinball FX2
15-Jul-20 07:22:55.942 -  91.0001 = Pinball FX3
15-Jul-20 07:22:55.950 -  91.0002 = Pinball FX2
15-Jul-20 07:22:55.954 -  91.0003 = Future Pinball
15-Jul-20 07:22:55.960 -  91.0004 = FPLoader
15-Jul-20 07:22:55.965 -  91.0005 = VPinballX
15-Jul-20 07:22:55.971 -  92      = FX2
15-Jul-20 07:22:55.976 -  93      = 10000 ( 0x2710 )
15-Jul-20 07:22:55.983 -  94      = Nothing
15-Jul-20 07:22:55.988 -  95      = Nothing
15-Jul-20 07:22:55.993 -  96      = True
15-Jul-20 07:22:55.993 -  97      = Nothing
15-Jul-20 07:22:55.993 -  98      = FX3
15-Jul-20 07:22:56.009 -  99      = Nothing
15-Jul-20 07:22:56.009 - 100      = Nothing
15-Jul-20 07:22:56.009 - 101      = Nothing
15-Jul-20 07:22:56.024 - 102      = Nothing
15-Jul-20 07:22:56.024 - 103      = Nothing
15-Jul-20 07:22:56.024 - 104      = True
15-Jul-20 07:22:56.042 - 105      = Nothing
15-Jul-20 07:22:56.049 - 106      = Nothing
15-Jul-20 07:22:56.054 - 107      = FP
15-Jul-20 07:22:56.060 - 108      = Nothing
15-Jul-20 07:22:56.066 - 109      = 95000 ( 0x17318 )
15-Jul-20 07:22:56.071 - 110      = Nothing
15-Jul-20 07:22:56.076 - 111      = True
15-Jul-20 07:22:56.076 - 112      = Nothing
15-Jul-20 07:22:56.076 - 113      = 127A
15-Jul-20 07:22:56.092 - 113.0000 = Nothing
15-Jul-20 07:22:56.092 - 113.0001 = Nothing
15-Jul-20 07:22:56.092 - 113.0002 = Nothing
15-Jul-20 07:22:56.107 - 113.0003 = Nothing
15-Jul-20 07:22:56.107 - 113.0004 = Nothing
15-Jul-20 07:22:56.107 - 113.0005 = Nothing
15-Jul-20 07:22:56.123 - 113.0006 = Nothing
15-Jul-20 07:22:56.123 - 113.0007 = Nothing
15-Jul-20 07:22:56.123 - 113.0008 = Nothing
15-Jul-20 07:22:56.139 - 113.0009 = Nothing
15-Jul-20 07:22:56.139 - 113.0010 = Nothing
15-Jul-20 07:22:56.139 - 113.0011 = Nothing
15-Jul-20 07:22:56.154 - 113.0012 = Nothing
15-Jul-20 07:22:56.154 - 113.0013 = Nothing
15-Jul-20 07:22:56.170 - 113.0014 = Nothing
15-Jul-20 07:22:56.170 - 113.0015 = Nothing
15-Jul-20 07:22:56.170 - 113.0016 = Nothing
15-Jul-20 07:22:56.185 - 113.0017 = Nothing
15-Jul-20 07:22:56.185 - 113.0018 = Nothing
15-Jul-20 07:22:56.185 - 113.0019 = Nothing
15-Jul-20 07:22:56.201 - 113.0020 = Nothing
15-Jul-20 07:22:56.201 - 113.0021 = Nothing
15-Jul-20 07:22:56.217 - 113.0022 = Nothing
15-Jul-20 07:22:56.217 - 113.0023 = Nothing
15-Jul-20 07:22:56.217 - 113.0024 = Nothing
15-Jul-20 07:22:56.234 - 113.0025 = Nothing
15-Jul-20 07:22:56.239 - 113.0026 = Nothing
15-Jul-20 07:22:56.244 - 113.0027 = Nothing
15-Jul-20 07:22:56.249 - 113.0028 = Nothing
15-Jul-20 07:22:56.258 - 113.0029 = Nothing
15-Jul-20 07:22:56.264 - 113.0030 = Nothing
15-Jul-20 07:22:56.270 - 113.0031 = Nothing
15-Jul-20 07:22:56.275 - 113.0032 = Nothing
15-Jul-20 07:22:56.277 - 113.0033 = Nothing
15-Jul-20 07:22:56.277 - 113.0034 = Nothing
15-Jul-20 07:22:56.292 - 113.0035 = Nothing
15-Jul-20 07:22:56.292 - 113.0036 = Nothing
15-Jul-20 07:22:56.292 - 113.0037 = Nothing
15-Jul-20 07:22:56.308 - 113.0038 = Nothing
15-Jul-20 07:22:56.308 - 113.0039 = Nothing
15-Jul-20 07:22:56.323 - 113.0040 = Nothing
15-Jul-20 07:22:56.323 - 113.0041 = Nothing
15-Jul-20 07:22:56.323 - 113.0042 = Nothing
15-Jul-20 07:22:56.339 - 113.0043 = Nothing
15-Jul-20 07:22:56.339 - 113.0044 = Nothing
15-Jul-20 07:22:56.339 - 113.0045 = Nothing
15-Jul-20 07:22:56.355 - 113.0046 = Nothing
15-Jul-20 07:22:56.355 - 113.0047 = Nothing
15-Jul-20 07:22:56.355 - 113.0048 = Nothing
15-Jul-20 07:22:56.370 - 113.0049 = Nothing
15-Jul-20 07:22:56.370 - 113.0050 = Nothing
15-Jul-20 07:22:56.370 - 113.0051 = Nothing
15-Jul-20 07:22:56.386 - 113.0052 = Nothing
15-Jul-20 07:22:56.386 - 113.0053 = Nothing
15-Jul-20 07:22:56.386 - 113.0054 = Nothing
15-Jul-20 07:22:56.402 - 113.0055 = Nothing
15-Jul-20 07:22:56.402 - 113.0056 = Nothing
15-Jul-20 07:22:56.402 - 113.0057 = Nothing
15-Jul-20 07:22:56.417 - 113.0058 = Nothing
15-Jul-20 07:22:56.417 - 113.0059 = Nothing
15-Jul-20 07:22:56.417 - 113.0060 = Nothing
15-Jul-20 07:22:56.433 - 113.0061 = Nothing
15-Jul-20 07:22:56.433 - 113.0062 = Nothing
15-Jul-20 07:22:56.448 - 113.0063 = Nothing
15-Jul-20 07:22:56.448 - 113.0064 = Nothing
15-Jul-20 07:22:56.448 - 113.0065 = Nothing
15-Jul-20 07:22:56.464 - 113.0066 = Nothing
15-Jul-20 07:22:56.464 - 113.0067 = Nothing
15-Jul-20 07:22:56.464 - 113.0068 = Nothing
15-Jul-20 07:22:56.480 - 113.0069 = Nothing
15-Jul-20 07:22:56.480 - 113.0070 = Nothing
15-Jul-20 07:22:56.480 - 113.0071 = Nothing
15-Jul-20 07:22:56.495 - 113.0072 = Nothing
15-Jul-20 07:22:56.495 - 113.0073 = Nothing
15-Jul-20 07:22:56.495 - 113.0074 = Nothing
15-Jul-20 07:22:56.511 - 113.0075 = Nothing
15-Jul-20 07:22:56.511 - 113.0076 = Nothing
15-Jul-20 07:22:56.511 - 113.0077 = Nothing
15-Jul-20 07:22:56.531 - 113.0078 = Nothing
15-Jul-20 07:22:56.534 - 113.0079 = Nothing
15-Jul-20 07:22:56.538 - 113.0080 = Nothing
15-Jul-20 07:22:56.541 - 113.0081 = Nothing
15-Jul-20 07:22:56.544 - 113.0082 = Nothing
15-Jul-20 07:22:56.547 - 113.0083 = Nothing
15-Jul-20 07:22:56.550 - 113.0084 = Nothing
15-Jul-20 07:22:56.553 - 113.0085 = Nothing
15-Jul-20 07:22:56.557 - 113.0086 = Nothing
15-Jul-20 07:22:56.560 - 113.0087 = Nothing
15-Jul-20 07:22:56.563 - 113.0088 = Nothing
15-Jul-20 07:22:56.567 - 113.0089 = Nothing
15-Jul-20 07:22:56.570 - 113.0090 = Nothing
15-Jul-20 07:22:56.574 - 113.0091 = Nothing
15-Jul-20 07:22:56.576 - 113.0092 = Nothing
15-Jul-20 07:22:56.576 - 113.0093 = Nothing
15-Jul-20 07:22:56.576 - 113.0094 = Nothing
15-Jul-20 07:22:56.576 - 113.0095 = Nothing
15-Jul-20 07:22:56.576 - 113.0096 = Nothing
15-Jul-20 07:22:56.592 - 113.0097 = Nothing
15-Jul-20 07:22:56.592 - 113.0098 = Nothing
15-Jul-20 07:22:56.592 - 113.0099 = Nothing
15-Jul-20 07:22:56.592 - 113.0100 = Nothing
15-Jul-20 07:22:56.592 - 113.0101 = Nothing
15-Jul-20 07:22:56.607 - 113.0102 = Nothing
15-Jul-20 07:22:56.607 - 113.0103 = Nothing
15-Jul-20 07:22:56.607 - 113.0104 = Nothing
15-Jul-20 07:22:56.607 - 113.0105 = Nothing
15-Jul-20 07:22:56.607 - 113.0106 = Nothing
15-Jul-20 07:22:56.623 - 113.0107 = Nothing
15-Jul-20 07:22:56.623 - 113.0108 = Nothing
15-Jul-20 07:22:56.623 - 113.0109 = Nothing
15-Jul-20 07:22:56.623 - 113.0110 = Nothing
15-Jul-20 07:22:56.640 - 113.0111 = Nothing
15-Jul-20 07:22:56.643 - 113.0112 = Nothing
15-Jul-20 07:22:56.647 - 113.0113 = Nothing
15-Jul-20 07:22:56.650 - 113.0114 = Nothing
15-Jul-20 07:22:56.653 - 113.0115 = Nothing
15-Jul-20 07:22:56.656 - 113.0116 = Nothing
15-Jul-20 07:22:56.660 - 113.0117 = Nothing
15-Jul-20 07:22:56.663 - 113.0118 = Nothing
15-Jul-20 07:22:56.667 - 113.0119 = Nothing
15-Jul-20 07:22:56.670 - 113.0120 = Nothing
15-Jul-20 07:22:56.673 - 113.0121 = Nothing
15-Jul-20 07:22:56.677 - 113.0122 = Nothing
15-Jul-20 07:22:56.680 - 113.0123 = Nothing
15-Jul-20 07:22:56.683 - 113.0124 = Nothing
15-Jul-20 07:22:56.686 - 113.0125 = Nothing
15-Jul-20 07:22:56.690 - 113.0126 = Nothing
15-Jul-20 07:22:56.693 - 113.0127 = Nothing
15-Jul-20 07:22:56.693 - 114      = 127V
15-Jul-20 07:22:56.693 - 114.0000 = Nothing
15-Jul-20 07:22:56.693 - 114.0001 = Nothing
15-Jul-20 07:22:56.693 - 114.0002 = Nothing
15-Jul-20 07:22:56.709 - 114.0003 = Nothing
15-Jul-20 07:22:56.709 - 114.0004 = Nothing
15-Jul-20 07:22:56.709 - 114.0005 = Nothing
15-Jul-20 07:22:56.709 - 114.0006 = Nothing
15-Jul-20 07:22:56.709 - 114.0007 = Nothing
15-Jul-20 07:22:56.724 - 114.0008 = Nothing
15-Jul-20 07:22:56.724 - 114.0009 = Nothing
15-Jul-20 07:22:56.724 - 114.0010 = Nothing
15-Jul-20 07:22:56.724 - 114.0011 = Nothing
15-Jul-20 07:22:56.740 - 114.0012 = Nothing
15-Jul-20 07:22:56.745 - 114.0013 = Nothing
15-Jul-20 07:22:56.748 - 114.0014 = Nothing
15-Jul-20 07:22:56.750 - 114.0015 = Nothing
15-Jul-20 07:22:56.753 - 114.0016 = Nothing
15-Jul-20 07:22:56.757 - 114.0017 = Nothing
15-Jul-20 07:22:56.760 - 114.0018 = Nothing
15-Jul-20 07:22:56.763 - 114.0019 = Nothing
15-Jul-20 07:22:56.766 - 114.0020 = Nothing
15-Jul-20 07:22:56.771 - 114.0021 = Nothing
15-Jul-20 07:22:56.775 - 114.0022 = Nothing
15-Jul-20 07:22:56.776 - 114.0023 = Nothing
15-Jul-20 07:22:56.776 - 114.0024 = Nothing
15-Jul-20 07:22:56.776 - 114.0025 = Nothing
15-Jul-20 07:22:56.776 - 114.0026 = Nothing
15-Jul-20 07:22:56.792 - 114.0027 = Nothing
15-Jul-20 07:22:56.792 - 114.0028 = Nothing
15-Jul-20 07:22:56.792 - 114.0029 = Nothing
15-Jul-20 07:22:56.792 - 114.0030 = Nothing
15-Jul-20 07:22:56.792 - 114.0031 = Nothing
15-Jul-20 07:22:56.807 - 114.0032 = Nothing
15-Jul-20 07:22:56.807 - 114.0033 = Nothing
15-Jul-20 07:22:56.807 - 114.0034 = Nothing
15-Jul-20 07:22:56.807 - 114.0035 = Nothing
15-Jul-20 07:22:56.823 - 114.0036 = Nothing
15-Jul-20 07:22:56.823 - 114.0037 = Nothing
15-Jul-20 07:22:56.823 - 114.0038 = Nothing
15-Jul-20 07:22:56.839 - 114.0039 = Nothing
15-Jul-20 07:22:56.839 - 114.0040 = Nothing
15-Jul-20 07:22:56.854 - 114.0041 = Nothing
15-Jul-20 07:22:56.854 - 114.0042 = Nothing
15-Jul-20 07:22:56.854 - 114.0043 = Nothing
15-Jul-20 07:22:56.854 - 114.0044 = Nothing
15-Jul-20 07:22:56.870 - 114.0045 = Nothing
15-Jul-20 07:22:56.870 - 114.0046 = Nothing
15-Jul-20 07:22:56.870 - 114.0047 = Nothing
15-Jul-20 07:22:56.870 - 114.0048 = Nothing
15-Jul-20 07:22:56.870 - 114.0049 = Nothing
15-Jul-20 07:22:56.888 - 114.0050 = Nothing
15-Jul-20 07:22:56.891 - 114.0051 = Nothing
15-Jul-20 07:22:56.897 - 114.0052 = Nothing
15-Jul-20 07:22:56.900 - 114.0053 = Nothing
15-Jul-20 07:22:56.903 - 114.0054 = Nothing
15-Jul-20 07:22:56.907 - 114.0055 = Nothing
15-Jul-20 07:22:56.909 - 114.0056 = Nothing
15-Jul-20 07:22:56.909 - 114.0057 = Nothing
15-Jul-20 07:22:56.909 - 114.0058 = Nothing
15-Jul-20 07:22:56.909 - 114.0059 = Nothing
15-Jul-20 07:22:56.925 - 114.0060 = Nothing
15-Jul-20 07:22:56.925 - 114.0061 = Nothing
15-Jul-20 07:22:56.925 - 114.0062 = Nothing
15-Jul-20 07:22:56.925 - 114.0063 = Nothing
15-Jul-20 07:22:56.942 - 114.0064 = Nothing
15-Jul-20 07:22:56.947 - 114.0065 = Nothing
15-Jul-20 07:22:56.950 - 114.0066 = Nothing
15-Jul-20 07:22:56.954 - 114.0067 = Nothing
15-Jul-20 07:22:56.958 - 114.0068 = Nothing
15-Jul-20 07:22:56.960 - 114.0069 = Nothing
15-Jul-20 07:22:56.960 - 114.0070 = Nothing
15-Jul-20 07:22:56.960 - 114.0071 = Nothing
15-Jul-20 07:22:56.960 - 114.0072 = Nothing
15-Jul-20 07:22:56.975 - 114.0073 = Nothing
15-Jul-20 07:22:56.975 - 114.0074 = Nothing
15-Jul-20 07:22:56.975 - 114.0075 = Nothing
15-Jul-20 07:22:56.975 - 114.0076 = Nothing
15-Jul-20 07:22:56.975 - 114.0077 = Nothing
15-Jul-20 07:22:56.994 - 114.0078 = Nothing
15-Jul-20 07:22:56.994 - 114.0079 = Nothing
15-Jul-20 07:22:56.994 - 114.0080 = Nothing
15-Jul-20 07:22:56.994 - 114.0081 = Nothing
15-Jul-20 07:22:56.994 - 114.0082 = Nothing
15-Jul-20 07:22:57.009 - 114.0083 = Nothing
15-Jul-20 07:22:57.009 - 114.0084 = Nothing
15-Jul-20 07:22:57.009 - 114.0085 = Nothing
15-Jul-20 07:22:57.009 - 114.0086 = Nothing
15-Jul-20 07:22:57.025 - 114.0087 = Nothing
15-Jul-20 07:22:57.028 - 114.0088 = Nothing
15-Jul-20 07:22:57.032 - 114.0089 = Nothing
15-Jul-20 07:22:57.035 - 114.0090 = Nothing
15-Jul-20 07:22:57.042 - 114.0091 = Nothing
15-Jul-20 07:22:57.042 - 114.0092 = Nothing
15-Jul-20 07:22:57.042 - 114.0093 = Nothing
15-Jul-20 07:22:57.064 - 114.0094 = Nothing
15-Jul-20 07:22:57.074 - 114.0095 = Nothing
15-Jul-20 07:22:57.076 - 114.0096 = Nothing
15-Jul-20 07:22:57.076 - 114.0097 = Nothing
15-Jul-20 07:22:57.092 - 114.0098 = Nothing
15-Jul-20 07:22:57.097 - 114.0099 = Nothing
15-Jul-20 07:22:57.100 - 114.0100 = Nothing
15-Jul-20 07:22:57.103 - 114.0101 = Nothing
15-Jul-20 07:22:57.107 - 114.0102 = Nothing
15-Jul-20 07:22:57.118 - 114.0103 = Nothing
15-Jul-20 07:22:57.121 - 114.0104 = Nothing
15-Jul-20 07:22:57.124 - 114.0105 = Nothing
15-Jul-20 07:22:57.126 - 114.0106 = Nothing
15-Jul-20 07:22:57.126 - 114.0107 = Nothing
15-Jul-20 07:22:57.126 - 114.0108 = Nothing
15-Jul-20 07:22:57.145 - 114.0109 = Nothing
15-Jul-20 07:22:57.148 - 114.0110 = Nothing
15-Jul-20 07:22:57.151 - 114.0111 = Nothing
15-Jul-20 07:22:57.155 - 114.0112 = Nothing
15-Jul-20 07:22:57.158 - 114.0113 = Nothing
15-Jul-20 07:22:57.164 - 114.0114 = Nothing
15-Jul-20 07:22:57.166 - 114.0115 = Nothing
15-Jul-20 07:22:57.169 - 114.0116 = Nothing
15-Jul-20 07:22:57.173 - 114.0117 = Nothing
15-Jul-20 07:22:57.176 - 114.0118 = Nothing
15-Jul-20 07:22:57.176 - 114.0119 = Nothing
15-Jul-20 07:22:57.176 - 114.0120 = Nothing
15-Jul-20 07:22:57.176 - 114.0121 = Nothing
15-Jul-20 07:22:57.176 - 114.0122 = Nothing
15-Jul-20 07:22:57.200 - 114.0123 = Nothing
15-Jul-20 07:22:57.204 - 114.0124 = Nothing
15-Jul-20 07:22:57.207 - 114.0125 = Nothing
15-Jul-20 07:22:57.209 - 114.0126 = Nothing
15-Jul-20 07:22:57.209 - 114.0127 = Nothing
15-Jul-20 07:22:57.209 - 115      = Nothing
15-Jul-20 07:22:57.209 - 116      = -1 ( 0xFFFFFFFF )
15-Jul-20 07:22:57.209 - 117      = Nothing
15-Jul-20 07:22:57.225 - 118      = Nothing
15-Jul-20 07:22:57.225 - 119      = Nothing
15-Jul-20 07:22:57.242 - 120      = Nothing
15-Jul-20 07:22:57.253 - 121      = Nothing
15-Jul-20 07:22:57.257 - 122      = Nothing
15-Jul-20 07:22:57.260 - 123      = Nothing
15-Jul-20 07:22:57.264 - 124      = Nothing
15-Jul-20 07:22:57.268 - 125      = Nothing
15-Jul-20 07:22:57.271 - 126      = Nothing
15-Jul-20 07:22:57.274 - 127      = Nothing
15-Jul-20 07:22:57.279 - 128      = 1500 ( 0x5DC )
15-Jul-20 07:22:57.283 - 129      = Nothing
15-Jul-20 07:22:57.294 - 130      = True
15-Jul-20 07:22:57.298 - 131      = MAME
15-Jul-20 07:22:57.301 - 132      = Nothing
15-Jul-20 07:22:57.304 - 133      = 5000 ( 0x1388 )
15-Jul-20 07:22:57.307 - 134      = MAME
15-Jul-20 07:22:57.312 - 135      = Nothing
15-Jul-20 07:22:57.315 - 136      = Nothing
15-Jul-20 07:22:57.319 - 137      = Nothing
15-Jul-20 07:22:57.322 - 138      = 250 ( 0xFA )
15-Jul-20 07:22:57.326 - 139      = 1000000 ( 0xF4240 )
15-Jul-20 07:22:57.326 - 140.0001 = Nothing
15-Jul-20 07:22:57.326 - 141.0001 = Nothing
15-Jul-20 07:22:57.326 - 142.0001 = ADDR
15-Jul-20 07:22:57.326 - 142.0001 = Nothing
15-Jul-20 07:22:57.351 - 142.0001 = Nothing
15-Jul-20 07:22:57.355 - 142.0001 = Nothing
15-Jul-20 07:22:57.358 - 142.0001 = Nothing
15-Jul-20 07:22:57.370 - 143.0001 = SCR
15-Jul-20 07:22:57.376 - 143.0001 = 0 -  -  -  - 0 -  - 
15-Jul-20 07:22:57.376 - 143.0001 = 0 -  -  -  - 0 -  - 
15-Jul-20 07:22:57.393 - 143.0001 = 0 -  -  -  - 0 -  - 
15-Jul-20 07:22:57.397 - 143.0001 = 0 -  -  -  - 0 -  - 
15-Jul-20 07:22:57.401 - 144.0001 = Nothing
15-Jul-20 07:22:57.404 - 145.0001 = Nothing
15-Jul-20 07:23:07.488 - Found valid process name of 'Future Pinball'
15-Jul-20 07:23:07.491 - Setting Future Pinball process ID to :6224
15-Jul-20 07:23:07.507 - Found valid process name of 'FPLoader'
15-Jul-20 07:23:09.519 - Activated by process name : 'FPLoader'
15-Jul-20 07:23:09.524 - Named process detected and startup commenced
15-Jul-20 07:23:09.528 - 64 bit OS detected
15-Jul-20 07:23:09.559 - FP full name=F:\Downloads\Pinball vs Arcade vs Consoles 2nd Build\PINBALLvsARCADE\emulators\Future PinballSLAMTILT\Future Pinball.exe Size=28547584 bytes, Dated 12/31/2010 5:23:32 AM
15-Jul-20 07:23:09.569 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:12.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:13.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:15.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:16.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:18.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:19.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:20.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:21.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:23.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:25.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:28.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:30.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:32.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:34.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:36.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:38.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:41.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:44.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:23:46.900 - FP table running DOFLinx code found and link established
15-Jul-20 07:23:46.904 - Using full colour palette
15-Jul-20 07:23:46.908 - 122 colours added to the palette
15-Jul-20 07:27:21.156 - Activating process disappeared so stopping things
15-Jul-20 07:27:21.163 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:27:23.788 - Shutting down
15-Jul-20 07:27:23.792 - Program close
15-Jul-20 07:28:09.468 - DOF Linx for Pinball Emulators - DOFLinx by DDH69
15-Jul-20 07:28:09.474 - Starting up - version 7.16 Beta 5
15-Jul-20 07:28:09.476 - For support come and visit the community here http://www.vpforums....p?showforum=104
15-Jul-20 07:28:09.478 - Pre-Reading DOFLinx.INI startup config file details
15-Jul-20 07:28:09.543 - DEBUG enabled with showing of window True
15-Jul-20 07:28:09.690 - XBox controller 1 detected, capability = Wired
15-Jul-20 07:28:09.690 - Joystick # 1 detected : 10 buttons   DPAD Z-Axis
15-Jul-20 07:28:09.706 - Joystick # 2 detected : 12 buttons   DPAD Z-Axis
15-Jul-20 07:28:09.706 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:28:09.706 - Reading DOFLinx.INI startup config file details
15-Jul-20 07:28:09.706 - Turning DEBUG off
15-Jul-20 07:28:09.721 - DEBUG enabled with showing of window True
15-Jul-20 07:28:09.737 - Reading DirectOutputConfig file named c:\DirectOutput\config\directoutputconfig.ini
15-Jul-20 07:28:09.737 - Set Debug Privilege = Set OK
15-Jul-20 07:28:11.691 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:28:29.863 - Found valid process name of 'Future Pinball'
15-Jul-20 07:28:29.867 - Setting Future Pinball process ID to :7448
15-Jul-20 07:28:31.872 - Activated by process name : 'Future Pinball'
15-Jul-20 07:28:31.876 - Named process detected and startup commenced
15-Jul-20 07:28:31.879 - 64 bit OS detected
15-Jul-20 07:28:31.905 - FP full name=F:\Downloads\Pinball vs Arcade vs Consoles 2nd Build\PINBALLvsARCADE\emulators\Future PinballSLAMTILT\Future Pinball.exe Size=28547584 bytes, Dated 12/31/2010 5:23:32 AM
15-Jul-20 07:28:31.910 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:33.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:34.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:35.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:37.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:38.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:39.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:40.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:41.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:42.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:43.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:45.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:47.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:49.002 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:51.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:53.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:55.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:57.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:28:59.000 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:29:02.001 - Starting scan of FP process for DOFLinx code
15-Jul-20 07:29:04.938 - FP table running DOFLinx code found and link established
15-Jul-20 07:29:04.945 - Using full colour palette
15-Jul-20 07:29:04.952 - 122 colours added to the palette
15-Jul-20 07:32:19.084 - Activating process disappeared so stopping things
15-Jul-20 07:32:19.099 - !!! No valid output devices for DOFLinx were found ...... sorry about that !!!
15-Jul-20 07:32:20.010 - Shutting down
15-Jul-20 07:32:20.026 - Program close
 


#52 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 15 July 2020 - 10:34 PM

Great news, thanks for the update.  I think we're almost there.  The initial rumble may be due to the vbs script hack, but we can figure that out and find a more long-term solution.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#53 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 16 July 2020 - 01:34 AM

Everything is working fine.  All the "toys" that I've programmed (LF, RF, LS, RS, ML, MC, MR, etc. etc.) are registering "hits" and are rumbling per the programmed parameters: R motor, L motor, milliseconds, etc. all work as they should.  And the issue with the initial rumble isn't a bad thing at all.  It's like a rumble "notification" of a new ball ready for play.  



#54 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 16 July 2020 - 09:18 AM

Great to hear.

 

I suspect the initial rumble would be hard to stop given the way we've made this work.  The removal of the device checking at the FP end will cause a state change of the device at startup which is what will trigger the rumble.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#55 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 16 July 2020 - 02:03 PM

So my next question is... Is there any way to port this to VPX???

#56 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 17 July 2020 - 03:33 AM

So my next question is... Is there any way to port this to VPX???

 

In short, no.  DOFLinx can't intercept the commands via DOF because of the architecture used - I have looked at this previously.  The only way to achieve this is with the loopback hardware


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#57 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 17 July 2020 - 03:46 AM

Thanks, I figured that was the case. Thanks again for all of your help! Hope some others can benefit from this.

#58 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 17 July 2020 - 06:22 PM

Hi DDH69, sorry one more question:  I noticed that when I have DOFlinx enabled I'm not getting any "toy" sounds, i.e. no flipper, slingshot, solenoid sounds, etc.  Do I need to change the sound setting the FP vbs script?   Everything else is working great!  



#59 DDH69

DDH69

    Pinball Wizard

  • Platinum Supporter
  • 3,601 posts
  • Location:DOFLinx HQ, Adelaide

  • Flag: Australia

  • Favorite Pinball: Monster Bash

Posted 17 July 2020 - 10:48 PM

Hey, never apologise for asking good questions!

 

The sounds in FP will have stopped because we've told the DOFLinx coded tables that you have toys to make those sounds.  We can fix this up with another little change to DOFLinx.vbs.  (hopefully I get this one correct the first time!)

 

Currently .....

Sub FF_SoundVol(FF_Device,OnTime,OrigSound,OrigVolume)
  if FF_Active = True then
    if FF_IsDevice(FF_Device) = true then
      FF_DevEnc FF_Device,OnTime
    else
      PlaySound OrigSound, OrigVolume
    end if
  else
    PlaySound OrigSound, OrigVolume 
  end if
End Sub

Change to ......  

Sub FF_SoundVol(FF_Device,OnTime,OrigSound,OrigVolume)
  if FF_Active = True then
    if FF_IsDevice(FF_Device) = true then
      FF_DevEnc FF_Device,OnTime
      PlaySound OrigSound, OrigVolume
    else
      PlaySound OrigSound, OrigVolume     end if   else     PlaySound OrigSound, OrigVolume    end if End Sub

The orange line is a copy and paste from the lines below it.  This plays the original table sound even when a toy message is sent.


DOFLinx
Contributions for equipment to help with ongoing DOFLinx development can be made here

#60 Rund8289

Rund8289

    Hobbyist

  • Members
  • PipPip
  • 25 posts

  • Flag: United States of America

  • Favorite Pinball: The Flinstones

Posted 17 July 2020 - 10:58 PM

Would you be able to post the change to portion of the script again? I think the orange line mightve messed with how its displayed on this site.