-
Notifications
You must be signed in to change notification settings - Fork 2
/
idepa106.fil
34 lines (25 loc) · 1.47 KB
/
idepa106.fil
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
;*******************************************************************************
;* IDE Autoboot: Allows TOS 1.06 to boot from IDE master 0.
;* Copyright (c) 2021, Christian Zietz <[email protected]>
;* Command file for TOSPATCH.TTP.
;*******************************************************************************
;* TOS 1.06 settings
.BASE = E00000 ;TOS ROM address (TOS 1.06: $E00000)
.LENGTH = 40000 ;TOS length (TOS 1.06: $40000)
.WIDTH = .16 ;TOS ROM width (TOS 1.06: .16)
;*******************************************************************************
;* Input file
<TOS106DE.IMG ;Read unpatched TOS 1.06 from this file <=== MODIFY
;<* ;Read ROM from the Atari. <=== UNCOMMENT IF WANTED
=29.07.1989 ;Only accept TOS ROM with this date
;*******************************************************************************
;* Output file(s)
>1 ; single TOS ROM image file (TOS.IMG). <=== MODIFY AS NEEDED
;>2 ; 2 TOS ROM image files (TOS.LO/HI). <=== MODIFY AS NEEDED
;>6 ; 6 TOS ROM image files (TOS.LO?/HI?). <=== MODIFY AS NEEDED
;****************** DO NOT MODIFY ANYTHING BELOW THIS LINE ;********************
;*******************************************************************************
;* IDE Autoboot
572 $4E,B9,3FE26+.BASE.L,4E,71 ; JSR ideboot. NOP.
A82 $3FE00+.BASE.L ; dmaread into disp. table
3FE00 IDEBOO16.BIN ; the actual code