King and Balloon making a humming sound
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
King and Balloon making a humming sound
Hi, this is my first post here. I searched the forum first but nothing on this issue. The game loads and plays very well, but there is a humming sound (like a continuous beeeeeee sound). Am i the only one experiencing this?
I tried several audio filters (included in mister) but none of them solves the issue. Hope somebody can help with a workaround.
Best to all!
I tried several audio filters (included in mister) but none of them solves the issue. Hope somebody can help with a workaround.
Best to all!
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: King and Balloon making a humming sound
I have tracked the problem down and I am testing that a fix for this does not break galaxian etc.
I will do a pull request later today for it after I have also updated SYS to latest.
I will do a pull request later today for it after I have also updated SYS to latest.
- Attachments
-
- Arcade-Galaxian.zip
- (934.2 KiB) Downloaded 150 times
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: King and Balloon making a humming sound
This fixed it. I tested King and Balloon and also Galaxian. Both work perfect. --> Wow this is really great!!
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: King and Balloon making a humming sound
In Mame, this game used audio cpu binaries not present on the MRA of King and Balloon
https://github.com/mamedev/mame/blob/4f ... cpp#L12476
Is it normal ?
https://github.com/mamedev/mame/blob/4f ... cpp#L12476
Is it normal ?
Re: King and Balloon making a humming sound
oh yes, just looked - they have been embedded into the core - better go and fix that as well whilst I am making changes!
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: King and Balloon making a humming sound
Great ! Thanks a lot @macro.
This change will permit to have access different voices from Japanese version of King and Balloon (with a new MRA for this version) like describe in this wiki page https://en.wikipedia.org/wiki/King_%26_Balloon#Voice
This change will permit to have access different voices from Japanese version of King and Balloon (with a new MRA for this version) like describe in this wiki page https://en.wikipedia.org/wiki/King_%26_Balloon#Voice
Re: King and Balloon making a humming sound
Changes all made and ready to do a PR, but can someone get the MD5 of this for me - I only have a network connection to the MiSTer and I don't think I can get it via that. (will set up serial link when I get time)
- jimmystones
- Core Developer
- Posts: 218
- Joined: Sun Nov 22, 2020 1:26 pm
- Location: Reading, UK
- Has thanked: 32 times
- Been thanked: 251 times
- Contact:
Re: King and Balloon making a humming sound
If you ssh to the mister and kill the /media/fat/MiSTer process, then run it interactively it will dump out the crcs / md5s run you load a core
Re: King and Balloon making a humming sound
Cheers, MD5 now plugged in.
Have done a pull request with all the changes in and SYS updated to current.
Have done a pull request with all the changes in and SYS updated to current.
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: King and Balloon making a humming sound
Hi guys!! tried to play the King and Balloon game US version, and when the balloons get the king I can't here the HELP! HELP! or BYE BYE! sounds
is this only happening to me ?
Best!
is this only happening to me ?
Best!
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times
Re: King and Balloon making a humming sound
Tested Japanese version and the sounds work OK in that version "HERUPU HERUPUU". I edited the zip and renamed the english files to the japanese filenames but even that didn't made the HELP HELP in english voices work. Maybe the problem is in the core?
Re: King and Balloon making a humming sound
Hi there I just tested this on my MiSTer and I also found King and Balloon (US) wasn't generating any speech. But I see that the "regular" King and Balloon works just fine. I have 3 King and Balloon entries in my list:jalbarracin wrote: ↑Tue Jul 20, 2021 2:00 am Tested Japanese version and the sounds work OK in that version "HERUPU HERUPUU". I edited the zip and renamed the english files to the japanese filenames but even that didn't made the HELP HELP in english voices work. Maybe the problem is in the core?
King and Balloon
King and Balloon (Japan)
King and Balloon (US)
Hopefully you have the same and it works for you too!
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: King and Balloon making a humming sound
Normally in Mame we have two entries for King And Balloon.
// 2nd CPU driving DAC for sound
GAME( 1980, kingball, 0, kingball, kingball, kingball_state, init_galaxian, ROT90, "Namco", "King & Balloon (US)", MACHINE_SUPPORTS_SAVE )
GAME( 1980, kingballj, kingball, kingball, kingball, kingball_state, init_galaxian, ROT90, "Namco", "King & Balloon (Japan)", MACHINE_SUPPORTS_SAVE )
What is the differences between two MRA :
King and Balloon
King and Balloon (US)
Edit: The speech part was externalise on the MRA to permit to have different sound on Japanese version. So my guess is the US MRA version don't have the speech part.
Thanks,
// 2nd CPU driving DAC for sound
GAME( 1980, kingball, 0, kingball, kingball, kingball_state, init_galaxian, ROT90, "Namco", "King & Balloon (US)", MACHINE_SUPPORTS_SAVE )
GAME( 1980, kingballj, kingball, kingball, kingball, kingball_state, init_galaxian, ROT90, "Namco", "King & Balloon (Japan)", MACHINE_SUPPORTS_SAVE )
What is the differences between two MRA :
King and Balloon
King and Balloon (US)
Edit: The speech part was externalise on the MRA to permit to have different sound on Japanese version. So my guess is the US MRA version don't have the speech part.
Thanks,
- wark91
- Core Developer
- Posts: 334
- Joined: Sun May 24, 2020 8:34 pm
- Has thanked: 447 times
- Been thanked: 95 times
Re: King and Balloon making a humming sound
I opened an issue here for the US MRA : https://github.com/MiSTer-devel/Arcade- ... /issues/45
-
- Posts: 75
- Joined: Fri Apr 02, 2021 9:11 pm
- Has thanked: 3 times
- Been thanked: 15 times