- dynadice.cpp: fixed sound regression

- segahang.cpp: minor edits to metadata
This commit is contained in:
Ivan Vangelista 2021-06-13 13:07:52 +02:00
parent 9cc37195ae
commit 7aff430541
3 changed files with 4 additions and 3 deletions

View File

@ -154,7 +154,7 @@ void dynadice_state::dynadice_sound_io_map(address_map &map)
{
map.global_mask(0xff);
map(0x00, 0x00).r("soundlatch", FUNC(generic_latch_8_device::read));
map(0x01, 0x01).w("soundlatch", FUNC(generic_latch_8_device::write));
map(0x01, 0x01).w("soundlatch", FUNC(generic_latch_8_device::clear_w));
map(0x02, 0x02).w(FUNC(dynadice_state::sound_data_w));
map(0x03, 0x03).w(FUNC(dynadice_state::sound_control_w));
}

View File

@ -1387,6 +1387,7 @@ ROM_END
//*************************************************************************************************************************
// Super Hang On Beta bootleg
// Has Beta 1987 copyright but is otherwise identical to the bootleg above
// Has a custom Philkp chip marked "Philko PK8706"
//
ROM_START( shangonrb2 )
ROM_REGION( 0x40000, "maincpu", 0 ) // 68000 code

View File

@ -90,7 +90,7 @@ List of known B-System games:
Violence Fight (YM2203 sound, 1xMSM6295 )
Hit The Ice (YM2203 sound, 1xMSM6295 )
Master of Weapons (YM2203 sound)
Master of Weapon (YM2203 sound)
Quiz Sekai wa SHOW by shobai (YM2610-B sound, MB87078 - electronic volume control)
Puzzle Bobble (YM2610-B sound, MB87078 - electronic volume control)
@ -3276,7 +3276,7 @@ ROM_START( masterwj )
ROM_LOAD( "b72-01.5", 0x080000, 0x080000, CRC(a24ac26e) SHA1(895715a2bb0cb15334cba2283bd228b4fc08cd0c) )
ROM_END
ROM_START( yukiwo ) /* Prototype of Master of Weapons */
ROM_START( yukiwo ) /* Prototype of Master of Weapon */
ROM_REGION( 0x80000, "maincpu", 0 ) /* 512k for 68000 code */
ROM_LOAD16_BYTE( "ic33-rom0e.bin", 0x00000, 0x20000, CRC(a0dd51d9) SHA1(a4740bf08e26e1e576344c95d945df5d970738f2) )
ROM_LOAD16_BYTE( "ic24-e882.bin", 0x00001, 0x20000, CRC(d66f29d4) SHA1(0854f1a0943a20693e6cd02825666e39b4fe28ca) )