@Alexito: great GG conversion!!!! Keep up the goof work!
Any chance you're gonna convert the Fray GG version? If converted interested in translating it.
@randam: Let see how difficult look GG FRAY. in the next days I'll try to check it out.
Thanks Again to MANGAMAN3000 from SMSPOWER Forums for his great Joypad Adaptation to Megumi Rescue.
This Version was tested with MSX2 YAMAHA YIS-604 1024k Internal RAM and FMPAK Lite from Alexey podrezov, Sunrise CF on Slot 2 Franky VDP 315-5124 or Playsoniq VDP 315-5246.
https://drive.google.com/file/d/0BylCIPwrn3FvRl9pamdBaktTaFE...
Enjoy!
Thanks Again to REVO from SMSPOWER Forums for his adaptation to GG FRAY. My contribution was the Franky VDP Adaptation and Joymega Support.
This Version was tested with Joymega Interface from Emil Sokolowski On MSX Joy Port #1, MSX2 YAMAHA YIS-604 1024k Internal RAM and FMPAK Lite from Alexey podrezov, Sunrise CF on Slot 2 Franky VDP 315-5124 or Playsoniq VDP 315-5246.
https://drive.google.com/open?id=0BylCIPwrn3FvRGV5ZXNtQm1KM0U
Enjoy!
Has been over 7 years and I'm happy to inform you guys the problem was solved yesterday.
So Enjoy Aztec Adventure for Franky VDP.
https://drive.google.com/open?id=0BylCIPwrn3FvQ0dENDdfWk13bUE
https://www.youtube.com/watch?v=C41-vpb_Xyg&feature=youtu.be
After several good dreams about how would it be SPACE HARRIER on MSX with Franky and Enhanced Voices from Music Module(NMS-1205 32k SAMPLE RAM is Enough) here it is:
https://drive.google.com/open?id=0BylCIPwrn3FvVFgyVFVVeWZ0S28
Enjoy!
PS:
This Version was tested with Joymega Interface from Emil Sokolowski On MSX Joy Port #1, MSX2+ SANYO 70FD 512k Internal RAM, Franky VDP 315-5124 or Playsoniq VDP 315-5246.
This Version is Optimized for NMS-1205 because it makes use of the little known PCM 8bits DAC Feature on NMS-1205.
On GR8NET the ADPCM SAMPLES work fine but the PCM 8bits DAC Feature is MISSING or I need to ask Eugeny Brychkov how to activate it.
On FS-CA1(MSX AUDIO) the ADPCM SAMPLES work fine but the PCM 8bits DAC Feature is MISSING or I need to discover the way to activate it.
Very nice! What about replacing the music with the one from the Japanese SMS BIOS?
As I recall the 8-bit DAC in the NMS1205 (on I/O port 0AH) is not part of MSX-AUDIO, but MSX-AUDIO actually also has a 13-bit DAC… See registers 15H-17H I think.
Grauw Wrote: Very nice! What about replacing the music with the one from the Japanese SMS BIOS? But I don't understand the question? Could you please specify?
Grauw Wrote:As I recall the 8-bit DAC in the NMS1205 (on I/O port 0AH)....... but first you need to do this (Check the assembler code below) because is OFF when you turn on your computer: nms1205dac equ #0a ; TestOK was #0a,#1a,#2a, ; FAILED was #3a,#4a,#5a,#6a playsoniqdac equ #2c ; Set NMS-1205 IO1 --> #01 For 8bits PCM DAC ENABLED ld a,#18 ; Y8950 address #18 out (#c0),a ld a,#01 ; Y8950 DATA # out (#c1),a ld a,#19 ; Y8950 Address#19 out (#c0),a ld a,#01 ; Y8950 DATA # out (#c1),a
and this for everyone if you already watch the video (SPACE HARRIER ENHANCED VOICES) then try to guess which voices are executed through ADPCM and PCM?
The added voices were:
"WELCOME TO THE FANTASY ZONE"
"GET READY"
"AHHH!"
"YOU DOING GREAT"
"OUCH!"
Grauw Wrote: Very nice! What about replacing the music with the one from the Japanese SMS BIOS?
But I don't understand the question? Could you please specify?
Sorry, I forgot to add a link to this video (also on MSX @ 1:05). This is one of the demo songs in the Japanese SMS BIOS for YM2413 and SN76489. Not sure if it’s actually in the Japanese SMS version of Space Harrier, but it sounds great.
As I recall the 8-bit DAC in the NMS1205 (on I/O port 0AH).......
but first you need to do this (Check the assembler code below) because is OFF when you turn on your computer:
Not sure I really understand what you mean to convey with that code... You were mentioning earlier your current code does not work on FS-CA1 and GR8NET, right? What I meant to say is, you can OUT your PCM data to Y8950 register 15H, which should work on all MSX-AUDIO, instead of I/O port 0AH which is NMS1205-only.
Thanks for show me the SMS Bios 2.1 Version is a Great Song. My Plan is to add that song to the PROLOGO or Maybe the ENDING But my main focus right now is the Version using YM2151 like the SHARPX1 because it use in full the YM2151 exclusively for BGM and Franky SN76489 is just focus on SFX making my life more easy :)
About the y8950 address #15 I need to do some test. I let you know how was that.