summaryrefslogtreecommitdiffstatshomepage
path: root/src/devices/cpu/m6800/m6801.h
diff options
context:
space:
mode:
author hap <happppp@users.noreply.github.com>2020-05-09 17:15:46 +0200
committer hap <happppp@users.noreply.github.com>2020-05-09 17:15:46 +0200
commit524439907ac49927d6310e8d4c4ec43841bc47a2 (patch)
tree3c7f716fb7e73815b19b2ee700b83742ac4f2d93 /src/devices/cpu/m6800/m6801.h
parent97879948c2b6e5800447b0255039d3176b6ad7ae (diff)
6801: tcsr upper 3 bits are read-only (nw)
Diffstat (limited to 'src/devices/cpu/m6800/m6801.h')
-rw-r--r--src/devices/cpu/m6800/m6801.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/devices/cpu/m6800/m6801.h b/src/devices/cpu/m6800/m6801.h
index b9d65bb9d02..ecb34ccf65a 100644
--- a/src/devices/cpu/m6800/m6801.h
+++ b/src/devices/cpu/m6800/m6801.h
@@ -91,10 +91,9 @@ protected:
uint8_t p4_data_r();
void p4_data_w(uint8_t data);
-public: // FIXME: psion.cpp accesses this
+protected:
uint8_t tcsr_r();
void tcsr_w(uint8_t data);
-protected:
uint8_t ch_r();
uint8_t cl_r();
void ch_w(uint8_t data);