blob: 76bd046791960979e41e183a6c8785808a4b3401 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# List of abbreviations
- MSB (most significant bit)
- LSB (least significant bit)
- DMA (direct memory access)
- LUT (lookup table)
- RAM (random access memory)
- PPU (picture processing unit)
- NES (Nintendo entertainment system)
- OAM (object attribute memory)
- TMM (tilemap memory)
- BAM (background attribute memory)
- FAM (foreground attribute memory)
- PAL (palette memory)
- AUX (auxiliary memory)
- HUD (heads-up display)
- APU (audio processing unit)
- PWM (pulse width modulation)
- ADSR (attack, decay, sustain, release)
- CPU (central processing unit)
|