diff options
author | 2020-01-07 00:23:47 -0500 | |
---|---|---|
committer | 2020-01-07 00:23:56 -0500 | |
commit | a708e8f80d160cf5f78ab77717edce4f8c1b4d27 (patch) | |
tree | 7701a157c697bc355a26758daa96a9b25f50f3ef /src/devices/cpu/rx01/rx01.h | |
parent | 2645475b752919e2c6891ee35f0a4c4493336f36 (diff) |
rx01: Add CRC shifter (nw)
Diffstat (limited to 'src/devices/cpu/rx01/rx01.h')
-rw-r--r-- | src/devices/cpu/rx01/rx01.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/devices/cpu/rx01/rx01.h b/src/devices/cpu/rx01/rx01.h index ab1cbc123c8..303a1d10f8f 100644 --- a/src/devices/cpu/rx01/rx01.h +++ b/src/devices/cpu/rx01/rx01.h @@ -46,6 +46,7 @@ private: // internal helpers u8 mux_out(); bool test_condition(); + void shift_crc(bool data); // address spaces address_space_config m_inst_config; |