Sentinel65X-Handbook/CPU.md

1.3 KiB

Table of Contents

CPU

Sentinel 65X uses the WDC W65C265S CPU from Western Design Center as its main processor.

Features

  • Support for all 65C02 and 65C816 opcodes
  • Non-multiplexed 24-bit address bus
  • 8-bit data bus
  • 7 pre-decoded chip select outputs
  • 16MB linear address space
  • 29 priority-encoded vectored interrupts
  • 8 timer/counters

Address Bus

The 24-bit address bus in the W65C265S, unlike that of the W65C816S, is not multiplexed -- no external logic is required to separate the address signals from the data bus.

Additionally, the seven built-in chip selects are hard-wired to decode specific memory regions. The address decoding logic provided by the CPU is supplemented in Sentinel 65X by an ATF22LV16 programmable logic device, which handles essential glue logic functions not provided by the CPU itself.

See the section on memory management for details on address decoding.

Logic Levels

All logic signals on Sentinel 65X are specified as CMOS-compatible, 3.3V VCC.

References