mirror of
https://github.com/holub/mame
synced 2025-05-12 00:58:53 +03:00
(MESS) Fix Clang compile (nw)
This commit is contained in:
parent
f1cbfd85f3
commit
6fd42ef750
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user