diff options
author | 2012-09-13 11:15:32 +0000 | |
---|---|---|
committer | 2012-09-13 11:15:32 +0000 | |
commit | 219e664785890f52079bae7e74543920d638796a (patch) | |
tree | 774d1ab1e7d87ae4d2c1ef335dcef24a28a7d7e8 /src/mess/includes/ti89.h | |
parent | af9a5e817d3eefdda79e801056b29167ecbcdef9 (diff) |
Massive change, MACHINE_START\RESET, VIDEO_START\RESET and PALETTE_INIT changed to be members of state classes (no whatsnew)
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r-- | src/mess/includes/ti89.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h index 98d70bb6993..c16b51598f2 100644 --- a/src/mess/includes/ti89.h +++ b/src/mess/includes/ti89.h @@ -61,6 +61,7 @@ public: DECLARE_WRITE16_MEMBER ( flash_w ); DECLARE_READ16_MEMBER ( flash_r ); UINT64 m_timer; + virtual void palette_init(); }; #endif // TI89_H_ |