Clean up
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3818
This commit is contained in:
parent
d60d8b8995
commit
967524cd76
2 changed files with 2 additions and 2 deletions
|
@ -115,6 +115,4 @@ bool SecondDMAControllerAvailable(void);
|
|||
|
||||
void DMA_SetWrapping(Bitu wrap);
|
||||
|
||||
static Bit32u dma_wrapping = 0xffff;
|
||||
|
||||
#endif
|
||||
|
|
|
@ -31,6 +31,8 @@ DmaController *DmaControllers[2];
|
|||
#define EMM_PAGEFRAME4K ((0xE000*16)/4096)
|
||||
Bit32u ems_board_mapping[LINK_START];
|
||||
|
||||
static Bit32u dma_wrapping = 0xffff;
|
||||
|
||||
static void UpdateEMSMapping(void) {
|
||||
/* if EMS is not present, this will result in a 1:1 mapping */
|
||||
Bitu i;
|
||||
|
|
Loading…
Add table
Reference in a new issue