summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/machine/macadb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/machine/macadb.cpp')
-rw-r--r--src/mame/machine/macadb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mame/machine/macadb.cpp b/src/mame/machine/macadb.cpp
index 6eabc071851..0e4d33e76fc 100644
--- a/src/mame/machine/macadb.cpp
+++ b/src/mame/machine/macadb.cpp
@@ -72,7 +72,7 @@ enum
* *************************************************************************/
#if LOG_ADB
-static const char *const adb_statenames[4] = { "NEW", "EVEN", "ODD", "IDLE" };
+static char const *const adb_statenames[4] = { "NEW", "EVEN", "ODD", "IDLE" };
#endif
int mac_state::adb_pollkbd(int update)
@@ -1223,7 +1223,7 @@ void mac_state::adb_reset()
WRITE_LINE_MEMBER(mac_state::adb_linechange_w)
{
int dtime = 0;
-/* static const char *states[] =
+/* static char const *const states[] =
{
"idle",
"attention",