msx80 / BareMetalTic80

Port of TIC80 to bare metal Raspberry Pi
GNU General Public License v3.0
32 stars 0 forks source link

Sound from audio jack #1

Open farvardin opened 5 years ago

farvardin commented 5 years ago

Hello,

I've tried BareMetalTic80 on my Raspberry with a hdmi to vga adapter. I've tried to get audio from the jack output, but it seems I can't get any sound from it.

I'm using those settings in the config.txt:

hdmi_group=2
hdmi_mode=16
scaling_kernel=8
hdmi_ignore_edid_audio=1
audio_pwm_mode=2

With the same settings, I'm getting audio with a ZX Spectrum bare-metal emulator (ZXBaremulator)

msx80 commented 5 years ago

Hi there, currently it's hardwired to use HDMI audio. I'll check to make it configurable

thanks :)