Previous 199869 Revisions Next

r19439 Sunday 9th December, 2012 at 22:56:49 UTC by Nathan Woods
[MSM6242] More cleanups (nw)
[src/emu/machine]msm6242.h

trunk/src/emu/machine/msm6242.h
r19438r19439
4848   // I/O operations
4949   DECLARE_WRITE8_MEMBER( write );
5050   DECLARE_READ8_MEMBER( read );
51   void rtc_timer_callback();
5251
5352protected:
5453   // device-level overrides
r19438r19439
5857   virtual void device_reset();
5958   virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr);
6059
61   static TIMER_CALLBACK( rtc_inc_callback );
62
6360private:
6461   UINT8                  m_reg[3];
6562   UINT8                  m_irq_flag;
r19438r19439
7067   rtc_regs_t               m_hold;
7168   devcb_resolved_write_line   m_out_int_func;
7269   emu_timer *               m_timer;
70
71   void rtc_timer_callback();
7372};
7473
7574

Previous 199869 Revisions Next


© 1997-2024 The MAME Team