Property | Defined By | ||
---|---|---|---|
$ : MMU [static] | MMU | ||
BGPAL : Vector.<uint> | MMU | ||
CPU_MEM_BANK : Vector.<MMUBank> | MMU | ||
CRAM : Vector.<uint> | MMU | ||
DRAM : Vector.<uint> | MMU | ||
ERAM : Vector.<uint> | MMU | ||
onReadPPUport : Function | MMU | ||
onWritePPUport : Function | MMU | ||
PROM : ByteArray | MMU | ||
RAM : Vector.<uint> | MMU | ||
SPPAL : Vector.<uint> | MMU | ||
SPRAM : Vector.<uint> | MMU | ||
VRAM : Vector.<uint> | MMU | ||
VROM : ByteArray | MMU | ||
WRAM : Vector.<uint> | MMU |
$ | property |
public static var $:MMU
BGPAL | property |
public var BGPAL:Vector.<uint>
CPU_MEM_BANK | property |
public var CPU_MEM_BANK:Vector.<MMUBank>
CRAM | property |
public var CRAM:Vector.<uint>
DRAM | property |
public var DRAM:Vector.<uint>
ERAM | property |
public var ERAM:Vector.<uint>
onReadPPUport | property |
public var onReadPPUport:Function
onWritePPUport | property |
public var onWritePPUport:Function
PROM | property |
public var PROM:ByteArray
RAM | property |
public var RAM:Vector.<uint>
SPPAL | property |
public var SPPAL:Vector.<uint>
SPRAM | property |
public var SPRAM:Vector.<uint>
VRAM | property |
public var VRAM:Vector.<uint>
VROM | property |
public var VROM:ByteArray
WRAM | property |
public var WRAM:Vector.<uint>
MMU | () | Constructor |
public function MMU()
reset | () | method |
public function reset(ram:int = 0, clearWRAM:Boolean = false):void
Parameters
ram:int (default = 0 )
| |
clearWRAM:Boolean (default = false )
|