summaryrefslogtreecommitdiffstatshomepage
path: root/src/mess/includes/dccons.h
diff options
context:
space:
mode:
author Angelo Salese <angelosa@users.noreply.github.com>2013-07-01 16:23:54 +0000
committer Angelo Salese <angelosa@users.noreply.github.com>2013-07-01 16:23:54 +0000
commitb0d73da8db093a0951950ade116306633765ec9b (patch)
tree365ee1a59997bb857e7c85e4ff74530ca31df640 /src/mess/includes/dccons.h
parent9927fa5faabbb160efca4307c61ccc90e77e0b02 (diff)
Some harmless mods to DC GD-Rom
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 8e783fbd4ff..a241d972cb9 100644
--- a/src/mess/includes/dccons.h
+++ b/src/mess/includes/dccons.h
@@ -30,8 +30,8 @@ public:
inline int decode_reg32_64(UINT32 offset, UINT64 mem_mask, UINT64 *shift);
READ64_MEMBER( dc_mess_gdrom_r );
WRITE64_MEMBER( dc_mess_gdrom_w );
- READ64_MEMBER( dc_mess_g1_ctrl_r );
- WRITE64_MEMBER( dc_mess_g1_ctrl_w );
+ READ32_MEMBER( dc_mess_g1_ctrl_r );
+ WRITE32_MEMBER( dc_mess_g1_ctrl_w );
private:
UINT64 PDTRA, PCTRA;