mirror of
https://github.com/holub/mame
synced 2025-05-23 22:20:01 +03:00
fixed building with MSVC
This commit is contained in:
parent
35f8b571b2
commit
6f11a30658
@ -44,7 +44,7 @@ WRITE16_MEMBER(globalfr_state::vfd_w)
|
|||||||
|
|
||||||
// if(!(data & 0x20)) need to find reset
|
// if(!(data & 0x20)) need to find reset
|
||||||
{
|
{
|
||||||
bool clock = (data & 0x40) != 0;
|
int clock = (data & 0x40) != 0;
|
||||||
int datline = (data & 0x80);
|
int datline = (data & 0x80);
|
||||||
if (m_alpha_clock != clock)
|
if (m_alpha_clock != clock)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user