mirror of
https://github.com/holub/mame
synced 2025-04-24 01:11:11 +03:00
fixed display problems due to an uninitialized variable.
This commit is contained in:
parent
47f57b52f5
commit
db10b0d699
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user