summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mc68901.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mc68901.c')
-rw-r--r--src/emu/machine/mc68901.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/emu/machine/mc68901.c b/src/emu/machine/mc68901.c
index a43b2db82c0..cc3bc818c1b 100644
--- a/src/emu/machine/mc68901.c
+++ b/src/emu/machine/mc68901.c
@@ -48,7 +48,7 @@
//**************************************************************************
-// MACROS / CONSTANTS
+// MACROS / CONSTANTS
//**************************************************************************
#define LOG 0
@@ -292,7 +292,7 @@ void mc68901_device_config::device_config_complete()
// or initialize to defaults if none provided
else
{
-// memset(&in_pa_func, 0, sizeof(in_pa_func));
+// memset(&in_pa_func, 0, sizeof(in_pa_func));
}
}
@@ -911,7 +911,7 @@ READ8_MEMBER( mc68901_device::read )
{
switch (offset)
{
- case REGISTER_GPIP:
+ case REGISTER_GPIP:
m_gpip = devcb_call_read8(&m_in_gpio_func, 0);
return m_gpip;