MSVC fixes

This commit is contained in:
Nathan Woods 2014-07-03 15:04:42 +00:00
parent ffa881c76e
commit 1632ab472c
2 changed files with 1 additions and 2 deletions

View File

@ -431,7 +431,7 @@ void sandy_superqboard_t::write(address_space &space, offs_t offset, UINT8 data)
break; break;
case 5: case 5:
m_fdc->set_unscaled_clock(XTAL_16MHz >> !BIT(data, 0)); m_fdc->set_unscaled_clock(XTAL_16MHz / (BIT(data, 0) ? 1 : 2));
break; break;
} }
} }

View File

@ -6,7 +6,6 @@
// //
//============================================================ //============================================================
#define NOWINRES
#include "windows.h" #include "windows.h"
#include "commctrl.h" #include "commctrl.h"
#include "messvers.rc" #include "messvers.rc"