mirror of
https://github.com/holub/mame
synced 2025-05-22 21:58:57 +03:00
Removed log of missing variable in debug build.
This commit is contained in:
parent
661cab1a44
commit
854005e78a
@ -639,10 +639,6 @@ static READ16_HANDLER( yesnoj_input_r )
|
||||
|
||||
static READ16_HANDLER( yesnoj_dsw_r )
|
||||
{
|
||||
#ifdef MAME_DEBUG
|
||||
logerror("CPU #0 PC = %06x: read yesnoj DSW %01x\n", activecpu_get_pc(), yesnoj_dsw);
|
||||
#endif
|
||||
|
||||
return input_port_read(machine, "DSWA");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user