mirror of
https://github.com/holub/mame
synced 2025-10-05 08:41:31 +03:00
case (nw)
This commit is contained in:
parent
fb8eac193f
commit
d11e64f001
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user