Two chipset .c files.

This commit is contained in:
OBattler
2022-07-16 04:08:13 +02:00
parent 63e52cb832
commit 8a8d7857d3
2 changed files with 2 additions and 0 deletions

View File

@@ -19,6 +19,7 @@
#include <string.h>
#include <wchar.h>
#include <86box/86box.h>
#include "cpu.h"
#include <86box/device.h>
#include <86box/io.h>
#include <86box/apm.h>

View File

@@ -18,6 +18,7 @@
#include <string.h>
#include <wchar.h>
#include <86box/86box.h>
#include "cpu.h"
#include <86box/device.h>
#include <86box/io.h>
#include <86box/apm.h>