Integrate audio syscalls and GUI event polling

- Call eyn_sys_audio_init() in smp_init
- Use eyn_sys_audio_write_bulk() to stream PCM samples
- Hook GUI events via gui_poll_event(handle, &ev) in main loop
- Map GUI key codes and ASCII to SNES controller bits in cpu input handlers
