fix build (nw)

This commit is contained in:
smf- 2018-01-28 00:45:50 +00:00
parent 648af3b4d9
commit 1722d098a0
2 changed files with 3 additions and 3 deletions

View File

@ -79,8 +79,8 @@
#define TRACE_SMIOC_READ(address, data, reg, text) UnifiedTrace((address),(data)," Read", "SMIOC", (reg), (text))
#define TRACE_SMIOC_WRITE(address, data, reg, text) UnifiedTrace((address),(data),"Write", "SMIOC", (reg), (text))
#else
#define TRACE_SMIOC_READ(address, data, reg, text)
#define TRACE_SMIOC_WRITE(address, data, reg, text)
#define TRACE_SMIOC_READ(address, data, reg, text) do {} while (0)
#define TRACE_SMIOC_WRITE(address, data, reg, text) do {} while (0)
#endif
class r9751_state : public driver_device

View File

@ -159,7 +159,7 @@ public:
uint8_t m_key_irq_flag; /**< Keyboard IRQ pending. */
uint8_t m_key_irq_vector; /**< Keyboard IRQ vector. */
private:
protected:
struct scrn_reg_t
{
uint8_t gfx_bank;