Removed win_status.c and the related stuff as it was not updated for a while and no longer displayed useful information.

This commit is contained in:
OBattler
2018-04-26 13:33:29 +02:00
parent 040b97bfc1
commit 16a7b1cef2
97 changed files with 186 additions and 940 deletions

View File

@@ -10,7 +10,7 @@
* word 0 - base address
* word 1 - bits 1-15 = byte count, bit 31 = end of transfer
*
* Version: @(#)intel_piix.c 1.0.14 2018/03/26
* Version: @(#)intel_piix.c 1.0.15 2018/04/26
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -868,7 +868,6 @@ const device_t piix_device =
NULL,
NULL,
NULL,
NULL,
NULL
};
@@ -883,6 +882,5 @@ const device_t piix3_device =
NULL,
NULL,
NULL,
NULL,
NULL
};