diff options
| author | 2008-04-14 00:14:36 +0000 | |
|---|---|---|
| committer | 2008-04-14 00:14:36 +0000 | |
| commit | 3b32ca45489e4c998fb2caa6d1c3e40802c983ae (patch) | |
| tree | ad8fbe8a01230275b43ff7477c60f12e707e68f0 | |
| parent | 6b84ce85a67dd9d9990097afa76c2f1d26271942 (diff) | |
in theory this should help..
| -rw-r--r-- | src/mame/drivers/raiden2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/drivers/raiden2.c b/src/mame/drivers/raiden2.c index 26b7e2036c8..0b5b3422c1c 100644 --- a/src/mame/drivers/raiden2.c +++ b/src/mame/drivers/raiden2.c @@ -733,6 +733,8 @@ static void r2_6f6c(UINT16 cc, UINT16 v1, UINT16 v2) static MACHINE_RESET(raiden2) { sprcpt_init(); + MACHINE_RESET_CALL(seibu_sound_1); + //cop_init(); } @@ -993,7 +995,6 @@ static MACHINE_DRIVER_START( raiden2 ) SEIBU2_RAIDEN2_SOUND_SYSTEM_CPU(14318180/4) - MDRV_MACHINE_RESET(seibu_sound_1) /* video hardware */ MDRV_VIDEO_ATTRIBUTES(VIDEO_UPDATE_AFTER_VBLANK) |
