summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author Yasuhiro Ogawa <wd40yasu@users.noreply.github.com>2009-04-21 02:22:33 +0000
committer Yasuhiro Ogawa <wd40yasu@users.noreply.github.com>2009-04-21 02:22:33 +0000
commit2cf270fba2ec06e35366ad5cc50d5389022c65ae (patch)
treece0f0243a3c8cb037a258ee3e44acec1f6b7183d
parent2ef8ba43478cde6330ace61f2cb044a2536cd573 (diff)
removed YM2151 which is not present on real PCB
-rw-r--r--src/mame/drivers/gijoe.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/mame/drivers/gijoe.c b/src/mame/drivers/gijoe.c
index 2e89d26a6e2..8926dad7575 100644
--- a/src/mame/drivers/gijoe.c
+++ b/src/mame/drivers/gijoe.c
@@ -41,7 +41,6 @@ Known Issues
#include "video/konamiic.h"
#include "cpu/z80/z80.h"
#include "machine/eeprom.h"
-#include "sound/2151intf.h"
#include "sound/k054539.h"
#include "konamipt.h"
@@ -338,10 +337,6 @@ static MACHINE_DRIVER_START( gijoe )
/* sound hardware */
MDRV_SPEAKER_STANDARD_STEREO("lspeaker", "rspeaker")
- MDRV_SOUND_ADD("ym", YM2151, 3579545)
- MDRV_SOUND_ROUTE(0, "lspeaker", 0.50)
- MDRV_SOUND_ROUTE(1, "rspeaker", 0.50)
-
MDRV_SOUND_ADD("konami", K054539, 48000)
MDRV_SOUND_CONFIG(k054539_config)
MDRV_SOUND_ROUTE(0, "lspeaker", 1.0)