diff options
author | 2016-04-27 21:54:19 +0200 | |
---|---|---|
committer | 2016-04-27 21:55:58 +0200 | |
commit | 5607ec442e87d65df36fde30ee5e4dc3a22aee81 (patch) | |
tree | 4f0bdd8d3d820591c111e280973ea52076f02798 /src/devices/cpu/h8/h8s2000.h | |
parent | 04f0d72045f996f3d973ffe456e6d428e5c31626 (diff) |
h8: Add dtc, dma, watchdog (WIP) [O. Galibert]
h8: Fixes, lots of [O. Galibert]
cybiko: Make work a little emore, add v1 flash [O. Galibert]
Diffstat (limited to 'src/devices/cpu/h8/h8s2000.h')
-rw-r--r-- | src/devices/cpu/h8/h8s2000.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/devices/cpu/h8/h8s2000.h b/src/devices/cpu/h8/h8s2000.h index 46712311861..665f272fe5b 100644 --- a/src/devices/cpu/h8/h8s2000.h +++ b/src/devices/cpu/h8/h8s2000.h @@ -16,6 +16,7 @@ #define __H8S2000_H__ #include "h8h.h" +#include "h8_dtc.h" class h8s2000_device : public h8h_device { public: @@ -45,6 +46,9 @@ protected: O(tas_r32ih); O(state_trace); + O(state_dtc); + O(state_dtc_vector); + O(state_dtc_writeback); #undef O }; |