diff options
Diffstat (limited to 'docs/abbreviations.md')
| -rw-r--r-- | docs/abbreviations.md | 20 | 
1 files changed, 20 insertions, 0 deletions
| diff --git a/docs/abbreviations.md b/docs/abbreviations.md new file mode 100644 index 0000000..76bd046 --- /dev/null +++ b/docs/abbreviations.md @@ -0,0 +1,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) |