STEREO sound

factor6
Mensajes: 6
Registrado: 31 Ene 2017, 14:17

STEREO sound

Mensaje por factor6 » 11 Feb 2017, 15:51

Hi all, I need to add this topic because it's a key feature of the Spectrum and it seems it is NOT inplemented in the actual version of firmware. Please, add the stereo feature of AY chip as soon as possible. ACB and ABC systems switchable from the BIOS if possible. I really need this feature and I'm wondering why it isn't implemented as it's a basic Spectrum sound feature for years. I can't use the ZX-Uno without it. Please! :lloron:

Avatar de Usuario
mcleod_ideafix
Mensajes: 831
Registrado: 27 Sep 2015, 00:14
Ubicación: Jerez de la Frontera
Contactar:

Re: STEREO sound

Mensaje por mcleod_ideafix » 11 Feb 2017, 16:20

factor6 escribió:Hi all, I need to add this topic because it's a key feature of the Spectrum and it seems it is NOT inplemented in the actual version of firmware. Please, add the stereo feature of AY chip as soon as possible. ACB and ABC systems switchable from the BIOS if possible. I really need this feature and I'm wondering why it isn't implemented as it's a basic Spectrum sound feature for years. I can't use the ZX-Uno without it. Please! :lloron:
Just implemented yesterday!
Go tho the repository, get version T24, directory v4. Here you have the SPECTRUM.ZX1 file with the new core.

The new configuration I/O port is $F7 (247d). It is used as follows:
Bits 7 and 6 controls channel A panning
Bits 5 and 4 controls channel B panning
Bits 3 and 2 controls channel C panning
Bits 1 and 0 controls beeper and specdrum panning

For every bit group:
00 : channel is muted
01 : channel is directed to right output
10 : channel is directed to left output
11 : channel is directed to both outputs

Default value for this I/O port is 159d ( 10011111b), which means:
Channel A to the left
Channel B to the right
Channel C to both outputs
Beeper and Specdrum to both outputs

That is, ACB configuration. To switch to ABC you should do

Código: Seleccionar todo

OUT 247,BIN 10110111
Channels A,B and C settings affect both AYs at the same time.

Hope you find this new feature useful.

NOTE that you can change the panning settings anytime, and the effect is applied inmediately, so you can do panning effects without even touching the AY.
http://www.zxuno.com
ZX-Uno · Clon de ordenador ZX Spectrum basado en FPGA

Avatar de Usuario
Uto
Mensajes: 1394
Registrado: 17 Dic 2015, 16:39

Re: STEREO sound

Mensaje por Uto » 12 Feb 2017, 02:35

Curiosidad: por que un puerto y no un registro del zxuno? Compatibilidad con algun otro cacharro quizá?

Avatar de Usuario
aowen
Mensajes: 178
Registrado: 07 Oct 2015, 13:32

Re: STEREO sound

Mensaje por aowen » 12 Feb 2017, 03:41

Uto escribió:Curiosidad: por que un puerto y no un registro del zxuno? Compatibilidad con algun otro cacharro quizá?
Because it's a feature borrowed from the Chloe 280SE and that's the port it uses.

Avatar de Usuario
chernandezba
Mensajes: 841
Registrado: 02 Oct 2015, 23:35

Re: STEREO sound

Mensaje por chernandezba » 12 Feb 2017, 10:10

F7? Why don't you use one from the ZXI pool?
----

ZEsarUX
ZX Second-Emulator And Released for UniX
https://github.com/chernandezba/zesarux

Avatar de Usuario
desUBIKado
Mensajes: 1002
Registrado: 05 Ago 2016, 22:33

Re: STEREO sound

Mensaje por desUBIKado » 12 Feb 2017, 11:37

¿Dónde se puede conseguir el fichero SPECTRUM.ZX1 con la versión T24 del core? Busco en el repositorio ( http://www.atc.us.es/svn/zxuno/ ) y no lo encuentro. Gracias.

Avatar de Usuario
Uto
Mensajes: 1394
Registrado: 17 Dic 2015, 16:39

Re: STEREO sound

Mensaje por Uto » 12 Feb 2017, 11:59

desUBIKado escribió:¿Dónde se puede conseguir el fichero SPECTRUM.ZX1 con la versión T24 del core? Busco en el repositorio ( http://www.atc.us.es/svn/zxuno/ ) y no lo encuentro. Gracias.
Cores/spectrum/v4

Avatar de Usuario
desUBIKado
Mensajes: 1002
Registrado: 05 Ago 2016, 22:33

Re: STEREO sound

Mensaje por desUBIKado » 12 Feb 2017, 12:46

Uto escribió:
desUBIKado escribió:¿Dónde se puede conseguir el fichero SPECTRUM.ZX1 con la versión T24 del core? Busco en el repositorio ( http://www.atc.us.es/svn/zxuno/ ) y no lo encuentro. Gracias.
Cores/spectrum/v4
¿Por qué no veo la carpeta spectrum?
cores-zxuno.jpg


Avatar de Usuario
desUBIKado
Mensajes: 1002
Registrado: 05 Ago 2016, 22:33

Re: STEREO sound

Mensaje por desUBIKado » 12 Feb 2017, 12:55

Muchas gracias carmeloco, hoy no me he puesto las gafas de ver cerca :D

Responder