Separation of HDD (disks) and HDC (disk controllers) with major cleanup. IDE remains same until Kotori finishes that part.
This commit is contained in:
@@ -13,7 +13,8 @@
|
||||
#include "../gameport.h"
|
||||
#include "../keyboard_at.h"
|
||||
#include "../lpt.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "../hdd/hdd.h"
|
||||
#include "../hdd/hdc_ide.h"
|
||||
#include "machine_common.h"
|
||||
#include "machine_at.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,8 @@
|
||||
#include "../cpu/cpu.h"
|
||||
#include "../io.h"
|
||||
#include "../mem.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "../hdd/hdd.h"
|
||||
#include "../hdd/hdc_ide.h"
|
||||
#include "machine_at.h"
|
||||
#include "machine_at_ali1429.h"
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* SiS sis85c471 Super I/O Chip
|
||||
* Used by DTK PKM-0038S E-2
|
||||
*
|
||||
* Version: @(#)sis85c471.c 1.0.5 2017/09/24
|
||||
* Version: @(#)sis85c471.c 1.0.6 2017/09/29
|
||||
*
|
||||
* Author: Miran Grca, <mgrca8@gmail.com>
|
||||
* Copyright 2017 Miran Grca.
|
||||
@@ -26,7 +26,8 @@
|
||||
#include "../floppy/floppy.h"
|
||||
#include "../floppy/fdc.h"
|
||||
#include "../floppy/fdd.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "../hdd/hdd.h"
|
||||
#include "../hdd/hdc_ide.h"
|
||||
#include "machine_at.h"
|
||||
#include "machine_at_sis_85c471.h"
|
||||
|
||||
|
||||
@@ -22,7 +22,8 @@
|
||||
#include "../floppy/floppy.h"
|
||||
#include "../floppy/fdd.h"
|
||||
#include "../floppy/fdc.h"
|
||||
#include "../hdd/hdd_ide_at.h"
|
||||
#include "../hdd/hdd.h"
|
||||
#include "../hdd/hdc_ide.h"
|
||||
#include "../sound/snd_ps1.h"
|
||||
#include "machine_common.h"
|
||||
#include "machine_ps1.h"
|
||||
|
||||
Reference in New Issue
Block a user