diff options
| author | 2009-01-22 09:18:36 +0000 | |
|---|---|---|
| committer | 2009-01-22 09:18:36 +0000 | |
| commit | 6ab2ca034250322628d111e08be54161607fb371 (patch) | |
| tree | 19f4035c540f58619ac723fbbe865186d56d1bdb | |
| parent | 899fc5f3071eaab857646c3ed684bbd1c531acdd (diff) | |
fix for Soul Calibur (vs. Inferno) (by 4oj9/xJ+0)
| -rw-r--r-- | src/mame/video/psx.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mame/video/psx.c b/src/mame/video/psx.c index 1690e684b4a..b17c5328e0c 100644 --- a/src/mame/video/psx.c +++ b/src/mame/video/psx.c @@ -3379,6 +3379,7 @@ void psx_gpu_write( running_machine *machine, UINT32 *p_ram, INT32 n_size ) } break; case 0x58: + case 0x5a: case 0x5c: case 0x5e: if( m_n_gpu_buffer_offset < 5 && |
