Skip to content

Releases: tsupplis/cpm86-hacking

v1.7.0

14 Jan 07:17
Compare
Choose a tag to compare
  • Added support for Dallas RTC (using by default port 02C0)

v1.6.0

02 Jan 13:46
Compare
Choose a tag to compare
  • Added a dosver.com tool to check the MS-DOS compatibility on DOS Plus or Concurrent systems
  • Fixed Leap year calculation for attime, atinit, pcetime pceinit

v1.5.1

01 Jan 03:02
Compare
Choose a tag to compare
  • Fix LS size calculation on big files on FAT media

v1.5.0

31 Dec 07:39
Compare
Choose a tag to compare
  • Fixed basic asm86 tool support for old CCP/M-86 1.0 (ES not set from DS explicitly but needed for CP/M-86 interrupt)
  • Fixed the graphics library to work in Concurrent DOS 3.2 to 4.1 and DOS Plus. A glitch was appearing in those programs due to the fact that graphics presupposes PC-Mode. so an xstatline function invoking XIOS to switch to PC Mode has been added.
  • Fixed mem command now working on CCP/M-86 1.0/3.1 (int 12 not accessible)

v1.4.6

29 Dec 09:49
Compare
Choose a tag to compare
  • added ostype() function (check multi user)
  • fix getccpdrv() to act as follows
    • cp/m-86 (use sys variable buffer)
    • dosplus (use sys variables get function)
    • ccp/m-3.1 and above use sys_disk/load_drv in system data
  • fix logic of finding env.dat (printenv)

v1.4.5

06 Dec 00:11
Compare
Choose a tag to compare
  • Fix memory calculation (add space allocated for current executable)

v1.4.4

28 Jun 13:03
Compare
Choose a tag to compare
  • Fix again ... user 0 in atinit

v1.3.2

28 Sep 22:14
Compare
Choose a tag to compare
  • added commands to mode (mono/colour switch, colours, status line message, default settings)
  • added config display to pceinit and atinit (memory, floppies and hard drives, co processor)
  • multiple small fixes and clean up