SW2 support for ISA Memory Devices

This commit is contained in:
Jasmine Iwanek
2022-01-11 20:12:46 -05:00
parent c0be4ce3d5
commit 608905136f
5 changed files with 42 additions and 17 deletions

View File

@@ -40,6 +40,7 @@
#include "cpu.h"
#include <86box/video.h>
#include <86box/machine.h>
#include <86box/isamem.h>
int bios_only = 0;
@@ -101,6 +102,9 @@ machine_init_ex(int m)
/* Prepare some video-related things if we're using internal
or no video. */
video_pre_reset(gfxcard);
/* Reset any ISA memory cards. */
isamem_reset();
}
/* All good, boot the machine! */