mirror of
https://github.com/holub/mame
synced 2025-05-26 07:41:28 +03:00
case 55 isn't needed, only happened because of the other one malfunctioning.
This commit is contained in:
parent
52124fa447
commit
42b5100c4c
@ -3380,7 +3380,6 @@ void psx_gpu_write( running_machine *machine, UINT32 *p_ram, INT32 n_size )
|
|||||||
m_n_gpu_buffer_offset = 0;
|
m_n_gpu_buffer_offset = 0;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case 0x55:
|
|
||||||
case 0x58:
|
case 0x58:
|
||||||
case 0x5a:
|
case 0x5a:
|
||||||
case 0x5c:
|
case 0x5c:
|
||||||
|
Loading…
Reference in New Issue
Block a user