40 #include "sidplayfp/component.h"
41 #include "sidplayfp/sidenv.h"
42 #include "sidplayfp/event.h"
44 #undef MOS6510_VERSION
48 #define MOS6510_VERSION "1.08"
49 #define MOS6510_DATE "23th May 2000"
50 #define MOS6510_AUTHOR "Simon White"
51 #define MOS6510_EMAIL "<sidplay2@yahoo.com>"
52 #define MOS6510_INTERRUPT_DELAY 2
63 #define SR_INTERRUPT 2
70 #ifdef MOS6510_CYCLE_BASED
71 # ifdef MOS6510_SIDPLAY
72 # include "cycle_based/sid6510c.h"
74 # include "cycle_based/mos6510c.h"
75 # endif // MOS6510_SIDPLAY
78 #endif // MOS6510_CYCLE_BASED