diff options
author | 2013-04-18 08:44:08 +0000 | |
---|---|---|
committer | 2013-04-18 08:44:08 +0000 | |
commit | f30a3117806c7190217a6a1bccf344ff730a6bb7 (patch) | |
tree | 240d47327de16ed57117be50c49d42c70265dc7c /src/mess/includes/ti85.h | |
parent | eb0b5a552e90e20fd042ee694078a8f76e1513ef (diff) |
moving some static functions in driver state for MESS drivers plus some other modernization (nw)
Diffstat (limited to 'src/mess/includes/ti85.h')
-rw-r--r-- | src/mess/includes/ti85.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mess/includes/ti85.h b/src/mess/includes/ti85.h index 8be9fb7a9a6..1eaa364bdfe 100644 --- a/src/mess/includes/ti85.h +++ b/src/mess/includes/ti85.h @@ -103,6 +103,12 @@ public: DECLARE_MACHINE_START(ti83p); UINT32 screen_update_ti85(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect); TIMER_CALLBACK_MEMBER(ti85_timer_callback); + void update_ti85_memory (); + void update_ti83p_memory (); + void update_ti86_memory (); + void ti8x_snapshot_setup_registers (UINT8 * data); + void ti85_setup_snapshot (UINT8 * data); + void ti86_setup_snapshot (UINT8 * data); }; |