From WikiTemp, the GBAtemp wiki
(S)
Line 9: Line 9:
  
 
;.3ds file
 
;.3ds file
:Standard file format for 3DS ROMs.
+
:Unofficial format used for 3DS ROMs as well as GateWay-compatible homebrew.
  
 
;.3dsx file
 
;.3dsx file
:A file used for 3DS homebrew. The "x" stands for executable.
+
:The main format used for 3DS homebrew applications. The "x" stands for executable.
  
 
;.3dz file
 
;.3dz file
Line 22: Line 22:
  
 
;ARM9
 
;ARM9
:One of the processor cores of the 3DS. Runs a process called "Process9", which uses the kernel to run commands for ARM11.
+
:One of the processors of the 3DS. This is the secondary single core processor. Runs a process called "Process9", which uses the kernel to run commands for ARM11. Used for NDS backwards compatibility. Also responsible for the initial boot, encryption/decryption, and all signature checks.
  
 
;ARM11
 
;ARM11
:One of the processor cores of the 3DS.
+
:One of the processors of the 3DS. This is the primary dual core (quad core on the new3DS) processor of the system, and handles most tasks. One of the cores is used solely for the Operating System of the console, while the other(s) performs all other tasks.  
  
 
== B ==
 
== B ==
Line 47: Line 47:
 
:A popular programming language that started as an extension of the C language (hence the name, which means C+1 in C). Like C, it has a wide variety of purposes.
 
:A popular programming language that started as an extension of the C language (hence the name, which means C+1 in C). Like C, it has a wide variety of purposes.
  
;.cia file
+
;CIA
:Internal format used as a generic data container (similar to WADs on the Wii). Needs to be installed on the 3DS, though it is usually protected so it can only be installed on 1 specific console. Manual installation is done through Dev Menu.
+
:CTR Importable Archive. Internal format used as a generic data container meant to be installed on the 3DS (similar to WADs on the Wii), though it is usually protected so it can only be installed on 1 specific console. Manual installation is normally done through Dev Menu.
  
 
;Cartridge
 
;Cartridge
Line 58: Line 58:
 
;Card2
 
;Card2
 
:A type of Cartridge which does not contain a backup EEPROM/battery to hold game saves. The game progress is stored directly in the same chipset holding the game data, located at the end of the game's data, and can use all of the chipset's remaining free space. When using a Card2 ROM dump with a 3DS flashcart, no external save file is created and the game progress is saved directly into the game image (filename.3ds or filename.3dz).
 
:A type of Cartridge which does not contain a backup EEPROM/battery to hold game saves. The game progress is stored directly in the same chipset holding the game data, located at the end of the game's data, and can use all of the chipset's remaining free space. When using a Card2 ROM dump with a 3DS flashcart, no external save file is created and the game progress is saved directly into the game image (filename.3ds or filename.3dz).
 +
 +
;CCI
 +
:CTR Cart Image. The official format used for ROM images.
 +
 +
;CFA
 +
:CTR File Archive. Contains data relating to a CXI (the main executable). Common examples are the electronic manual and system updates.
  
 
;Citra
 
;Citra
Line 73: Line 79:
 
;Custom Firmware (CFW)
 
;Custom Firmware (CFW)
 
:Firmware that is patched to provide additional features, such as the ability to install CIA files. Most often used in combination with emuNAND.
 
:Firmware that is patched to provide additional features, such as the ability to install CIA files. Most often used in combination with emuNAND.
 +
 +
;CXI
 +
:CTR Executable Image. Contains the executable code for ARM11 (aka the actual game). Is combined with CFAs (data containers) to form a CCI (ROM image).
  
 
== D ==
 
== D ==
Line 101: Line 110:
  
 
;emuNAND
 
;emuNAND
:Emulated NAND. A fake NAND that can be used to simulate the actual NAND (SysNAND) of the console. The advantage is that the EmuNAND can be updated to the latest system menu version while still keeping the console on an old version. Also more resistant to bricks since the EmuNAND can be replaced. Sometimes called "redirected NAND" (redNAND).
+
:Emulated NAND. A fake NAND that can be used to simulate the actual NAND (SysNAND, aka internal flash memory) of the console. The advantage is that the EmuNAND can be updated to the latest system menu version while still keeping the console on an old version. Also more resistant to bricks since the EmuNAND can be replaced. Sometimes called "redirected NAND" (redNAND).
  
 
;eShop
 
;eShop
Line 138: Line 147:
 
== I ==
 
== I ==
 
;IronHax
 
;IronHax
:Exploit in the eShop game ''IronFall: Invasion''.
+
:Exploit for the eShop game ''IronFall: Invasion''.
  
 
== J ==
 
