summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/machine/mb3773.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/machine/mb3773.c')
-rw-r--r--src/emu/machine/mb3773.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/emu/machine/mb3773.c b/src/emu/machine/mb3773.c
index 90096914cc9..2897e361f3b 100644
--- a/src/emu/machine/mb3773.c
+++ b/src/emu/machine/mb3773.c
@@ -1,6 +1,6 @@
/***************************************************************************
- Fujitsu MB3773
+ Fujitsu MB3773
Power Supply Monitor with Watch Dog Timer (i.e. Reset IC)
@@ -17,7 +17,7 @@
#include "mb3773.h"
/***************************************************************************
- TYPE DEFINITIONS
+ TYPE DEFINITIONS
***************************************************************************/
typedef struct _mb3773_state mb3773_state;
@@ -28,7 +28,7 @@ struct _mb3773_state
};
/***************************************************************************
- INLINE FUNCTIONS
+ INLINE FUNCTIONS
***************************************************************************/
INLINE mb3773_state *get_safe_token(const device_config *device)
@@ -40,7 +40,7 @@ INLINE mb3773_state *get_safe_token(const device_config *device)
}
/***************************************************************************
- IMPLEMENTATION
+ IMPLEMENTATION
***************************************************************************/
/*-------------------------------------------------