summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
author AJR <ajrhacker@users.noreply.github.com>2020-02-12 12:04:40 -0500
committer AJR <ajrhacker@users.noreply.github.com>2020-02-12 12:04:40 -0500
commitc12bb83e1107b1e85bb3103e0ee5ac34efb7578a (patch)
tree7e0d93b69e8eaa58cadbe047c927f805e6953bd1
parent9ce46c7cd54200d2896bdd7ad10ee31201b63985 (diff)
upd78k2: Fix register order (nw)
-rw-r--r--src/devices/cpu/upd78k/upd78k2.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/devices/cpu/upd78k/upd78k2.h b/src/devices/cpu/upd78k/upd78k2.h
index e059bf1cb81..db094d03146 100644
--- a/src/devices/cpu/upd78k/upd78k2.h
+++ b/src/devices/cpu/upd78k/upd78k2.h
@@ -21,11 +21,12 @@ class upd78k2_device : public cpu_device
{
public:
enum {
- UPD78K2_PC, UPD78K2_PSW, UPD78K2_RBS, UPD78K2_SP,
+ UPD78K2_PC,
+ UPD78K2_PSW, UPD78K2_RBS, UPD78K2_SP,
UPD78K2_AX, UPD78K2_BC,
UPD78K2_DE, UPD78K2_HL,
UPD78K2_X, UPD78K2_A, UPD78K2_C, UPD78K2_B,
- UPD78K2_D, UPD78K2_E, UPD78K2_H, UPD78K2_L
+ UPD78K2_E, UPD78K2_D, UPD78K2_L, UPD78K2_H
};
// TODO: callbacks and configuration thereof