| 217 | static INPUTC ZAPVSC={ReadZapperVS,0,StrobeZapperVS,UpdateZapper,ZapperFrapper,DrawZapper,LogZapper,LoadZapper}; |
| 218 | |
| 219 | INPUTC *FCEU_InitZapper(int w) |
| 220 | { |
| 221 | memset(&ZD[w],0,sizeof(ZAPPER)); |
| 222 | if ( (GameInfo != NULL) && (GameInfo->type == GIT_VSUNI) ) |
| 223 | return(&ZAPVSC); |
| 224 | else |
| 225 | return(&ZAPC); |
| 226 | } |
| 227 | |
| 228 |