== J ==
Line 181: Line 190:
  
 
;Ninjhax
 
;Ninjhax
:An exploit found in the 3DS game ''Cubic Ninja''. Can be used to execute specific homebrew applications. First released game-based exploit.
+
:An exploit for the 3DS game ''Cubic Ninja''. Can be used to execute specific homebrew applications. First released game-based exploit.
  
 
;Nintendo 2DS
 
;Nintendo 2DS
Line 235: Line 244:
  
 
;[[Sky3DS]]
 
;[[Sky3DS]]
:A 3DS flashcart that works by imitating an actual 3DS game card 1:1. This has the advantage of not needing an exploit, but limits the functionality to that of a regular cart (No Homebrew, EmuNAND etc). Switching between games is done through a physical button on the cart, so people have to cycle through the games one by one. Used to have a 10 games limit, but this was later removed with an updated cart.
+
:A 3DS flashcart that works by imitating an actual 3DS game card 1:1. This has the advantage of not needing an exploit, but limits the functionality to that of a regular cart (No Homebrew, EmuNAND etc). Switching between games is done through a physical button on the cart, so people have to cycle through the games one by one. Used to have a 10 games limit, but this was later removed with an updated "blue button" cart. The old "red button" carts were also given a patch to remove their limit.
  
 
;SKATER
 
;SKATER

Revision as of 18:15, 7 September 2015

Contents: Top - # A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

0–9

3DMoo
An emulator that emulates a 3DS console. Currently limited to certain 3DS homebrew apps.
3DS
See Nintendo 3DS
.3ds file
Unofficial format used for 3DS ROMs as well as GateWay-compatible homebrew.
.3dsx file
The main format used for 3DS homebrew applications. The "x" stands for executable.
.3dz file
Modified 3DS ROM with an injected header to allow for online play.

A

Alpha
A term given to software very early in development, before it becomes a beta form (See Beta).
ARM9
One of the processors of the 3DS. This is the secondary single core processor. Runs a process called "Process9", which uses the kernel to run commands for ARM11. Used for NDS backwards compatibility. Also responsible for the initial boot, encryption/decryption, and all signature checks.
ARM11
One of the processors of the 3DS. This is the primary dual core (quad core on the new3DS) processor of the system, and handles most tasks. One of the cores is used solely for the Operating System of the console, while the other(s) performs all other tasks.

B

Backup
A loose term used to describe a ROM/ISO that has been extracted from the original cartridge/disc into a single data file on a personal computer for personal use or archival, or the method for doing so. This can be done using various methods depending on what system the cartridge/disc is for. Also known as "dumping/ripping".
Beta
A software that is incomplete, in development or not in its final form. Beta software may contain many known bugs (See Bug).
Bug
An accidental mistake made in the programming of a piece of software (i.e. a video game), that may cause undesired operation or produce errors or worse. A bug can often be fixed or resolved by applying a patch (see Patch).
Bad ROM/dump
A ROM that has been dumped incorrectly, which may cause it to produce errors during execution or may stop it from working as it should. 'Bad Dumps' almost always require the original cartridge to be dumped again properly to produce a good ROM.

C

C
A popular programming language. It is used for a large variety of purposes, including homebrew development.
C++
A popular programming language that started as an extension of the C language (hence the name, which means C+1 in C). Like C, it has a wide variety of purposes.
CIA
CTR Importable Archive. Internal format used as a generic data container meant to be installed on the 3DS (similar to WADs on the Wii), though it is usually protected so it can only be installed on 1 specific console. Manual installation is normally done through Dev Menu.
Cartridge
A plastic casing containing variable content, for example, a PCB containing a game held on ROM including a backup EEPROM/battery to hold the game save. Here, this term is commonly used to describe a 3DS game card or any other device used to slot into the expansion slots of a handheld, even flash kit adapters.
Card1
A type of Cartridge which contains a backup EEPROM/battery to hold game saves. EEPROMs that hold game saves have a specific size (256KB and 512KB); games requiring more space or faster access are using the Card2 type. When using a Card1 ROM dump with a 3DS flashcart, an external save file is created to save the game progress (filename.sav).
Card2
A type of Cartridge which does not contain a backup EEPROM/battery to hold game saves. The game progress is stored directly in the same chipset holding the game data, located at the end of the game's data, and can use all of the chipset's remaining free space. When using a Card2 ROM dump with a 3DS flashcart, no external save file is created and the game progress is saved directly into the game image (filename.3ds or filename.3dz).
CCI
CTR Cart Image. The official format used for ROM images.
CFA
CTR File Archive. Contains data relating to a CXI (the main executable). Common examples are the electronic manual and system updates.
Citra
An emulator that emulates a 3DS console. Mostly used for 3DS homebrew for now. The first emulator to get a 3DS game (Ocarina of Time 3D) working.
Clean Dump
A ROM dump (commonly referring to NDS ROMs), that has not been modified from its original form on the cartridge.
Crash
A unexpected fault (bug) in a software that will cause it to halt immediately. A crashed piece of software can not be recovered and must be re-started.
Crack
An unofficial patch released by an individual or group which is meant to be applied to a piece of software to remove certain restrictions, features, or anti-piracy techniques. For example, a time restriction on an official demo piece of software.
Custom Firmware (CFW)
Firmware that is patched to provide additional features, such as the ability to install CIA files. Most often used in combination with emuNAND.
CXI
CTR Executable Image. Contains the executable code for ARM11 (aka the actual game). Is combined with CFAs (data containers) to form a CCI (ROM image).

