Moved the gameport and joysticks into subfolder.

This commit is contained in:
waltje
2017-10-01 17:30:02 -04:00
parent a01eb7ef34
commit f6620a45d0
23 changed files with 40 additions and 40 deletions

View File

@@ -8,7 +8,7 @@
*
* Joystick interface to host device.
*
* Version: @(#)win_joystick.cc 1.0.1 2017/09/24
* Version: @(#)win_joystick.cc 1.0.2 2017/10/01
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -21,7 +21,7 @@
#include <stdint.h>
extern "C" {
#include "../device.h"
#include "../gameport.h"
#include "../game/gameport.h"
}
#include "plat_joystick.h"
#include "win.h"

View File

@@ -12,7 +12,7 @@
#include "../ibm.h"
#include "../config.h"
#include "../device.h"
#include "../gameport.h"
#include "../game/gameport.h"
#include "plat_joystick.h"
#include "win.h"

View File

@@ -8,7 +8,7 @@
*
* Windows 86Box Settings dialog handler.
*
* Version: @(#)win_settings.c 1.0.15 2017/10/01
* Version: @(#)win_settings.c 1.0.16 2017/10/01
*
* Author: Miran Grca, <mgrca8@gmail.com>
* Copyright 2016,2017 Miran Grca.
@@ -32,7 +32,7 @@
#include "../device.h"
#include "../nvr.h"
#include "../machine/machine.h"
#include "../gameport.h"
#include "../game/gameport.h"
#include "../lpt.h"
#include "../mouse.h"
#include "../cdrom/cdrom.h"