mirror of
https://github.com/holub/mame
synced 2025-07-05 18:08:04 +03:00
Fixed compile error (GCC 4.6) in nes_defs.h
This commit is contained in:
parent
f19a1d4a72
commit
27ff33feff
@ -197,7 +197,7 @@ struct dpcm_t
|
||||
enabled = false;
|
||||
irq_occurred = false;
|
||||
memory = NULL;
|
||||
vol = NULL;
|
||||
vol = 0;
|
||||
}
|
||||
|
||||
uint8 regs[4];
|
||||
|
Loading…
Reference in New Issue
Block a user