mirror of
https://github.com/Oibaf66/frodo-wii.git
synced 2024-11-22 03:19:24 +01:00
Fix valgrind errors (use of uninitialized values)
This commit is contained in:
parent
534e07213c
commit
407107d1a9
@ -152,6 +152,10 @@ MOS6569::MOS6569(C64 *c64, C64Display *disp, MOS6510 *CPU, uint8 *RAM, uint8 *Ch
|
|||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
is_bad_line = false;
|
||||||
|
spr_exp_y = 0;
|
||||||
|
memset(mc_base, 0, sizeof(mc_base));
|
||||||
|
|
||||||
// Set pointers
|
// Set pointers
|
||||||
matrix_base = 0;
|
matrix_base = 0;
|
||||||
char_base = 0;
|
char_base = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user