Changes
/* Analog Joystick Support */ typo
[[File:Tennis cup 2 intro.png|384px|thumb|right]]
'''Tennis Cup 2''' is the Cartridge version of '''Tennis Cup''', a tennis game on CPC (old), both games produced by [[Loriciel]].
Certainly the best looking Tennis game on Amstrad (in cartridge version).
== Cover ==
You can download in CPR for use in emulators and BIN from CPCmania ( See the links ).
== Videos ==
Quick look by Novabug
{{#ev:youtube|VQgmT-HRt2Y|340}}
==Comparison==
[[File:Tennis cup cpc intro.png]][[File:Tennis cup cpc game.png]]
CPC version in mode1.
[[File:Tennis cup 2 cartridge game 1.png]][[File:Tennis cup 2 cartridge game 2.png]]
Cartridge version in Mode0 + Hardwired sprites.
==Analog JoystickSupport ==
This games game is pehaps perhaps the only one on Amstrad GX4000/Plus range to enable the use of that supports an [[Analog Joysticks| Analog Joystick]], for however, it converts the 2nd playeranalog signals to digital signals by software. ld bcIn two-player mode,0f40ehthe game can be controlled by: out (c),c ld b,0f6h in a,(c) * Digital Joystick #1 and 30hDigital Joystick #2 ld c,a or 0c0h out alternately (cselectable in Options),a out (c),c* Analog Joystick #1 and Digital Joystick #2 inc b ld a,92h out (c),a push bc set 6,c ld a,09h ;; keyboard line That feature is intended for joy 0 or c ld bpeople who own one digital stick,0f6h out and one analogue stick (crather than two digital ones). In the "analog" mode,a ld b,0f4h in a,(c) cpl ld (8082h),a ;; joy 0 push af ld a,06h ;; keyboard line for joy Digital Joystick #1 or c ld b,0f6h out is not used (c),a ld b,0f4h in a,(c) cpl ld (8083h),a ;; joy because its button inputs would conflict with Analog Joystick #1 pop de or d ld (8086h),a ld a,03h or c ld b,0f6h out (c),a ld b,0f4h in a,(c) cpl ld (8084h),a ;; pause? pop bc ld a,82h out (c),a dec b out (c),c ld bc,7fb8h out (c),c.
The keyboard is read to determine the state of the digital joysticks and the P button (pause button on gx4000 console).