mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
nintendo/snes_m.cpp: fix logging on write with read only ports
This commit is contained in:
parent
9c32c75d7b
commit
1abad3cb1c
@ -541,9 +541,7 @@ void snes_state::snes_w_io(address_space &space, offs_t offset, uint8_t data)
|
||||
case JOY3H:
|
||||
case JOY4L:
|
||||
case JOY4H:
|
||||
//#ifdef MAME_DEBUG
|
||||
logerror( "Write to read-only register: %X value: %X", offset, data );
|
||||
//#endif /* MAME_DEBUG */
|
||||
logerror( "Write to read-only register: %X value: %X\n", offset, data );
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user