Skip to content

Commit a468a9f

Browse files
committed
Better fix for issue #4
1 parent aeeca3c commit a468a9f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

src/RetailClerk89.X68

+2-10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
; -there are a lot of opportunities to optimize this code
1313
;*******************************************************************************
1414

15+
org $000000
16+
1517
;*******************************************************************************
1618
; constants
1719
;*******************************************************************************
@@ -224,16 +226,6 @@ TrapException:
224226

225227
Resources:
226228
org ROM_ADDR_RESOURCES
227-
;---------------------------------------------------------------------------
228-
; Personal note to vasm 1.8h...
229-
; I really f'ing meant it when I said "org ROM_ADDR_RESOURCES"
230-
; I don't know why you ignored it the first time so here it is again.
231-
; Did you think I was joking?
232-
; Every other org statement works exactly as expected.
233-
; I don't know what your problem is that you need to be told twice here.
234-
; I assume the change named "Reworked absolute ORG sections" is the issue.
235-
;---------------------------------------------------------------------------
236-
org ROM_ADDR_RESOURCES
237229

238230
;*******************************************************************************
239231
; text

0 commit comments

Comments
 (0)