mirror of
https://github.com/holub/mame
synced 2025-04-21 16:01:56 +03:00
Fix DEBUG build. (nw)
This commit is contained in:
parent
6fd40f98a6
commit
6d9da523e3
@ -413,7 +413,7 @@ devices::nld_base_proxy *setup_t::get_d_a_proxy(detail::core_terminal_t &out)
|
||||
|
||||
devices::nld_base_proxy *setup_t::get_a_d_proxy(detail::core_terminal_t &inp)
|
||||
{
|
||||
nl_assert(inp.is_analog());
|
||||
nl_assert(inp.is_logic());
|
||||
|
||||
logic_input_t &incast = dynamic_cast<logic_input_t &>(inp);
|
||||
devices::nld_base_proxy *proxy = incast.get_proxy();
|
||||
|
Loading…
Reference in New Issue
Block a user