summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc146818.h
diff options
context:
space:
mode:
author Aaron Giles <aaron@aarongiles.com>2010-09-19 05:09:00 +0000
committer Aaron Giles <aaron@aarongiles.com>2010-09-19 05:09:00 +0000
commit7a4744d31da401404f7e67de707021fa5cc12711 (patch)
treee32c4f80a2a61643c42350b07437b33b63086f55 /src/emu/machine/mc146818.h
parentcbffdbb1d7111774a87284797bc2f753706f43ec (diff)
Cleanups and version bump.mame0139u3
Diffstat (limited to 'src/emu/machine/mc146818.h')
-rw-r--r--src/emu/machine/mc146818.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/emu/machine/mc146818.h b/src/emu/machine/mc146818.h
index ec512175170..b9a59872b86 100644
--- a/src/emu/machine/mc146818.h
+++ b/src/emu/machine/mc146818.h
@@ -60,7 +60,7 @@ public:
protected:
// internal state
- mc146818_type m_type;
+ mc146818_type m_type;
};
@@ -92,21 +92,21 @@ protected:
// internal helpers
int dec_2_local(int a);
void set_base_datetime();
-
+
// internal state
static const int MC146818_DATA_SIZE = 0x80;
const mc146818_device_config & m_config;
- UINT8 m_index;
- UINT8 m_data[MC146818_DATA_SIZE];
+ UINT8 m_index;
+ UINT8 m_data[MC146818_DATA_SIZE];
- UINT16 m_eindex;
- UINT8 m_edata[0x2000];
+ UINT16 m_eindex;
+ UINT8 m_edata[0x2000];
- bool m_updated; /* update ended interrupt flag */
+ bool m_updated; /* update ended interrupt flag */
- attotime m_last_refresh;
+ attotime m_last_refresh;
};