aboutsummaryrefslogtreecommitdiff
path: root/docs/abbreviations.md
diff options
context:
space:
mode:
authorUnavailableDev <ggwildplay@gmail.com>2023-02-22 11:09:16 +0100
committerUnavailableDev <ggwildplay@gmail.com>2023-02-22 11:09:16 +0100
commit936bb51ceba0427aa1a36fcd6398d56a1a99e160 (patch)
tree98f0192011cde1251d38be5573292b5a130e1f1a /docs/abbreviations.md
parentc3b877f0503ce995bd79ed3f4eb74d7370839582 (diff)
parent9b84c25a53b7269228743e398b13c19af505226b (diff)
Merge branch 'dev' of https://github.com/lonkaars/avans-arcade into merge
Diffstat (limited to 'docs/abbreviations.md')
-rw-r--r--docs/abbreviations.md20
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)