add OG to segapcm

This commit is contained in:
hap 2015-05-24 16:04:57 +02:00
parent 832bab865a
commit 46123eb11d
2 changed files with 5 additions and 6 deletions

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Hiromitsu Shioya
// copyright-holders:Hiromitsu Shioya, Olivier Galibert
/*********************************************************/
/* SEGA 16ch 8bit PCM */
/*********************************************************/
@ -47,7 +47,6 @@ void segapcm_device::device_start()
mask = BANK_MASK7 >> 16;
for(rom_mask = 1; rom_mask < m_rom.length(); rom_mask *= 2);
rom_mask--;
m_bankmask = mask & (rom_mask >> m_bankshift);

View File

@ -1,5 +1,5 @@
// license:BSD-3-Clause
// copyright-holders:Hiromitsu Shioya
// copyright-holders:Hiromitsu Shioya, Olivier Galibert
/*********************************************************/
/* SEGA 8bit PCM */
/*********************************************************/