Module: Unicorn

Extended by:
UnicornBind
Defined in:
lib/unicorn/unicorn.rb,
lib/unicorn/version.rb

Defined Under Namespace

Classes: Emulator, Region, Section

Constant Summary collapse

NDS_REGIONS =
[
  Region.new(0x1ff8000, 32*1024),      # ITCM         -> 32KB
  Region.new(0x2000000, 4*1024*1024),  # Main memory  -> 4MB
  Region.new(0x4000000, 64*1024*1024), # I/O and VRAM -> 64MB
  Region.new(0xffff000, 32*1024)       # BIOS         -> 32KB
].freeze
Sect =
Section
Emu =
Emulator
VERSION =
"2.1.4"

Constants included from UnicornBind

UnicornBind::REG_ID