summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/pc9801.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/pc9801.h')
-rw-r--r--src/mame/includes/pc9801.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/includes/pc9801.h b/src/mame/includes/pc9801.h
index 5a02553bc0b..661724c243a 100644
--- a/src/mame/includes/pc9801.h
+++ b/src/mame/includes/pc9801.h
@@ -178,7 +178,7 @@ private:
required_shared_ptr<uint16_t> m_video_ram_2;
optional_shared_ptr<uint32_t> m_ext_gvram;
optional_device<beep_device> m_beeper;
-// optional_device<dac_1bit_device> m_dac;
+// optional_device<dac_1bit_device> m_dac;
optional_device<speaker_sound_device> m_dac;
optional_device<ram_device> m_ram;
optional_device<address_map_bank_device> m_ipl;