D

Demo
A trial version of a software or game usually released by the developers of the software for promotional purposes. Demo software almost always has restrictions such as a time limit, lack of features or the inability to perform certain functions.
devkitARM
A port of the GNU Compiler Collection (GCC), which includes compilers for C and C++ and related utilities. Used to compile code for ARM processors.
devkitPro
A collection of toolchains used for homebrew development.
Dev Menu (dEVMEN)
A special 3DS application used by developers only. It has various functions, such as installing .cia files. Normally only available on 3DS development consoles.
Downgrade
The opposite of an upgrade: reverting to an older system menu version.
Download Play
A system in the DS and 3DS that allows part of certain games to be "downloaded" to another (3)DS console. Allows for single-cartridge multiplayer, but is usually more limited than multi-cart multiplayer.
Dump
Synonym of ROM. The term "dumping" is a method of backing up an original cartridge to a PC. (See Backup).

E

Emulator
A program for the computer that allows ROMs to be played on the computer. It "emulates" a system.
emuNAND
Emulated NAND. A fake NAND that can be used to simulate the actual NAND (SysNAND, aka internal flash memory) of the console. The advantage is that the EmuNAND can be updated to the latest system menu version while still keeping the console on an old version. Also more resistant to bricks since the EmuNAND can be replaced. Sometimes called "redirected NAND" (redNAND).
eShop
An online store for the Nintendo 3DS and Wii U where digital games, demos, and other things can be downloaded.
Exploit
A piece of software designed to take advantage of a flaw in a system to run unauthorized code.

F

Firmware
The code that a device runs from. A device which allows for firmware upgrades means that a new version of the device doesn't need to be bought to get new features.
Flash Memory
Storage space that is stored on a chip instead of a disk that must be read like a harddrive. Contains no moving parts. Can be used either as internal memory like the DS, or can be used as a portable storage device like thumb drives or SD cards.

G

Gateway 3DS
A 3DS flash cart, notable for being the first to support 3DS ROMs. Comes with a blue cart (an R4 clone) which is used to run an exploit which enables the primary red cart. The red cart is then used to run EmuNAND and play 3DS ROMs.
Good ROM/dump
this term was originally used for ROMs that were validated by the GoodTools. But we sometimes also use this term for ROMs that are in the scene release lists if their CRC match.
GUI
Acronym for "Graphical User Interface". Basically means there is more than text on the screen.

H

Hack
modification of a file or a system. For example, a 'ROM hack' means a 'modified ROM'.
Homebrew
A homebrew application is an unofficial application programmed by hobby coders.
Home Menu
The main menu of the 3DS, seen when the console is launched. From here, games and other applications can be launched. It can be accessed at any time through the Home button on the console. Later system menu versions allow users to change the theme of the menu.

I

IronHax
Exploit for the eShop game IronFall: Invasion.

J

K

L

LAN
Acronym for "Local Area Network". Connects a small, local areas together.
LCD
Acronym for "Liquid Crystal Display". Uses a smaller amount of power making it suitable for battery powered devices.
Li-On
See Lithium-Ion.
Lithium-Ion
A commonly used battery for electronics. It usually comes as a flat rectangle. It does not suffer from the memory effect.

M

Micro SD
An even smaller version of the SD card. About half the size of a mini SD and about a quarter of the size of a normal SD card. Can hold just as much data as a normal SD card.
Mini SD
A smaller version of the SD card. About half the size of a normal SD card. Can hold just as much data as a normal SD card.
MPO
An image format used by the 3DS to store 3D image. The file essentially contains multiple JPG files (2 for the 3DS), which can be extracted if needed.
MT-Card
A 3DS flashcart. Clone of the Gateway 3DS.

N

