From 88949a5b47798b3c82851c31b6f801e4fb8ca06f Mon Sep 17 00:00:00 2001 From: Olivier Galibert Date: Thu, 4 Jun 2015 21:42:58 +0200 Subject: memory: Remove support for decrypted bases, use an address space instead [O. Galibert] --- docs/m6502.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/m6502.txt b/docs/m6502.txt index c4517a4329a..d09954719bd 100644 --- a/docs/m6502.txt +++ b/docs/m6502.txt @@ -233,8 +233,8 @@ subclass has been created. It's called memory_interface, declared in m6502_device, and provides the following accessors: - UINT8 read(UINT16 adr) - normal read -- UINT8 read_direct(UINT16 adr) - direct read -- UINT8 read_decrypted(UINT16 adr) - decrypted data read +- UINT8 read_sync(UINT16 adr) - opcode read with sync active (first byte of opcode) +- UINT8 read_arg(UINT16 adr) - opcode read with sync inactive (rest of opcode) - void write(UINT16 adr, UINT8 val) - normal write - UINT8 read_9(UINT16 adr) - special y-indexed 6509 read, defaults to read() -- cgit v1.2.3-70-g09d2