mirror of
https://github.com/holub/mame
synced 2025-10-08 01:28:00 +03:00
fix build (nw)
This commit is contained in:
parent
648af3b4d9
commit
1722d098a0
@ -79,8 +79,8 @@
|
|||||||
#define TRACE_SMIOC_READ(address, data, reg, text) UnifiedTrace((address),(data)," Read", "SMIOC", (reg), (text))
|
#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))
|
#define TRACE_SMIOC_WRITE(address, data, reg, text) UnifiedTrace((address),(data),"Write", "SMIOC", (reg), (text))
|
||||||
#else
|
#else
|
||||||
#define TRACE_SMIOC_READ(address, data, reg, text)
|
#define TRACE_SMIOC_READ(address, data, reg, text) do {} while (0)
|
||||||
#define TRACE_SMIOC_WRITE(address, data, reg, text)
|
#define TRACE_SMIOC_WRITE(address, data, reg, text) do {} while (0)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
class r9751_state : public driver_device
|
class r9751_state : public driver_device
|
||||||
|
@ -159,7 +159,7 @@ public:
|
|||||||
uint8_t m_key_irq_flag; /**< Keyboard IRQ pending. */
|
uint8_t m_key_irq_flag; /**< Keyboard IRQ pending. */
|
||||||
uint8_t m_key_irq_vector; /**< Keyboard IRQ vector. */
|
uint8_t m_key_irq_vector; /**< Keyboard IRQ vector. */
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
struct scrn_reg_t
|
struct scrn_reg_t
|
||||||
{
|
{
|
||||||
uint8_t gfx_bank;
|
uint8_t gfx_bank;
|
||||||
|
Loading…
Reference in New Issue
Block a user