Added functions to learn about the unit numbers of the ProDOS 8 devices found.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4663 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -115,6 +115,8 @@ EOF_COUNT = 2
|
||||
.global callmli
|
||||
|
||||
DEVNUM := $BF30 ; Most recent accessed device
|
||||
DEVCNT := $BF31 ; Number of on-line devices (minus 1)
|
||||
DEVLST := $BF32 ; Up to 14 units may be active
|
||||
DATELO := $BF90 ; Bits 15-9 = Year, 8-5 = Month, 4-0 = Day
|
||||
TIMELO := $BF92 ; Bits 12-8 = Hour, 5-0 = Minute
|
||||
PFIXPTR := $BF9A ; If = 0, no prefix active
|
||||
|
||||
Reference in New Issue
Block a user