Remove ega_switch.h and font_switch.h files
Make some big log message in sblaster only work in debug mode. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1731
This commit is contained in:
parent
31439632f3
commit
9391962923
4 changed files with 3 additions and 12293 deletions
|
@ -7,7 +7,7 @@ noinst_LIBRARIES = libhardware.a
|
|||
libhardware_a_SOURCES = adlib.cpp dma.cpp gameblaster.cpp hardware.cpp iohandler.cpp joystick.cpp keyboard.cpp \
|
||||
memory.cpp mixer.cpp pcspeaker.cpp pic.cpp sblaster.cpp tandy_sound.cpp timer.cpp \
|
||||
vga.cpp vga_attr.cpp vga_crtc.cpp vga_dac.cpp vga_draw.cpp vga_gfx.cpp vga_other.cpp \
|
||||
vga_memory.cpp vga_misc.cpp vga_seq.cpp font-switch.h ega-switch.h cmos.cpp disney.cpp \
|
||||
vga_memory.cpp vga_misc.cpp vga_seq.cpp cmos.cpp disney.cpp \
|
||||
gus.cpp mpu401.cpp serialport.cpp softmodem.cpp ipx.cpp ipxserver.cpp
|
||||
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -549,12 +549,14 @@ static void DSP_DoDMATranfser(DMA_MODES mode) {
|
|||
DSP_ChangeMode(MODE_DMA_WAIT);
|
||||
sb.dma.mode=mode;
|
||||
sb.dma.chan->Register_Callback(DSP_DMA_CallBack);
|
||||
#if (C_DEBUG)
|
||||
LOG(LOG_SB,LOG_NORMAL)("DMA Transfer:%d-bits %s %s dma-rate %d size %d",
|
||||
bits,
|
||||
sb.dma.stereo ? "Stereo" : "Mono",
|
||||
sb.dma.autoinit ? "Auto-Init" : "Single-Cycle",
|
||||
sb.dma.rate,sb.dma.total
|
||||
);
|
||||
#endif
|
||||
}
|
||||
|
||||
static void DSP_PrepareDMA_Old(DMA_MODES mode,bool autoinit) {
|
||||
|
|
Loading…
Add table
Reference in a new issue