diff options
author | 2013-01-11 07:32:46 +0000 | |
---|---|---|
committer | 2013-01-11 07:32:46 +0000 | |
commit | 0e19f641d3186cdbf51f8ca857e2b07ab95779c2 (patch) | |
tree | 234109de1123b13f217494af4b3f8efad346d5cc /src/mess/includes/ti89.h | |
parent | 111157ca09a9ff60fe4a9ba49173c315e94314fa (diff) |
Cleanups and version bumpmame0148
Diffstat (limited to 'src/mess/includes/ti89.h')
-rw-r--r-- | src/mess/includes/ti89.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/ti89.h b/src/mess/includes/ti89.h index 376b5250f65..90944e6b296 100644 --- a/src/mess/includes/ti89.h +++ b/src/mess/includes/ti89.h @@ -14,8 +14,8 @@ class ti68k_state : public driver_device public: ti68k_state(const machine_config &mconfig, device_type type, const char *tag) : driver_device(mconfig, type, tag), - m_maincpu(*this, "maincpu"), - m_flash(*this, "flash") + m_maincpu(*this, "maincpu"), + m_flash(*this, "flash") { } required_device<cpu_device> m_maincpu; |