diff options
Diffstat (limited to 'emulators/qemu/files/cdrom-dma-patch')
-rw-r--r-- | emulators/qemu/files/cdrom-dma-patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/emulators/qemu/files/cdrom-dma-patch b/emulators/qemu/files/cdrom-dma-patch new file mode 100644 index 000000000000..7b6bed2e6adc --- /dev/null +++ b/emulators/qemu/files/cdrom-dma-patch @@ -0,0 +1,10 @@ +Index: hw/ide.c +@@ -27,7 +27,7 @@ + //#define DEBUG_IDE + //#define DEBUG_IDE_ATAPI + //#define DEBUG_AIO +-#define USE_DMA_CDROM ++// #define USE_DMA_CDROM + + /* Bits of HD_STATUS */ + #define ERR_STAT 0x01 |