mirror of
https://github.com/holub/mame
synced 2025-10-06 17:08:28 +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_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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user