diff options
author | 2014-11-26 10:37:58 +0100 | |
---|---|---|
committer | 2014-11-26 10:37:58 +0100 | |
commit | ebeaa953a3a6ae98842b4a169bc95e5f3c673d8c (patch) | |
tree | 41959790c00308fc3cac9c71176709f53683151d /src/mess/includes/ti85.h | |
parent | 18b8ce2f9467ae23672cea11f4a3fc5e42e24b9c (diff) |
Cleanups and version bumpmame0156
Diffstat (limited to 'src/mess/includes/ti85.h')
-rwxr-xr-x | src/mess/includes/ti85.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h index e967101f034..88cc93f3cd7 100755 --- a/src/mess/includes/ti85.h +++ b/src/mess/includes/ti85.h @@ -181,7 +181,7 @@ public: TIMER_CALLBACK_MEMBER(ti85_timer_callback); TIMER_CALLBACK_MEMBER(ti83_timer1_callback); TIMER_CALLBACK_MEMBER(ti83_timer2_callback); - + //crystal timers virtual void device_timer(emu_timer &timer, device_timer_id id, int param, void *ptr); void ti83pse_count( UINT8 timer, UINT8 data); @@ -207,8 +207,8 @@ public: DECLARE_WRITE8_MEMBER( ti83pse_ctimer3_loop_w ); DECLARE_READ8_MEMBER( ti83pse_ctimer3_count_r ); DECLARE_WRITE8_MEMBER( ti83pse_ctimer3_count_w ); - - + + void update_ti85_memory (); void update_ti83p_memory (); void update_ti83pse_memory (); @@ -218,9 +218,9 @@ public: void ti86_setup_snapshot (UINT8 * data); DECLARE_SNAPSHOT_LOAD_MEMBER( ti8x ); DECLARE_DIRECT_UPDATE_MEMBER( ti83p_direct_update_handler ); - + ti83pse_timer m_ctimer[3]; - + //address_space &asic; }; |