Atari: add support for BW-DOS. Initially contributed by Daniel Serpell.

This commit is contained in:
Christian Groessler
2018-09-27 17:37:59 +02:00
parent fe7845b5f0
commit 6dc7309e50
6 changed files with 38 additions and 12 deletions

View File

@@ -195,6 +195,8 @@ chk_supp:
lda __dos_type
cmp #SPARTADOS
beq :+
cmp #BWDOS
beq :+
cmp #REALDOS
bne ns1
: txa