-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rev 6.1 jumpers #10
Comments
Hi John, The text in the main readme should be accurate - https://github.com/electrified/rc2014-ym2149 but the images are for the v6 version. The jumpers on V6 and V6.1 have the same function number for number but their positioning has moved, V6 had a JP4 which is no longer present on V6.1. I will try and update the images in the readme soon, but I don't currently have a v6.1 board to hand to photograph. |
Hi @Pax-nl, what version of RomWBW are you using and where did you get it (i.e. was it supplied on a pre-flashed ROM in a kit by Spencer or did you compile it yourself?) Hopefully we can get to the bottom of why you can't get it to work! Thanks, |
I've just noticed you have JP8 on 1-2, it needs to be on 2-3 when the oscillator is omitted (see https://github.com/electrified/rc2014-ym2149?tab=readme-ov-file#jp8), that would definitely prevent it from working. |
Thank you! Yes this was the issue and therefore the solution. I used the player from: https://github.com/feilipu/RC2014-YM2149 After changing the code for REV 6:
Compiled with:
And uploaded to CFCard via download.com in CP/M. |
Awesome, glad you got it working. |
If I compile PTxPlay.asm can this be run from CP/M 2.2 or can it only be run from RomWBW, if CP/M is possible what would be the jumper settings for REV 6.1 board? (all jumpers) I tried several settings but nothing gets even a beep. |
Use the ptxplay from feilipu's repo as you are currently doing - ensuring you have The board jumpers should look like the below picture if you don't have an oscillator and are using an AY chip vs a YM. JP6 - 4th pins down for 0xA0 (MSX Compatible) addressing This will set the address ports to A0 and A1, the MSX ports. As well as ptxplay you can try decend.bas in mbasic https://github.com/electrified/rc2014-ym2149/blob/main/player/test/descend.bas I've verified both the above are working on my board tonight - thanks for giving me an excuse to get the RC2014 out, I've not played with it in a while! |
Thank you for your detailed explanation. I was hoping to get the card in D8/D0 mode so I could use your PT3 library. |
D8/D0 addressing isn't possible with Rev6.1 (see https://github.com/electrified/rc2014-ym2149?tab=readme-ov-file#compatibility-with-rev-5) The library should work with A0/A1 if you set RC=0 and MSX=1 https://github.com/electrified/rc2014-ym2149/blob/main/player/PTxPlay.asm#L11 |
Yes, I got that from your detailed explanation, thank you for all your help, I can continue enjoying your Sound Module, very good job, I love it.. |
Hi! Any information on the rev 6.1 jumpers? Thank you! -john
The text was updated successfully, but these errors were encountered: