-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmos350r.s65
31 lines (25 loc) · 823 Bytes
/
mos350r.s65
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
.include "src/hardware.s65"
.include "src/mos_workspace.s65"
.include "src/refresh.s65"
; Refreshed MOS 3.50 (Master 128)
version=350
includeTerminalROM=false
versionString=refreshVersionString("3.50")
defaultMODE=7
includeStarX=false
correctlyHandleMissingTubeRelocationBitmap=true
assumedRTCCenturyBCD=$20
fasterTubeRelocation=true
fasterOSWRCH=true
tubeHostBrkAndIdleInMainRAM=true
*=$8000
.dsection utils
.cwarn *>$c000,'Terminal ROM is too large'
*=$c000
.dsection mos
.section utils
.include "src/terminal.s65"
.endsection
.section mos
.include "src/mos.s65"
.endsection