1
0
mirror of https://github.com/cc65/cc65.git synced 2026-04-22 01:16:54 +00:00

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
+6 -5
View File
@@ -261,11 +261,12 @@ extern void atrx15p2_tgi[];
/* valid _dos_type values */
#define SPARTADOS 0
#define OSADOS 1
#define XDOS 2
#define REALDOS 3
#define ATARIDOS 4
#define MYDOS 5
#define REALDOS 1
#define BWDOS 2
#define OSADOS 3
#define XDOS 4
#define ATARIDOS 5
#define MYDOS 6
#define NODOS 255
/* Define hardware */