summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/fmtowns.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/fmtowns.h')
-rw-r--r--src/mame/includes/fmtowns.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/fmtowns.h b/src/mame/includes/fmtowns.h
index 1bddfe303aa..8d69e4a59c3 100644
--- a/src/mame/includes/fmtowns.h
+++ b/src/mame/includes/fmtowns.h
@@ -233,7 +233,7 @@ private:
uint8_t m_towns_mouse_output;
uint8_t m_towns_mouse_x;
uint8_t m_towns_mouse_y;
- uint8_t m_towns_volume[8]; // volume ports
+ uint8_t m_towns_volume[4]; // volume ports
uint8_t m_towns_volume_select;
uint8_t m_towns_scsi_control;
uint8_t m_towns_scsi_status;
@@ -366,6 +366,7 @@ private:
uint8_t speaker_get_spk();
void speaker_set_spkrdata(uint8_t data);
uint8_t towns_cdrom_read_byte_software();
+ void cdda_db_to_gain(float db);
required_ioport m_ctrltype;
required_ioport_array<4> m_kb_ports;