Skip to content

Commit

Permalink
[nx] Add CONFIG_ARCH_PC98 to ntetris.h to use same HEIGHT as VGA
Browse files Browse the repository at this point in the history
  • Loading branch information
tyama501 committed Sep 29, 2024
1 parent 2050209 commit 77dfb58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elkscmd/nano-X/demos/ntetris.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
#define TEXT_Y_POSITION 15
#define TEXT2_Y_POSITION 30
#define WELL_WIDTH 12
#ifdef CONFIG_HW_VGA
#if defined(CONFIG_HW_VGA) || defined(CONFIG_ARCH_PC98)
#define WELL_HEIGHT 28
#define WELL_VISIBLE_HEIGHT 24
#else
Expand Down

0 comments on commit 77dfb58

Please sign in to comment.