mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
Fix clang error: unused variable 'space' [-Werror,-Wunused-variable] (nw)
This commit is contained in:
parent
1a66aa592a
commit
db2466cdd3
@ -995,8 +995,6 @@ if ( machine().input().code_pressed(KEYCODE_Z) || machine().input().code_pressed
|
||||
{
|
||||
#if 1
|
||||
{
|
||||
address_space &space = m_maincpu->space(AS_PROGRAM);
|
||||
|
||||
popmessage("Cmd: %04X Pos:%04X Lim:%04X Inp:%02X",
|
||||
m_scudhamm_motor_command,
|
||||
scudhamm_motor_pos_r(),
|
||||
|
Loading…
Reference in New Issue
Block a user