Changeset 340
- Timestamp:
- Apr 5, 2008, 10:23:07 AM (17 years ago)
- Location:
- GPL/branches/uniaud32-2.0
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/branches/uniaud32-2.0/lib32/memory.cpp
r269 r340 196 196 *pAddr = (LINEAR)addr; 197 197 if (flags & VMDHA_USEHIGHMEM) 198 dprintf((("allocated %X in HIGH memory "), size));199 else dprintf((("allocated %X in LOW memory "), size));198 dprintf((("allocated %X in HIGH memory\n"), size)); 199 else dprintf((("allocated %X in LOW memory\n"), size)); 200 200 } 201 201 if ((rc == 87) && -
GPL/branches/uniaud32-2.0/lib32/ossidc.cpp
r337 r340 110 110 return OSSERR_INIT_FAILED; 111 111 } 112 dprintf(("Uniaud version %s ",UNIAUD_VERSION));112 dprintf(("Uniaud version %s\n",UNIAUD_VERSION)); 113 113 dprintf(("OSS32_Initialize. Start address: %X", OffsetBeginCS32)); 114 114 // DebugInt3(); -
GPL/branches/uniaud32-2.0/uniaud.inc
r337 r340 13 13 # ex RC3 GA FIXPACK2 beta_47 14 14 # Comment out to avoid a fixpack line in bldlevel 15 FIXPACK = SVN r ???15 FIXPACK = SVN r340 16 16 17 17 # ALSA BUILD VERSION
Note:
See TracChangeset
for help on using the changeset viewer.