summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/sound/ym3526.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/sound/ym3526.h')
-rw-r--r--src/devices/sound/ym3526.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/devices/sound/ym3526.h b/src/devices/sound/ym3526.h
index 496936befc9..d07edb9a292 100644
--- a/src/devices/sound/ym3526.h
+++ b/src/devices/sound/ym3526.h
@@ -26,12 +26,12 @@ public:
auto irq_handler() { return m_fm.irq_handler(); }
// read access
- u8 status_r(); // A0=0
+ u8 status_r(); // A0=0
u8 read(offs_t offset);
// write access
- void address_w(u8 data); // A0=0
- void data_w(u8 data); // A0=1
+ void address_w(u8 data); // A0=0
+ void data_w(u8 data); // A0=1
void write(offs_t offset, u8 data);
protected: