Moved keyboard, mouse and joystick stuff to new input/ folder.

This commit is contained in:
waltje
2018-04-26 18:14:42 -04:00
parent 80093782ca
commit b454a4260c
53 changed files with 164 additions and 162 deletions

View File

@@ -8,7 +8,7 @@
*
* Main emulator module where most things are controlled.
*
* Version: @(#)pc.c 1.0.28 2018/04/26
* Version: @(#)pc.c 1.0.29 2018/04/26
*
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
* Miran Grca, <mgrca8@gmail.com>
@@ -68,9 +68,9 @@
#include "ports/game.h"
#include "ports/serial.h"
#include "ports/parallel.h"
#include "keyboard.h"
#include "mouse.h"
#include "game/joystick.h"
#include "input/keyboard.h"
#include "input/mouse.h"
#include "input/game/joystick.h"
#include "floppy/fdd.h"
#include "floppy/fdd_common.h"
#include "disk/hdd.h"