Previous | 199869 Revisions | Next |
r33019 Monday 27th October, 2014 at 20:52:09 UTC by Osso |
---|
tms57002.c: initialize variable to fix crackling sound in debug builds for konamigx games (nw) |
[src/emu/cpu/tms57002] | tms57002.c |
r241530 | r241531 | |
---|---|---|
23 | 23 | tms57002_device::tms57002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock) |
24 | 24 | : cpu_device(mconfig, TMS57002, "TMS57002", tag, owner, clock, "tms57002", __FILE__), |
25 | 25 | device_sound_interface(mconfig, *this), |
26 | txrd(0), | |
26 | 27 | program_config("program", ENDIANNESS_LITTLE, 32, 8, -2, ADDRESS_MAP_NAME(internal_pgm)), |
27 | 28 | data_config("data", ENDIANNESS_LITTLE, 8, 20) |
28 | 29 | { |
https://github.com/mamedev/mame/commit/f6c9d8f8eabe31fe1ab6af39214eb88aa3895b13 |
Previous | 199869 Revisions | Next |