summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/bus/hp_dio/hp98620.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/devices/bus/hp_dio/hp98620.h')
-rw-r--r--src/devices/bus/hp_dio/hp98620.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/devices/bus/hp_dio/hp98620.h b/src/devices/bus/hp_dio/hp98620.h
index 5ce6baab72e..3a9cfc20ef1 100644
--- a/src/devices/bus/hp_dio/hp98620.h
+++ b/src/devices/bus/hp_dio/hp98620.h
@@ -78,10 +78,10 @@ private:
static constexpr uint16_t REG_1TQ4_CONTROL_START = 1 << 15;
/* registers */
- static constexpr int REG1_1TQ4_ADDRESS_HIGH = 0x200;
- static constexpr int REG1_1TQ4_ADDRESS_LOW = 0x202;
- static constexpr int REG1_1TQ4_TRANSFER_COUNT_HIGH = 0x204;
- static constexpr int REG1_1TQ4_TRANSFER_COUNT_LOW = 0x206;
+ static constexpr int REG1_1TQ4_ADDRESS_LOW = 0x200;
+ static constexpr int REG1_1TQ4_ADDRESS_HIGH = 0x202;
+ static constexpr int REG1_1TQ4_TRANSFER_COUNT_LOW = 0x204;
+ static constexpr int REG1_1TQ4_TRANSFER_COUNT_HIGH = 0x206;
static constexpr int REG1_1TQ4_CONTROL = 0x208;
static constexpr int REG1_1TQ4_STATUS = 0x20a;