summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psx.c
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2011-06-05 22:35:20 +0000
commita449c766a220e5edcfc5aeb03730813a929a7c8a (patch)
tree5b6a67fa3ffcc07fb2276420fffe6111679e29e8 /src/mame/machine/psx.c
parent910fff0955cf27aa904843c130ede859231642b8 (diff)
Cleanups and version bumpmame0142u5
Diffstat (limited to 'src/mame/machine/psx.c')
-rw-r--r--src/mame/machine/psx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/machine/psx.c b/src/mame/machine/psx.c
index aa861fe22ba..8458da495c5 100644
--- a/src/mame/machine/psx.c
+++ b/src/mame/machine/psx.c
@@ -109,7 +109,7 @@ INTERRUPT_GEN( psx_vblank )
{
psxgpu_device *gpu = downcast<psxgpu_device *>( device->machine().device("gpu") );
psx_state *p_psx = device->machine().driver_data<psx_state>();
-
+
if(p_psx->b_need_sianniv_vblank_hack)
{
UINT32 pc = cpu_get_pc(device);