diff options
Diffstat (limited to 'src/emu/machine/hd63450.h')
-rw-r--r-- | src/emu/machine/hd63450.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/machine/hd63450.h b/src/emu/machine/hd63450.h index 227c970c259..dd4c96d7cda 100644 --- a/src/emu/machine/hd63450.h +++ b/src/emu/machine/hd63450.h @@ -100,7 +100,7 @@ public: dev.m_burst_clock[2] = clk3; dev.m_burst_clock[3] = clk4; } - + DECLARE_READ16_MEMBER( read ); DECLARE_WRITE16_MEMBER( write ); DECLARE_WRITE_LINE_MEMBER(drq0_w); @@ -133,7 +133,7 @@ private: const char *m_cpu_tag; attotime m_our_clock[4]; attotime m_burst_clock[4]; - + // internal state hd63450_regs m_reg[4]; emu_timer* m_timer[4]; // for timing data reading/writing each channel |