mirror of
https://github.com/holub/mame
synced 2025-04-25 09:50:04 +03:00
(MESS) Removed unneeded variable. (nw)
This commit is contained in:
parent
e2a6faf36d
commit
b010c28707
@ -488,7 +488,6 @@ int hdc9234_device::current_head()
|
||||
|
||||
int hdc9234_device::current_cylinder()
|
||||
{
|
||||
// int abc = 0;
|
||||
return (m_register_r[CURRENT_CYLINDER] & 0xff) | (m_register_r[CURRENT_HEAD] & 0x70);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user