summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/includes/dccons.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/includes/dccons.h')
-rw-r--r--src/mame/includes/dccons.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mame/includes/dccons.h b/src/mame/includes/dccons.h
index 142cb346aa8..127c46d558d 100644
--- a/src/mame/includes/dccons.h
+++ b/src/mame/includes/dccons.h
@@ -18,6 +18,7 @@ public:
dc_cons_state(const machine_config &mconfig, device_type type, const char *tag)
: dc_state(mconfig, type, tag)
, m_ata(*this, "ata")
+ , atapi_xfercomplete(0)
// , m_dcflash(*this, "dcflash")
{ }
@@ -55,7 +56,7 @@ public:
private:
uint64_t PDTRA, PCTRA;
emu_timer *atapi_timer;
- int atapi_xferlen, atapi_xferbase;
+ int atapi_xferlen, atapi_xferbase, atapi_xfercomplete;
};
#endif // MAME_INCLUDES_DCCONS_H