fixed display problems due to an uninitialized variable.

This commit is contained in:
smf- 2011-05-25 10:04:40 +00:00
parent 47f57b52f5
commit db10b0d699

View File

@ -483,6 +483,7 @@ void psxgpu_device::psx_gpu_init( int n_gputype )
n_gpu_buffer_offset = 0;
n_lightgun_x = 0;
n_lightgun_y = 0;
b_reverseflag = 0;
n_vram_size = width * height;
p_vram = auto_alloc_array_clear( machine(), UINT16, n_vram_size );