diff --git a/code/boot/src/boot.s b/code/boot/src/boot.s index 106b96d..94f875c 100644 --- a/code/boot/src/boot.s +++ b/code/boot/src/boot.s @@ -2,7 +2,7 @@ ; Copyright (c) 2024 Amber Zeller, Gale Faraday ; Licensed under MIT -INCLUDE "hardware.inc" + INCLUDE "src/hardware.inc" ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;