mirror of
https://github.com/cc65/cc65.git
synced 2026-04-25 22:18:27 +00:00
Atari: add support for BW-DOS. Initially contributed by Daniel Serpell.
This commit is contained in:
@@ -67,6 +67,8 @@ ucok1:
|
||||
beq :+
|
||||
cmp #REALDOS
|
||||
beq :+
|
||||
cmp #BWDOS
|
||||
beq :+
|
||||
lda #CHDIR_MYDOS
|
||||
.byte $2C ; BIT <abs>
|
||||
: lda #CHDIR_SPDOS
|
||||
|
||||
Reference in New Issue
Block a user