mirror of
https://github.com/cc65/cc65.git
synced 2026-04-26 13:18:31 +00:00
Much better approach for ProDOS 8 IO-buffer custom implementations - the first one was actually kind of stupid.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4155 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -114,7 +114,6 @@ EOF_COUNT = 2
|
||||
.global mliparam
|
||||
.global callmli
|
||||
|
||||
ENTRY := $BF00 ; MLI call entry point
|
||||
DEVNUM := $BF30 ; Most recent accessed device
|
||||
DATELO := $BF90 ; Bits 15-9 = Year, 8-5 = Month, 4-0 = Day
|
||||
TIMELO := $BF92 ; Bits 12-8 = Hour, 5-0 = Minute
|
||||
|
||||
Reference in New Issue
Block a user