# Initialization file for Boxing Bugs > >*** Boxing Bugs *** > >Keyboard Mapping: > > One Player = F1 > Two Players = F2 > Coin = F3 > Reset Game = F4 > Exit = > > Cannon = First (Left) Mouse Button > Glove = Second Mouse Button > Panic = Third Mouse Button > Panic = (For the "third button challenged" mice) > > Use mouse to aim Cannon/Glove. [CPU] MemSize=32k JMI=Yes Mouse=BoxingBugs MouseSpeedX=1024 ; use negative number to reverse mouse control RomImages=ROMS\BOXNBUGS ; Switch definitions: ; ; D------ 0=Normal, 1=Diagnositic Mode ; -F----- 0=Normal, 1=Free Play ; --S---- 0=No sound during attract, 1=Sound during attract (sound not supported) ; ---B--- 0=Bonus at 50k, 1=Bonus at 30k ; ----P-- 0=3 cannons per game, 1=5 cannons per game ; ; -----CC 00 = 1 credit per 1 quarter ; 10 = 1 credit per 2 quarters ; 01 = 3 credits per 2 quarters ; 11 = 3 credits per 4 quarters Switches=0001100 [Video] WinSize=-1,0,1026,784 ; MinX, MinY, MaxX, MaxY Monitor=Color Rotate=No FlipX=No FlipY=No [Inputs] RstCPU = 02000000,FFFFFFFF,00000000,FFFFFFFF ; Set bit indicating RESET Exit = 01000000,FFFFFFFF,00000000,FFFFFFFF ; Set bit indicating Exit Coin = 00000000,FFFFFFFF,00000000,FF7FFFFF ; Define Boxing Bug control panel LCannon = 00000000,FFFFFFFE,00000001,FFFFFFFF ; Left Cannon LGlove = 00000000,FFFFFFFD,00000002,FFFFFFFF ; Left Glove LPanic = 00000000,FFFFFFFB,00000004,FFFFFFFF ; Left Panic / Two Player RPanic = 00000000,FFFFFFF7,00000008,FFFFFFFF ; Right Panic / One Player RGlove = 00000000,FFFFFFEF,00000010,FFFFFFFF ; Right Glove RCannon = 00000000,FFFFFFDF,00000020,FFFFFFFF ; Right Cannon AcctOn = 00000000,FFFFFFBF,00000000,FFFFFFFF ; Accounting Info On AcctOff = 00000040,FFFFFFFF,00000000,FFFFFFFF ; Accounting Info Off # Maps the above input definitions to a keyboard 'scancode' [KeyMapping] Exit = 01 ; Exit Coin = 3D ; F3, Coin Switch RstCPU = 3E ; F4, Reset Game RPanic = 3B ; F1, 1 Player LPanic = 3C ; F2, 2 Players ; Map [Inputs] to keys and mouse RCannon = MB1 ; Left Mouse Button RGlove = MB2 ; Middle Mouse Button -- or Right on a two button mouse RPanic = MB3 ; Right Mouse Button -- on a three button mouse RPanic = 39 ; ; AcctOn = 43 ; F9 ; AcctOff = 44 ; F10 ; These are used in the diagnostic mode ; LCannon = 22 ; 'A' - [5] ; LGlove = 21 ; 'S' - [4] ; LPanic = 2E ; 'X' - [3] ; RPanic = 2D ; 'C' - [2] ; RGlove = 1F ; 'F' - [1] ; RCannon = 1E ; 'G' - [0]