-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathtop_EMMFS.asm
23 lines (20 loc) · 944 Bytes
/
top_EMMFS.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_=TRUE ; Electron version
_SWRAM_=FALSE ; Sideways RAM Version
_BP12K_=FALSE ; B+ private RAM version
_ROMS_=FALSE ; 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)
_VIA_BASE=&FCB0 ; Base Address of 6522 VIA
_TUBE_BASE=&FCE0 ; 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 "Electron "
SYSTEM_NAME
ENDMACRO
INCLUDE "mmfs100.asm"