mirror of
https://github.com/holub/mame
synced 2025-05-21 21:29:15 +03:00
Fix debug compile.
This commit is contained in:
parent
ee0ffe61ac
commit
46c9e47bc5
@ -242,7 +242,7 @@ DISCRETE_START(dss_input_stream)
|
|||||||
{
|
{
|
||||||
DISCRETE_DECLARE_CONTEXT(dss_input)
|
DISCRETE_DECLARE_CONTEXT(dss_input)
|
||||||
|
|
||||||
assert(DSS_INPUT_STREAM__STREAM < node->info->m_input_list.count());
|
assert(DSS_INPUT_STREAM__STREAM < node->device->m_input_list.count());
|
||||||
|
|
||||||
context->is_stream = TRUE;
|
context->is_stream = TRUE;
|
||||||
/* Stream out number is set during start */
|
/* Stream out number is set during start */
|
||||||
@ -250,7 +250,6 @@ DISCRETE_START(dss_input_stream)
|
|||||||
context->gain = DSS_INPUT_STREAM__GAIN;
|
context->gain = DSS_INPUT_STREAM__GAIN;
|
||||||
context->offset = DSS_INPUT_STREAM__OFFSET;
|
context->offset = DSS_INPUT_STREAM__OFFSET;
|
||||||
context->ptr = NULL;
|
context->ptr = NULL;
|
||||||
//context->data = 0;
|
|
||||||
|
|
||||||
if (node->module->type == DSS_INPUT_BUFFER)
|
if (node->module->type == DSS_INPUT_BUFFER)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user