(MESS) Fix Clang compile (nw)

This commit is contained in:
R. Belmont 2014-03-10 02:55:03 +00:00
parent f1cbfd85f3
commit 6fd42ef750

View File

@ -335,7 +335,7 @@ READ8Z_MEMBER(snug_bwg_device::crureadz)
WRITE8_MEMBER(snug_bwg_device::cruwrite)
{
int drive, drivebit;
int drive; //, drivebit;
if ((offset & 0xff00)==m_cru_base)
{