aboutsummaryrefslogtreecommitdiff
path: root/src/ppu/consts.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ppu/consts.h')
-rw-r--r--src/ppu/consts.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ppu/consts.h b/src/ppu/consts.h
index 0e8fba4..a27b7b7 100644
--- a/src/ppu/consts.h
+++ b/src/ppu/consts.h
@@ -18,9 +18,9 @@
#define HH_PPU_SCREEN_WIDTH 320
/** @brief screen height in pixels */
#define HH_PPU_SCREEN_HEIGHT 240
-/** @brief amount of horizontal backgorund tiles on background canvas */
+/** @brief amount of horizontal background tiles on background canvas */
#define HH_PPU_BG_CANVAS_TILES_H 40
-/** @brief amount of vertical backgorund tiles on background canvas */
+/** @brief amount of vertical background tiles on background canvas */
#define HH_PPU_BG_CANVAS_TILES_V 30
#include "ppu/types.h"