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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mess/includes/dccons.h b/src/mess/includes/dccons.h
index 3616ab2bfcf..edabd8238cc 100644
--- a/src/mess/includes/dccons.h
+++ b/src/mess/includes/dccons.h
@@ -34,10 +34,10 @@ public:
WRITE64_MEMBER( dc_mess_gdrom_w );
READ64_MEMBER( dc_mess_g1_ctrl_r );
WRITE64_MEMBER( dc_mess_g1_ctrl_w );
-
+
private:
UINT64 PDTRA, PCTRA;
-
+
UINT8 *atapi_regs;
emu_timer *atapi_timer;
gdrom_device *gdrom;