Fix no playback in ASAP.
POKEY timer IRQ was triggered before the INIT routine sets the interrupt vector. The fix is to initialize a software timer so that the IRQ is not enabled before the INIT routine.