Skip to content

Commit

Permalink
z80: make sure z80/z180 includes work for banked and thunked too
Browse files Browse the repository at this point in the history
  • Loading branch information
EtchedPixels committed Jun 26, 2024
1 parent ef50307 commit 6927f7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Kernel/cpu-z80/lowlevel-z80-banked.s
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
.globl _udata
.globl _doexit

.include "build/kernel.def"
.include "cpu-z80/kernel-z80.def"
.include "../build/kernel.def"
.include "../cpu-z80/kernel-z80.def"

; these make the code below more readable. sdas allows us only to
; test if an expression is zero or non-zero.
Expand Down
4 changes: 2 additions & 2 deletions Kernel/cpu-z80/lowlevel-z80-thunked.s
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@
.globl _udata
.globl syscall_platform

.include "build/kernel.def"
.include "kernel-z80.def"
.include "../build/kernel.def"
.include "../cpu-z80/kernel-z80.def"

HIGH
;
Expand Down

0 comments on commit 6927f7e

Please sign in to comment.