summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/sound/es5506.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/sound/es5506.h')
-rw-r--r--src/emu/sound/es5506.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/emu/sound/es5506.h b/src/emu/sound/es5506.h
index 076bfcf24ba..9c57996f12d 100644
--- a/src/emu/sound/es5506.h
+++ b/src/emu/sound/es5506.h
@@ -14,10 +14,10 @@
struct es5505_interface
{
- const char * region0; /* memory region where the sample ROM lives */
- const char * region1; /* memory region where the sample ROM lives */
- void (*irq_callback)(device_t *device, int state); /* irq callback */
- UINT16 (*read_port)(device_t *device); /* input port read */
+ const char * region0; /* memory region where the sample ROM lives */
+ const char * region1; /* memory region where the sample ROM lives */
+ void (*irq_callback)(device_t *device, int state); /* irq callback */
+ UINT16 (*read_port)(device_t *device); /* input port read */
};
DECLARE_READ16_DEVICE_HANDLER( es5505_r );
@@ -25,7 +25,7 @@ DECLARE_WRITE16_DEVICE_HANDLER( es5505_w );
void es5505_voice_bank_w(device_t *device, int voice, int bank);
class es5506_device : public device_t,
- public device_sound_interface
+ public device_sound_interface
{
public:
es5506_device(const machine_config &mconfig, const char *tag, device_t *owner, UINT32 clock);
@@ -54,12 +54,12 @@ extern const device_type ES5506;
struct es5506_interface
{
- const char * region0; /* memory region where the sample ROM lives */
- const char * region1; /* memory region where the sample ROM lives */
- const char * region2; /* memory region where the sample ROM lives */
- const char * region3; /* memory region where the sample ROM lives */
- void (*irq_callback)(device_t *device, int state); /* irq callback */
- UINT16 (*read_port)(device_t *device); /* input port read */
+ const char * region0; /* memory region where the sample ROM lives */
+ const char * region1; /* memory region where the sample ROM lives */
+ const char * region2; /* memory region where the sample ROM lives */
+ const char * region3; /* memory region where the sample ROM lives */
+ void (*irq_callback)(device_t *device, int state); /* irq callback */
+ UINT16 (*read_port)(device_t *device); /* input port read */
};
DECLARE_READ8_DEVICE_HANDLER( es5506_r );