summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/fmopl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/fmopl.h')
-rw-r--r--src/emu/sound/fmopl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/emu/sound/fmopl.h b/src/emu/sound/fmopl.h
index de0cfa82ea9..f0543742e3e 100644
--- a/src/emu/sound/fmopl.h
+++ b/src/emu/sound/fmopl.h
@@ -14,12 +14,12 @@
/* compiler dependence */
#ifndef __OSDCOMM_H__
#define __OSDCOMM_H__
-typedef unsigned char UINT8; /* unsigned 8bit */
-typedef unsigned short UINT16; /* unsigned 16bit */
-typedef unsigned int UINT32; /* unsigned 32bit */
-typedef signed char INT8; /* signed 8bit */
-typedef signed short INT16; /* signed 16bit */
-typedef signed int INT32; /* signed 32bit */
+typedef unsigned char UINT8; /* unsigned 8bit */
+typedef unsigned short UINT16; /* unsigned 16bit */
+typedef unsigned int UINT32; /* unsigned 32bit */
+typedef signed char INT8; /* signed 8bit */
+typedef signed short INT16; /* signed 16bit */
+typedef signed int INT32; /* signed 32bit */
#endif /* __OSDCOMM_H__ */
typedef stream_sample_t OPLSAMPLE;