Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kernal/dlgbox/dlgbox1b.s
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
.import DBDoVARSTR
.import DBDoTXTSTR
.import DBDoIcons
.ifdef wheels
.ifdef wheels_fixes
.import DoESC_RULER
.endif

Expand Down
4 changes: 3 additions & 1 deletion kernal/dlgbox/dlgbox1e2.s
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,11 @@
.global DBIcOPEN
.global DBKeyVector

.ifdef wheels
.ifdef wheels_size
.global DBKeyVector2
.global DBStringFaultVec2
.endif
.ifdef wheels
.global DoKeyboardShortcut
.endif

Expand Down
2 changes: 1 addition & 1 deletion kernal/dlgbox/dlgbox1g.s
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
.include "kernal.inc"
.include "c64.inc"

.ifdef wheels
.ifdef wheels_size
.import StringGetNext
.import DBStringFaultVec2
.endif
Expand Down
6 changes: 4 additions & 2 deletions kernal/dlgbox/dlgbox1h.s
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@
.import GetString
.import PutString

.ifdef wheels_size
.import DBKeyVector2
.endif
.ifdef wheels
.import SetupRAMOpCall
.import RstrKernal
.import GetFEntries
.import GetNewKernal
.import DBKeyVector2
.import FetchRAM
.import CopyString
.endif
Expand All @@ -49,7 +51,7 @@
.global DBDoTXTSTR
.global DBDoVARSTR

.ifdef wheels
.ifdef wheels_size
.global StringGetNext
.endif

Expand Down
4 changes: 3 additions & 1 deletion kernal/files/files1a2a.s
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ Add2:
sta r6L
bcc @1
inc r6H
@1: rts
@1:
Add2_return:
rts
.else
AddVW 2, r6
Add2_return:
Expand Down
2 changes: 1 addition & 1 deletion kernal/process/process2.s
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
.import TimersCMDs
.import NumTimers

.ifdef wheels
.ifdef wheels_size
.import EnableProcess
.endif

Expand Down
2 changes: 1 addition & 1 deletion kernal/process/process3a.s
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
.import _DoExecDelay
.import _RemoveDelay

.ifdef wheels
.ifdef wheels_size
.import UnfreezeProcess
.import UnblockProcess
.endif
Expand Down