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

@@ -8,7 +8,7 @@
*
* Emulation of Tandy models 1000, 1000HX and 1000SL2.
*
* Version: @(#)m_tandy.c 1.0.5 2018/03/19
* Version: @(#)m_tandy.c 1.0.6 2018/04/26
*
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
* Miran Grca, <mgrca8@gmail.com>
@@ -1381,7 +1381,6 @@ static const device_t vid_device = {
NULL,
vid_speed_changed,
NULL,
NULL,
vid_config
};
@@ -1392,7 +1391,6 @@ static const device_t vid_device_hx = {
NULL,
vid_speed_changed,
NULL,
NULL,
vid_config
};
@@ -1403,7 +1401,6 @@ static const device_t vid_device_sl = {
NULL,
vid_speed_changed,
NULL,
NULL,
NULL
};
@@ -1552,7 +1549,7 @@ static const device_t eep_device = {
"Tandy 1000 EEPROM",
0, 0,
eep_init, eep_close, NULL,
NULL, NULL, NULL, NULL,
NULL, NULL, NULL,
NULL
};