-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathtop_SWMMFS+.asm
23 lines (20 loc) · 942 Bytes
/
top_SWMMFS+.asm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
INCLUDE "DEVICE.asm"
_MASTER_=FALSE ; Master version
_ELECTRON_=FALSE ; Electron version
_SWRAM_=TRUE ; Sideways RAM Version (NB: this and _BP12K_ both TRUE)
_BP12K_=TRUE ; B+ private RAM version
_ROMS_=TRUE ; Include *ROMS command (i.e. No DFS or 8271 DFS)
_COMMANDS_=TRUE ; Include normal DFS commands (*COPY etc)
_UTILS_=TRUE ; Include utilites (*DUMP etc.) (i.e. No DFS)
_TUBEHOST_=TRUE ; Include Tube Host (i.e. no DFS or DFS 0.90)
_TUBE_BASE=&FEE0 ; Base Address of Tube
_LARGEFILES=TRUE ; true = enable long (>64K) file support
_DEBUG=FALSE ; true = enable debugging of service calls, etc
_DEBUG_MMC=FALSE ; true = enable debugging of MMC initialization
_DFS_EMUL=TRUE ; true = use DFS filesystem number + handles
MACRO BASE_NAME
EQUS "Model B+ "
SYSTEM_NAME
EQUS " 12K"
ENDMACRO
INCLUDE "mmfs100.asm"