--
You received this message because you are subscribed to a topic in the Google Groups "RC2014-Z80" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rc2014-z80/h8WmNSP6WaA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/2761468d-cda1-4fa1-bfea-1cb988565d6cn%40googlegroups.com.

So its name shall be VIBETUNE.COM.
Question, Wayne: should I continue versioning from v3.2 or restart it? I always get confused about more recent software that follows on the footsteps of prior, with a lesser version number, but I don't want to imply that, say, v4 is the "natural evolution of the 'old' v3.2". What do you think?
--
You received this message because you are subscribed to a topic in the Google Groups "RC2014-Z80" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/rc2014-z80/h8WmNSP6WaA/unsubscribe.
To unsubscribe from this group and all its topics, send an email to rc2014-z80+...@googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/5bc052d3-5acc-451e-8c73-299956bbe877n%40googlegroups.com.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/f7cfdd41-bd4f-4b84-86dc-7873b71658fbn%40googlegroups.com.
I am using a rev5 PSG card.
I tested using the binary file from your repository and did not compile it myself:
https://github.com/jduraes/RomWBW/blob/turbosound/Binary/Apps/tune.com
(It seems to be an old binary.)
I had been using the tunes.com included with RomWBW, and it correctly detects that the PSG is located at the MSX address and works properly.
If you could tell me where to find the latest binary, I would be happy to test it.
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/f13055e8-32bb-4b91-af8e-0b57bbcbc56en%40googlegroups.com.

To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/434d25ac-bb9e-481d-aff1-ba28ea693b52n%40googlegroups.com.
Joao-san,
I use the following address schema(AYMODE_RCZ180), which is described in here https://github.com/wwarthen/RomWBW/blob/master/Source/HBIOS/ay38910.asm
#IF (AYMODE == AYMODE_RCZ180)
AY_RSEL .EQU $68
AY_RDAT .EQU $60
AY_RIN .EQU AY_RSEL+AY_RCSND
DEVECHO "RCZ180"
#ENDIF
So, the address is $68 and $60.
I assumed HBIOS ( AY driver ) could manage physical address of PGS, as it reports the detection of hardware at startup.
-Yoshi
To view this discussion, visit https://groups.google.com/d/msgid/rc2014-z80/059ecb35-c8bd-40ab-aef9-a78b1a32dc58n%40googlegroups.com.
