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

trunk/src/emu/cpu/tms57002/tms57002.c
r241530r241531
2323tms57002_device::tms57002_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock)
2424   : cpu_device(mconfig, TMS57002, "TMS57002", tag, owner, clock, "tms57002", __FILE__),
2525      device_sound_interface(mconfig, *this),
26      txrd(0),
2627      program_config("program", ENDIANNESS_LITTLE, 32, 8, -2, ADDRESS_MAP_NAME(internal_pgm)),
2728      data_config("data", ENDIANNESS_LITTLE, 8, 20)
2829{


Previous 199869 Revisions Next


© 1997-2024 The MAME Team