[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ultima & Mockingboards on each of the Apples
Great Hierophant wrote:
> I wonder if Ultima V would work in an Apple II/II+ with an Apple II
> Memory Expansion Card. It is memory mapping is different from the
> Apple IIe's extended RAM, but it seems more straightforward to use (the
> manual on http://www.turbo-2.com/apple/ isn't very helpful, however.)
You need the technical manual rather than the user manual. You can
either talk directly to the hardware using the 4 addresses $C0m0..C0m3
(the first 3 are a 20 bit address and the last byte is a data port -
each time you read or write the data port the address auto-increments.
Alternatively, you can use the SmartPort interface and use the READ and
WRITE commands (to either Main or Aux RAM).