mirror of
https://github.com/holub/mame
synced 2025-04-23 00:39:36 +03:00
fixed Visual Studio compiler warning in src/mame/machine/snessdd1.c (nw)
This commit is contained in:
parent
ae8e588b8a
commit
ef1e831115
@ -15,6 +15,7 @@ mmc[(addr >> 20) & 3] + (addr & 0x0fffff)
|
||||
class SDD1_IM //Input Manager
|
||||
{
|
||||
public:
|
||||
SDD1_IM() {}
|
||||
|
||||
UINT32 m_byte_ptr;
|
||||
UINT8 m_bit_count;
|
||||
|
Loading…
Reference in New Issue
Block a user