Skip to content

Commit

Permalink
Merge pull request ghaerr#2048 from tyama501/pc98_nxtetris
Browse files Browse the repository at this point in the history
[nx] Add CONFIG_ARCH_PC98 to ntetris.h to use same HEIGHT as VGA
  • Loading branch information
ghaerr authored Sep 29, 2024
2 parents 2050209 + 77dfb58 commit f36ff2e
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 f36ff2e

Please sign in to comment.