Files
GBBS/Source/Config/Make.S
paulhlee1967 283aed9b85 Various Bugfixes
SOURCE - ACOS
-----------------
ACOS.LOAD.S                   FIXED (output ACOS instead of ACOS.SYSTEM)
EQUATES.S                       FIXED Top of Screen Stats
DRVSPEC.S                       UPDATED DRIVE SPECIFIERS
CMD2.S                             FIXED (year leading 20 vs 19)

SOURCE - CONFIG
-------------------
INIT.S                                  COSMETIC
MAKE.S                               CONFIG.SYSTEM all caps

SYSTEM FILES
---------------
40 Col Menu                       COSMETIC

Downloads  (HLP.XFER, D1, D1.1, D1.2, D1.3, D1.4) now included.  Somewhere between 1.0 and 1.3 these got removed, but the code still exists to use them.  Better to have them in there for those that want to use the built in transfer routines.

SEGMENTS
------------
LOGON.SEG
                     get.time routine now works for both 12 and 24 hour clocks
                    "tomarrow" spelling error
                    Unclosed Quote
MSG.SEG
                      Fixed to use X.UP/X.DN (somewhere along the way in 2.x this got updated to use protocol.up and protocol.down - these are "better" externals but only work with 128K machines. X.UP/X.DN work with II plus as well)
2021-07-16 09:19:11 -07:00

43 lines
906 B
ArmAsm

org $2000 ; org to where you want it
typ $ff
LKV $00
link rel/config
link rel/initstr
link modems/rel/nullmdm
link modems/rel/cat103
link modems/rel/cat212
link modems/rel/mm2
link modems/rel/ssc
link modems/rel/gsport1
link modems/rel/gsport2
link modems/rel/gsport1.hst
link modems/rel/gsport2.hst
link modems/rel/ultra1
link modems/rel/ultra2
link modems/rel/singlespd
link modems/rel/multispd
link modems/rel/nocar
link video/rel/apple40
link video/rel/apple80
link video/rel/apple40pl
link video/rel/videx
link clocks/rel/gsclock
link clocks/rel/null
link clocks/rel/thunder
link clocks/rel/serialpro
link clocks/rel/iicsys
link clocks/rel/versa
link clocks/rel/noslot
link clocks/rel/prodos
link clocks/rel/mountain
link clocks/rel/ultra
link printers/rel/null
link printers/rel/parallel
link printers/rel/serial
link printers/rel/grappler
sav CONFIG.SYSTEM