X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=README.md;h=ec9721ffe1b7f3d968d3c3b318c81da521b9e704;hp=102090e24e0ec3dc198f7e7bcb14f90990a5b17f;hb=ba648ddfc62fc6d3f47294aa8bfc10ea6ca3f479;hpb=3398fc6c4188104048f99b650a6cb90beda9b6ed diff --git a/README.md b/README.md index 102090e..ec9721f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,17 @@ Unnamed Mindlapse DOS demo for Pentium 133 ------------------------------------------ The demo requires VESA Bios Extensions (VBE) 2.0. If your graphics card doesn't -support VBE 2.0 or greater, then make sure to run the `univbe` TSR first, or -the demo will fail to find a usable LFB video mode. +support VBE 2.0 or greater, then make sure to load the `univbe` TSR first. + +Source structure +---------------- + - src/ cross-platform demo framework and miscellaneous utility code + - src/scr/ demo screens (parts) and effects support code + - src/dos/ DOS platform code + - src/sdl/ SDL 1.x platform code (windows/UNIX version) + - libs/cgmath/ math library, header-file only + - libs/imago/ image loading library (includes libpng, zlib, libjpeg) + - libs/anim/ keyframe animation library Building on DOS with Watcom ---------------------------