mirror of
https://github.com/holub/mame
synced 2025-04-30 11:50:30 +03:00
tms57002.c: initialize variable to fix crackling sound in debug builds for konamigx games (nw)
This commit is contained in:
parent
d683ab66d3
commit
f6c9d8f8ea
@ -23,6 +23,7 @@ ADDRESS_MAP_END
|
|||||||
tms57002_device::tms57002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
tms57002_device::tms57002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
|
||||||
: cpu_device(mconfig, TMS57002, "TMS57002", tag, owner, clock, "tms57002", __FILE__),
|
: cpu_device(mconfig, TMS57002, "TMS57002", tag, owner, clock, "tms57002", __FILE__),
|
||||||
device_sound_interface(mconfig, *this),
|
device_sound_interface(mconfig, *this),
|
||||||
|
txrd(0),
|
||||||
program_config("program", ENDIANNESS_LITTLE, 32, 8, -2, ADDRESS_MAP_NAME(internal_pgm)),
|
program_config("program", ENDIANNESS_LITTLE, 32, 8, -2, ADDRESS_MAP_NAME(internal_pgm)),
|
||||||
data_config("data", ENDIANNESS_LITTLE, 8, 20)
|
data_config("data", ENDIANNESS_LITTLE, 8, 20)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user