mirror of
https://github.com/holub/mame
synced 2025-04-23 08:49:55 +03:00
Fix compile (unused variable issue) (nw)
This commit is contained in:
parent
bf05466963
commit
124d852205
@ -488,7 +488,7 @@ int hdc9234_device::current_head()
|
||||
|
||||
int hdc9234_device::current_cylinder()
|
||||
{
|
||||
int abc = 0;
|
||||
// int abc = 0;
|
||||
return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user