NAND
Type of flash memory that is used by the Nintendo 3DS as internal storage. Sometimes also used to refer to the contents of the storage.
new Nintendo 3DS
An updated model of the Nintendo 3DS which has double memory, improved screens, a second analog stick, and more. There is also the new Nintendo 3DS XL as an updated version of the regular XL, although the screens of the normal version are slightly larger to begin with.
NFO
NFO, an abbreviation of "info". "NFO" files are ASCII (See ASCII) text files with the filename extension ".nfo". These are commonly found alongside pirate (See Piracy) software releases by individuals or groups. They contain information about the release and other useful and useless information.
Ninjhax
An exploit for the 3DS game Cubic Ninja. Can be used to execute specific homebrew applications. First released game-based exploit.
Nintendo 2DS
A revised Nintendo 3DS that adapts a revised form factor and drops support for 3D. Mostly intended for younger children who are more likely to drop the console and are harmed by the 3D effect. Was only released in North America and Europe.
Nintendo 3DS
The latest handheld from Nintendo. The first handheld to display 3D pictures without needing 3D glasses.
Nintendo 3DS XL
A revised, larger version of the Nintendo 3DS. Features a 90% larger screen than the original, a larger battery, and several other improvements. Known as the 3DS LL in Japan.
Nintendo Network
A network of servers by Nintendo used for online play.
Nintendo Network ID (NNID)
An unique ID used by people to identify on the Nintendo Network. Intended to replace the older friend codes system. Can only be used on 1 Nintendo 3DS console at a time.

O

Opera
A brand of Web Browser. The DS and Wii Web Browsers are powered by Opera.

P

Patch
When a large program is released that has a bug, a patch is usually released instead of having the user download the whole program again. The patch is then applied to the existing data and fixes the bug.
Piracy
The act of illegally acquiring copyrighted materials, by downloading it from the internet without permission of the author.
Pirate
One who engages in piracy.

Q

R

Release Group
A group that releases ROMs on the internet. A group is given credit to a ROM when they release it.
ROM
Acronym of "Read-only memory". A ROM is a piece of flash memory that contains permanently stored data that cannot be added to, modified or removed. The term ROM is also used to describe a ROM from, for example a game cartridge that has been extracted and backed up to a single file on a PC. This method of extraction can also be referred to as "dumping" and the end file is commonly called a "dump".
ROP loader
A piece of software used to load a ROP chain. See Return-oriented programming

S

SD Card
Acronym for Secure Digital cards. It is a flash memory card format used in the 3DS and several other portable devices.
SDHC
SD High Capacity. Refers to SD cards that are larger than 2GB, up to 32GB.
SDXC
SD eXtended Capacity. Refers to SD cards that are larger than 32GB, up to 2TB. The 3DS supports SDXC cards up to 128GB if formatted as FAT32.
Sky3DS
A 3DS flashcart that works by imitating an actual 3DS game card 1:1. This has the advantage of not needing an exploit, but limits the functionality to that of a regular cart (No Homebrew, EmuNAND etc). Switching between games is done through a physical button on the cart, so people have to cycle through the games one by one. Used to have a 10 games limit, but this was later removed with an updated "blue button" cart. The old "red button" carts were also given a patch to remove their limit.
SKATER
Code name for the web browser of the new Nintendo 3DS.
.smdh file
File format that stores an icon for a homebrew app or cia.
spider
Code name for the web browser of the (non-new) Nintendo 3DS.
sysNAND
The internal NAND (flash memory) of the 3DS console. Stores things like the System menu and settings.
System Menu
The menu used on the 3DS.

T

Trim
"Trimming" means to remove "dummy data" from a ROM file in order to decrease the file size. Contrary to how the majority of people think it works. It simply does not compress the ROM in any way. It's just a method of removing dummy (garbage/filler) data from the file which can be anything from a few KB to a few MB.
TronDS
An emulator that emulates a 3DS console.

U

USB
Acronym for "Universal Serial Bus". A connection interface that is now the most common used amongst external computer peripherals, including MP3 players, external hard drives, keyboards and mice. USB is widely used because of its simple connection, easy to use socket, its data transfer speeds and its "plug 'n' play" reliability. Many GBA flash kits use USB.

V

VC
Acronym for "Virtual Console". A service on the Nintendo Wii offering you to download old console games to be played from their own channel in the Wii menu.

W

Wi-Fi
Short for "Wireless fidelity". Wi-Fi is a type of wireless LAN (see LAN). This makes it possible for a Wi-Fi enabled device, such as the Nintendo DS, to access an internet connection shared via a wireless LAN without any additional wires or connections. See also: Nintendo Wi-Fi Connection.
WFC
See Nintendo Wi-Fi Connection.

X

XORPad
A generic file used to decrypt 3DS games. The file is "XORed" with the original encrypted ROM (.3ds/.3dz) to create the unencrypted ROM (.cia)

Y

Z