Fix compile (unused variable issue) (nw)

This commit is contained in:
Scott Stone 2014-10-01 02:01:29 +00:00
parent bf05466963
commit 124d852205

View File

@ -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);
}