Skip to content

Commit

Permalink
win32 build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xrip committed Dec 2, 2023
1 parent 14d244a commit 145f73e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,6 @@ else ()
#ROM_DRIVE_B=1

DMA_8237
SWAP_BLOCK_1k
)

#[[ add_custom_command(TARGET ${PROJECT_NAME} POST_BUILD
Expand Down
2 changes: 1 addition & 1 deletion src/ram_page.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define VIDEORAM_END32 0xBFFFFul

#define VIDEORAM_SIZE (VIDEORAM_END32 - VIDEORAM_START32)

#define SWAP_BLOCK_4k
// --- select only one of 'em
#ifdef SWAP_BLOCK_1k
#define RAM_PAGE_SIZE_KB 1ul
Expand Down

0 comments on commit 145f73e

Please sign in to comment.