Modular Pinball Machine Controller

pinkit_defs.h

00001 #ifndef PINKIT_DEFS_H_
00002 #define PINKIT_DEFS_H_
00003 
00004 #define SLAVE_MODE
00005 #define CPU_MODE
00006 #define MAX_PLAYER 4
00007 #define NUM_ATTRACT 48
00008 #define MAX_CREDITS 39
00009 #define BALL_WDT_ENABLE
00010 
00011 #define NUM_DIGITS              8
00012 #define COIL_PULSE              40
00013 
00014 #define NUM_LAMPS      8
00015 #define NUM_SWITCHES   4
00016 #define NUM_COILS      4
00017 
00018 #endif /*PINKIT_DEFS_H_*/