]> git.sur5r.net Git - cc65/commit
Atari: add new function '_is_cmdline_dos()' and some other small changes.
authorChristian Groessler <chris@groessler.org>
Tue, 24 May 2016 22:51:40 +0000 (00:51 +0200)
committerChristian Groessler <chris@groessler.org>
Tue, 24 May 2016 22:57:43 +0000 (00:57 +0200)
commitda65866e24efd7698e7b5675ebc926b358bd7122
tree4871d04ae45f0f4539c01f5f0c2bcc2a46b105da
parenta76153cb9f68cd3eb23d66b2c936508ed6097432
Atari: add new function '_is_cmdline_dos()' and some other small changes.

- use this function instead of directly looking at _dos_type in the included
  targetutil and test programs
- fixes/improvements to the Atari runtime library regarding the recently
  changed _dos_type values
- libsrc/atari/targetutil/w2cas.c: exit if no filename was entered
- add documentation for the new function
doc/atari.sgml
doc/funcref.sgml
include/atari.h
libsrc/atari/getdefdev.s
libsrc/atari/sysrmdir.s
libsrc/atari/targetutil/w2cas.c
testcode/lib/atari/defdev.c
testcode/lib/atari/mem.c