~ubuntu-branches/ubuntu/maverick/vice/maverick

« back to all changes in this revision

Viewing changes to src/cbmdos.h

  • Committer: Bazaar Package Importer
  • Author(s): Zed Pobre
  • Date: 2005-02-01 11:30:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050201113026-3eyakzsmmheclvjg
Tags: 1.16-1
* New upstream version
* Fixes crash on 64-bit architectures (closes: #287640)
* x128 working again (closes: #286767)
* Works fine with /dev/dsp in use (not in the main changelog, but tested
  on my local machine as working).  Presumably, this also takes care of
  the issue with dsp being held.  I'm not sure if this is because I'm
  testing it on a 2.6 kernel now -- if you are still having problems
  with /dev/dsp, please reopen the bugs. (closes: #152952, #207942)
* Don't kill Makefile.in on clean

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
#define CBMDOS_IPE_NO_RECORD               50
48
48
#define CBMDOS_IPE_OVERFLOW                51
 
49
#define CBMDOS_IPE_TOOLARGE                52  /* 1581 */
49
50
 
50
51
#define CBMDOS_IPE_NOT_WRITE               60
51
52
#define CBMDOS_IPE_NOT_OPEN                61
83
84
/* CBM DOS directory definitions.  */
84
85
#define CBMDOS_SLOT_NAME_LENGTH 16
85
86
 
86
 
 
87
87
struct cbmdos_cmd_parse_s {
88
 
    const char *cmd;
 
88
    const BYTE *cmd;
89
89
    unsigned int cmdlength;
90
90
    char *parsecmd;
91
91
    unsigned int secondary;