Update Memory Management.md

This commit is contained in:
mos_8502 2024-07-04 18:23:51 +02:00
parent b022818c74
commit c1f29cc517
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ In the case of memory regions 2 and 6, if bits 4 and 5 of `PCS7` are both set, a
## Main RAM
Sentinel 65X comes with 2MB of fast static RAM on the board. This memory is available in both 6502 emulation mode (in which only addresses from `0x0000` to `0xffff` are valid) and in 65816 native mode.
Sentinel 65X comes with 2MB of fast static RAM on the board (512KB in the prototypes). This memory is available in both 6502 emulation mode (in which only addresses from `0x0000` to `0xffff` are valid) and in 65816 native mode.
## Main ROM