summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/drivers/firefox.c
diff options
context:
space:
mode:
author Ivan Vangelista <mesgnet@yahoo.it>2014-05-12 15:14:02 +0000
committer Ivan Vangelista <mesgnet@yahoo.it>2014-05-12 15:14:02 +0000
commitd8ff82006fff2b280fc9dd31f96558ada062dec5 (patch)
treef97847fc5460d45a30e067d110301420cb3d8f16 /src/mame/drivers/firefox.c
parent425f05bc75355744cde0e37cfe20b751fdfbce07 (diff)
pokey_device: converted to devcb2 (nw)
Diffstat (limited to 'src/mame/drivers/firefox.c')
-rw-r--r--src/mame/drivers/firefox.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mame/drivers/firefox.c b/src/mame/drivers/firefox.c
index 9be1151eeb9..0880a380334 100644
--- a/src/mame/drivers/firefox.c
+++ b/src/mame/drivers/firefox.c
@@ -738,19 +738,19 @@ static MACHINE_CONFIG_START( firefox, firefox_state )
/* sound hardware */
MCFG_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
- MCFG_POKEY_ADD("pokey1", MASTER_XTAL/8)
+ MCFG_SOUND_ADD("pokey1", POKEY, MASTER_XTAL/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.30)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.30)
- MCFG_POKEY_ADD("pokey2", MASTER_XTAL/8)
+ MCFG_SOUND_ADD("pokey2", POKEY, MASTER_XTAL/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.30)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.30)
- MCFG_POKEY_ADD("pokey3", MASTER_XTAL/8)
+ MCFG_SOUND_ADD("pokey3", POKEY, MASTER_XTAL/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.30)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.30)
- MCFG_POKEY_ADD("pokey4", MASTER_XTAL/8)
+ MCFG_SOUND_ADD("pokey4", POKEY, MASTER_XTAL/8)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "lspeaker", 0.30)
MCFG_SOUND_ROUTE(ALL_OUTPUTS, "rspeaker", 0.30)