case (nw)

This commit is contained in:
David Haywood 2017-07-04 17:15:59 +01:00
parent fb8eac193f
commit d11e64f001

View File

@ -854,8 +854,8 @@ void sega_315_5133_device::decrypt()
{
/* opcode data address */
/* A B C D A B C D */
{ 0x88,0x08,0x80,0x00 }, { 0xa0,0xA8,0x80,0x88 }, /* ...0...0...0...0 */
{ 0x88,0x08,0x80,0x00 }, { 0x88,0xA8,0x80,0xa0 }, /* ...0...0...0...1 */
{ 0x88,0x08,0x80,0x00 }, { 0xa0,0xa8,0x80,0x88 }, /* ...0...0...0...0 */
{ 0x88,0x08,0x80,0x00 }, { 0x88,0xa8,0x80,0xa0 }, /* ...0...0...0...1 */
{ 0xa0,0x80,0x20,0x00 }, { 0x88,0x08,0x80,0x00 }, /* ...0...0...1...0 */
{ 0xa0,0xa8,0x80,0x88 }, { 0x88,0x08,0x80,0x00 }, /* ...0...0...1...1 */
{ 0x28,0x20,0xa8,0xa0 }, { 0xa0,0xa8,0x80,0x88 }, /* ...0...1...0...0 */