summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/audio/namco52.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/audio/namco52.h')
-rw-r--r--src/mame/audio/namco52.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mame/audio/namco52.h b/src/mame/audio/namco52.h
index a338de3bc82..12d05d03189 100644
--- a/src/mame/audio/namco52.h
+++ b/src/mame/audio/namco52.h
@@ -8,11 +8,11 @@
struct namco_52xx_interface
{
- const char * discrete; /* name of the discrete sound device */
- int firstnode; /* index of the first node */
- attoseconds_t extclock; /* external clock period */
- devcb_read8 romread; /* ROM read handler */
- devcb_read8 si; /* SI (pin 6) read handler */
+ const char * discrete; /* name of the discrete sound device */
+ int firstnode; /* index of the first node */
+ attoseconds_t extclock; /* external clock period */
+ devcb_read8 romread; /* ROM read handler */
+ devcb_read8 si; /* SI (pin 6) read handler */
};
@@ -48,7 +48,7 @@ extern const device_type NAMCO_52XX;
/* discrete nodes */
-#define NAMCO_52XX_P_DATA(base) (base)
+#define NAMCO_52XX_P_DATA(base) (base)
-#endif /* NAMCO52_H */
+#endif /* NAMCO52_H */