1
0
mirror of https://github.com/fruit-bat/pico-zxspectrum.git synced 2025-04-19 00:04:01 +03:00

MURMULATOR2

This commit is contained in:
Phil 2024-12-17 21:31:08 +00:00
parent 10937f5fbd
commit 436278ff7e
2 changed files with 5 additions and 17 deletions

View File

@ -578,18 +578,12 @@ set(murmulator2_common_defines
set(murmulator2_pwm_audio_defines
#
# This could be ABC output on GPIO 9, 10, 11 but the sofware FIFO is not working on the RP2350
# This could be ABC output on GPIO 10, 9, 11 but the sofware FIFO is not working on the RP2350
# For now I will output mono PWM using a PIO block on GPIO 10
#
PICO_AUDIO_PWM_PIO=pio1
PICO_PIO_PWM_AUDIO
SPK_PIN=10
# STEREO AY audio
# AY8912_ABC_STEREO
# Left chanel audio out
# AY8912_A_PIN=9
# Right chanel audio out
# AY8912_C_PIN=11
SPK_PIN=9
)
set (zxspectrum_murmulator2_i2saudio_defines

View File

@ -228,7 +228,7 @@ foreach(target
pico_generate_pio_header(${target}
${zxspectrum_pwm_pio}
)
pico_enable_stdio_usb(${target} 0)
# create map/bin/hex file etc.
@ -386,18 +386,12 @@ set(ZX-MURMULATOR2_VGA_defines
set(ZX-MURMULATOR2_VGA_PWM_Audio_defines
#
# This could be ABC output on GPIO 9, 10, 11 but the sofware FIFO is not working on the RP2350
# This could be ABC output on GPIO 10, 9, 11 but the sofware FIFO is not working on the RP2350
# For now I will output mono PWM using a PIO block on GPIO 10
#
PICO_AUDIO_PWM_PIO=pio1
PICO_PIO_PWM_AUDIO
SPK_PIN=10
# STEREO AY audio
# AY8912_ABC_STEREO
# Left chanel audio out
# AY8912_A_PIN=9
# Right chanel audio out
# AY8912_C_PIN=11
SPK_PIN=9
)
set (ZX-MURMULATOR2_VGA_I2S_Audio_defines