diff options
Diffstat (limited to 'src/devices/cpu/sc61860/scops.hxx')
-rw-r--r-- | src/devices/cpu/sc61860/scops.hxx | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/devices/cpu/sc61860/scops.hxx b/src/devices/cpu/sc61860/scops.hxx index f43d41cf0c3..967d0be6d56 100644 --- a/src/devices/cpu/sc61860/scops.hxx +++ b/src/devices/cpu/sc61860/scops.hxx @@ -6,7 +6,7 @@ * portable sharp 61860 emulator interface * (sharp pocket computers) * - * Copyright Peter Trauner, all rights reserved. + * Copyright Peter Trauner * * History of changes: * 21.07.2001 Several changes listed below were made by Mario Konegger @@ -740,9 +740,8 @@ void sc61860_device::sc61860_exchange_ext(int count) } } -// undocumented -// only 1 opcode working in pc1403 -// both opcodes working in pc1350 +// Documented in PC1350_MachineLanguage: IPXL = CDN, IPXH = CUP +// only 1 opcode working in pc1403 (IPXL, or IPXH?) void sc61860_device::sc61860_wait_x(int level) { int c; |