Difference between revisions of "Memory Map"

From Intellivision Wiki
Jump to: navigation, search
(Additional Memory Aliases)
(Official Memory Map)
Line 1: Line 1:
 
==Official Memory Map==
 
==Official Memory Map==
The &quot;official&quot; memory map published by Mattel is included below.<br/>
+
The &quot;official&quot; memory map published by Mattel is included below. Note that the Intellivision was an NMOS-based system, so any memory locations that were not expilcitly mapped to a hardware unit of some sort returned all ones (1), resulting in a 16-bit value of $FFFF.<br/>
  
 
<table border width=80%>
 
<table border width=80%>

Revision as of 00:29, 11 January 2005

Official Memory Map

The "official" memory map published by Mattel is included below. Note that the Intellivision was an NMOS-based system, so any memory locations that were not expilcitly mapped to a hardware unit of some sort returned all ones (1), resulting in a 16-bit value of $FFFF.

Memory RangeAccessibilityDevice
$0000-$003FRW, VBlank Period 1STIC Registers
$0100-$01EFRWScratchpad RAM
$01F0-$01FFRWPSG Registers
$0200-$035FRWSystem RAM
$1000-$1FFFRExecutive ROM
$3000-$37FFR, VBlank Period 2Graphics ROM
$3800-$39FFRW, VBlank Period 2Graphics RAM

Additional Memory Aliases

Note that the official memory map shown above is actually incomplete, due to the fact that the STIC and the Graphics RAM chip incompletely decoded addresses that were placed on the address bus.

Memory RangeAccessibilityDevice
$3A00-$3BFFRW, VBlank Period 2Graphics RAM
$3C00-$3DFFRW, VBlank Period 2Graphics RAM
$3E00-$3FFFRW, VBlank Period 2Graphics RAM
$4000-$403FW, VBlank Period 1STIC Registers
$7800-$79FFW, VBlank Period 2Graphics RAM
$7A00-$7BFFW, VBlank Period 2Graphics RAM
$7C00-$7DFFW, VBlank Period 2Graphics RAM
$7E00-$7FFFW, VBlank Period 2Graphics RAM
$8000-$803FW, VBlank Period 1STIC Registers
$B800-$B9FFW, VBlank Period 2 Graphics RAM
$BA00-$BBFFW, VBlank Period 2 Graphics RAM
$BC00-$BDFFW, VBlank Period 2 Graphics RAM
$BE00-$BFFFW, VBlank Period 2 Graphics RAM
$C000-$C03FW, VBlank Period 1STIC Registers
$F800-$F9FFW, VBlank Period 2 Graphics RAM
$FA00-$FBFFW, VBlank Period 2 Graphics RAM
$FC00-$FDFFW, VBlank Period 2 Graphics RAM
$FE00-$FFFFW, VBlank Period 2 Graphics RAM