Subversion Repositories SvarDOS

Rev

Rev 1443 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1385 mateusz.vi 1
version xxxx (xx xxx xxxx)
2
- added mdr_dos_selfexe()
3
- added mdr_coutraw_str() and mdr_coutraw_crlf()
4
 
5
version 2023 (29 Jul 2023)
6
- all routines are built as a library now
7
- advertising MDR version (MDR_VER_MAJOR and MDR_VER_MINOR in VER.H)
8
- added the SBDIGI driver (SoundBlaster Digitized sound)
9
- added the COUT module (text-mode console output)
10
- added the DOS module (mdr_dos_* functions)
11
- added the UNZIP module for iteration over ZIP archives
12
- added the BIOS module (with the mdr_bios_tickswait() function)
13
- vid12: fast VRAM copy (vid12_vramcpy_* functions)
14
- vid12: vid12_clrline()
15
- vid12: fixed color mapping in vid12_setpalette()
16
- vid12: added functions vid12_hline() and vid12_linepat()
17
- vid12: fixed reverting the previous video mode at vid12_close()
18
- vid12: optimized vid12_putpixel() - 17% faster
19
 
20
version 2022 (09 Oct 2022)
21
- initial public release