summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/x68k.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/x68k.h')
-rw-r--r--src/mame/includes/x68k.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mame/includes/x68k.h b/src/mame/includes/x68k.h
index 2712344c67f..c12110b5399 100644
--- a/src/mame/includes/x68k.h
+++ b/src/mame/includes/x68k.h
@@ -229,7 +229,7 @@ protected:
} m_mdctrl;
uint8_t m_ppi_port[3];
int m_current_vector[8];
- uint8_t m_current_irq_line;
+ //uint8_t m_current_irq_line;
int m_led_state;
emu_timer* m_mouse_timer;
emu_timer* m_led_timer;
@@ -270,9 +270,8 @@ protected:
DECLARE_WRITE_LINE_MEMBER(mfp_irq_callback);
//dmac
- void dma_irq(int channel);
+ DECLARE_WRITE_LINE_MEMBER(dma_irq);
DECLARE_WRITE8_MEMBER(dma_end);
- DECLARE_WRITE8_MEMBER(dma_error);
int read_mouse();
void set_adpcm();