MAMEWorld >> News
View all threads Index   Flat Mode Flat  

gregf
Ramtek's Trivia promoter
Reged: 09/21/03
Posts: 8599
Loc: southern CA, US
Send PM
Re: DU: Bradley Trainer
10/16/17 07:45 PM



>If it does then yes, I’ll make recordings but as far as I recall, sound is emulated.

If you have time to do any video/audio recordings like you did with Stunt Cycle in the past, thanks.


>Does battlezone require samples?


Some sounds were handled by pokey chip and various other sound effects were analog/discrete generated. Reason bringing this up is just in case other sound effects are played that might not be sound effects in Battlezone. See src/mame/audio/bzone.cpp to view analog/discrete audio portions of Battlezone.




-
src/mame/audio/bzone.cpp

include "sound/discrete.h"
include "sound/pokey.h"


MACHINE_CONFIG_START( bzone_audio )

MCFG_SPEAKER_STANDARD_MONO("mono")

MCFG_SOUND_ADD("pokey", POKEY, BZONE_MASTER_CLOCK / 8 )
MCFG_POKEY_ALLPOT_R_CB(IOPORT("IN3"))
MCFG_POKEY_OUTPUT_RC(RES_K(10), CAP_U(0.015), 5.0)
MCFG_SOUND_ROUTE_EX(0, "discrete", 1.0, 0)

MCFG_SOUND_ADD("discrete", DISCRETE, 0)
MCFG_DISCRETE_INTF(bzone)

MCFG_SOUND_ROUTE(ALL_OUTPUTS, "mono", 1.0)
MACHINE_CONFIG_END
-







Entire thread
Subject Posted by Posted on
* DU: Bradley Trainer SmitdoggAdministrator 10/16/17 03:01 AM
. * Big picture SmitdoggAdministrator  10/18/17 01:33 AM
. * Re: DU: Bradley Trainer Tornadoboy  10/17/17 04:33 AM
. * Re: DU: Bradley Trainer Tornadoboy  10/17/17 04:35 AM
. * Re: DU: Bradley Trainer *=/STARRIDER\=*  10/17/17 04:51 AM
. * Re: DU: Bradley Trainer Big Karnak  10/17/17 05:29 AM
. * Re: DU: Bradley Trainer Tornadoboy  10/16/17 07:39 PM
. * Re: DU: Bradley Trainer *edit* gregf  10/16/17 09:48 AM
. * Re: DU: Bradley Trainer TrevEB  10/16/17 04:50 PM
. * Re: DU: Bradley Trainer gregf  10/16/17 07:45 PM
. * Re: DU: Bradley Trainer CTOJAH  10/16/17 05:28 PM
. * Re: DU: Bradley Trainer gregf  10/16/17 07:55 PM
. * Re: DU: Bradley Trainer Dullaron  10/16/17 03:43 AM
. * Re: DU: Bradley Trainer *=/STARRIDER\=*  10/16/17 04:03 AM
. * Re: DU: Bradley Trainer TrevEB  10/16/17 07:17 AM
. * Re: DU: Bradley Trainer *=/STARRIDER\=*  10/17/17 02:06 AM
. * Re: DU: Bradley Trainer TrevEB  10/17/17 02:25 AM
. * Re: DU: Bradley Trainer *=/STARRIDER\=*  10/17/17 04:08 AM
. * Re: DU: Bradley Trainer Comboman  10/18/17 12:22 AM
. * Re: DU: Bradley Trainer gregf  10/18/17 09:36 PM
. * Re: DU: Bradley Trainer TrevEB  10/17/17 06:58 AM
. * Re: DU: Bradley Trainer Renegade  10/19/17 07:05 PM
. * Re: DU: Bradley Trainer TrevEB  10/20/17 04:23 PM
. * Re: DU: Bradley Trainer TrevEB  10/20/17 04:25 PM
. * Re: DU: Bradley Trainer Tornadoboy  10/20/17 05:33 PM
. * Re: DU: Bradley Trainer TrevEB  10/20/17 04:29 PM
. * Re: DU: Bradley Trainer Renegade  10/21/17 12:26 AM
. * Re: DU: Bradley Trainer *=/STARRIDER\=*  10/21/17 01:48 AM
. * Re: DU: Bradley Trainer Ocean View  10/22/17 07:14 PM
. * Re: DU: Bradley Trainer Dullaron  10/22/17 08:26 PM
. * Re: DU: Bradley Trainer Tornadoboy  10/20/17 12:13 PM
. * Re: DU: Bradley Trainer gregf  10/17/17 02:16 AM

Extra information Permissions
Moderator:  John IV, Robbbert, Tafoid 
2 registered and 149 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 2204