Add joymap to support the R77 paddles.

This commit is contained in:
Christian Speckner 2019-05-07 00:26:05 +02:00
parent 3b108dcdeb
commit e65d9250f3
1 changed files with 6 additions and 0 deletions

View File

@ -71,4 +71,10 @@ SettingsR77::SettingsR77()
setPermanent("tv.phosphor", "always");
setPermanent("tv.phosblend", "45"); // level 6
setPermanent("tv.scanlines", "18"); // level 3
setPermanent("joymap",
string("joymap") +
"|126^i2c_controller|2 31 31 35 35 119 120 110 111|8 19 20 100 99 103 0 0 0 118 122 124 125 0 0 0 0" +
"|0^i2c_controller #2|2 39 39 43 43 119 120 110 111|8 26 27 100 99 103 0 0 0 118 122 124 125 0 0 0 0|0"
);
}