mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
woops, wrong copypaste
This commit is contained in:
parent
49fcda4d4d
commit
f93cda1775
@ -301,7 +301,7 @@ UINT8 riot6532_device::reg_r(UINT8 offset)
|
||||
else
|
||||
{
|
||||
/* call the input callback if it exists */
|
||||
if (!port->m_out_func.isnull())
|
||||
if (!port->m_in_func.isnull())
|
||||
{
|
||||
port->m_in = port->m_in_func(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user