summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/dccons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mess/includes/dccons.h')
-rw-r--r--src/mess/includes/dccons.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mess/includes/dccons.h b/src/mess/includes/dccons.h
index 45b74bb6806..56d7b19a213 100644
--- a/src/mess/includes/dccons.h
+++ b/src/mess/includes/dccons.h
@@ -9,11 +9,11 @@ public:
dc_cons_state(const machine_config &mconfig, device_type type, const char *tag)
: dc_state(mconfig, type, tag),
m_ata(*this, "ata")
-// m_dcflash(*this, "dcflash")
+// m_dcflash(*this, "dcflash")
{ }
required_device<ata_interface_device> m_ata;
-// required_device<macronix_29lv160tmc_device> m_dcflash;
+// required_device<macronix_29lv160tmc_device> m_dcflash;
DECLARE_DRIVER_INIT(dc);
DECLARE_DRIVER_INIT(dcus);
@@ -36,8 +36,8 @@ public:
void dreamcast_atapi_init();
DECLARE_READ32_MEMBER( dc_mess_g1_ctrl_r );
DECLARE_WRITE32_MEMBER( dc_mess_g1_ctrl_w );
-// DECLARE_READ8_MEMBER( dc_flash_r );
-// DECLARE_WRITE8_MEMBER( dc_flash_w );
+// DECLARE_READ8_MEMBER( dc_flash_r );
+// DECLARE_WRITE8_MEMBER( dc_flash_w );
private:
UINT64 PDTRA, PCTRA;