PC-98 does not supports DMA automode lager than 65535 bytes.

This commit is contained in:
KATO Takenori 1998-04-21 09:48:45 +00:00
parent bb9b85aaeb
commit 5e4832f65d

View File

@ -120,7 +120,11 @@
#define CONFIG_MPU_EMU
#ifdef PC98
#define DSP_BUFFSIZE 61440
#else
#define DSP_BUFFSIZE 32768*2
#endif
/* #define SELECTED_SOUND_OPTIONS 0x0188090a */
#ifndef TRIX_SB_BASE