summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/psx.c
diff options
context:
space:
mode:
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);