diff options
author | 2014-02-27 13:35:15 +0000 | |
---|---|---|
committer | 2014-02-27 13:35:15 +0000 | |
commit | 64ac8f6776fc4451d756b0eb3bb6dbd22c49801a (patch) | |
tree | bb1d096fecec4684c8ab2b7be1b4d539ca06e57b /src/mess/includes/ti89.h | |
parent | f9d3fbaa73ccdab2e5fcf9fc095a14b4f24c3133 (diff) |
Huge update, palette is now device (nw)
note: Aaron please give more descriptive text for release log I have no more strength :)
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r-- | src/mess/includes/ti89.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h index 809297a8815..2317755a901 100644 --- a/src/mess/includes/ti89.h +++ b/src/mess/includes/ti89.h @@ -81,7 +81,7 @@ public: DECLARE_WRITE16_MEMBER ( flash_w ); DECLARE_READ16_MEMBER ( flash_r ); UINT64 m_timer; - virtual void palette_init(); + DECLARE_PALETTE_INIT(ti68k); DECLARE_INPUT_CHANGED_MEMBER(ti68k_on_key); TIMER_DEVICE_CALLBACK_MEMBER(ti68k_timer_callback); }; |