summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/imagedev/bitbngr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/imagedev/bitbngr.h')
-rw-r--r--src/emu/imagedev/bitbngr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/emu/imagedev/bitbngr.h b/src/emu/imagedev/bitbngr.h
index 19ed122067c..25a25915537 100644
--- a/src/emu/imagedev/bitbngr.h
+++ b/src/emu/imagedev/bitbngr.h
@@ -75,10 +75,10 @@ struct _bitbanger_config
int m_default_mode;
/* output bits per second */
- int m_default_baud;
+ int m_default_baud;
/* fine tune adjustment to the baud */
- int m_default_tune;
+ int m_default_tune;
};