Remove built-in speaker support

The changes to amiga, mac and msdos builds are untested.
This commit is contained in:
Pasi Kallinen
2019-05-11 10:30:41 +03:00
parent 02826c4ebc
commit 217671e00f
36 changed files with 23 additions and 6842 deletions

View File

@@ -38,10 +38,6 @@
#define SHELL /* via exec of COMMAND.COM */
#ifdef __BORLANDC__
#define PCMUSIC /* Music option, enable very basic pc speaker music notes */
#endif
/*
* Screen control options
*
@@ -153,9 +149,6 @@
#define TIMED_DELAY /* enable the `timed_delay' run-time option */
#ifdef PCMUSIC
#define TIMED_DELAY /* need it anyway */
#endif
#define NOCWD_ASSUMPTIONS /* Allow paths to be specified for HACKDIR, \
LEVELDIR, SAVEDIR, BONESDIR, DATADIR, \
SCOREDIR, LOCKDIR, CONFIGDIR, and TROUBLEDIR. \