X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdoslib%2Fadlib.h;h=74a8a1f2d31361f769717a73d0df2ce3ce8d113e;hb=2150a9b940cd5993d0593f357049657577cc702e;hp=d4d1641b4526e3da17563c5c1cbebff29f3d5d4f;hpb=79b4ebcb955cb173a1391275ae00f8e62360b6d5;p=16.git diff --git a/src/lib/doslib/adlib.h b/src/lib/doslib/adlib.h index d4d1641b..74a8a1f2 100644 --- a/src/lib/doslib/adlib.h +++ b/src/lib/doslib/adlib.h @@ -9,8 +9,8 @@ * * Compiles for intended target environments: * - MS-DOS [pure DOS mode, or Windows or OS/2 DOS Box] */ - -#include "src/lib/doslib/cpu.h" + +//#include "src/lib/doslib/cpu.h" #include "src/lib/doslib/8254.h" /* 8254 timer */ #include @@ -118,7 +118,7 @@ extern struct adlib_fm_channel adlib_fm_preset_horn; /* NTS: I have a Creative CT1350B card where we really do have to wait at least * 33us per I/O access, because the OPL2 chip on it really is that slow. - * + * * Peior to this fix, the adlib code would often fail on a real CT1350B * (unless run just after the Sound Blaster test program) and even if it * did run, only about 1/3rd of the voices would work. Upping the delay