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:
@@ -32,7 +32,7 @@
|
||||
* in alpha mode, but in highres ("ECD350") mode, it displays
|
||||
* some semi-random junk. Video-memory pointer maybe?
|
||||
*
|
||||
* Version: @(#)m_amstrad.c 1.0.12 2018/04/11
|
||||
* Version: @(#)m_amstrad.c 1.0.13 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -563,7 +563,6 @@ static const device_t vid_1512_device = {
|
||||
NULL, vid_close_1512, NULL,
|
||||
NULL,
|
||||
vid_speed_change_1512,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -727,7 +726,6 @@ static const device_t vid_1640_device = {
|
||||
NULL, vid_close_1640, NULL,
|
||||
NULL,
|
||||
vid_speed_changed_1640,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -862,7 +860,6 @@ static const device_t vid_200_device = {
|
||||
NULL, vid_close_200, NULL,
|
||||
NULL,
|
||||
vid_speed_changed_200,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the Intel 430FX PCISet chip.
|
||||
*
|
||||
* Version: @(#)m_at_430fx.c 1.0.16 2018/04/04
|
||||
* Version: @(#)m_at_430fx.c 1.0.17 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -212,7 +212,6 @@ const device_t i430fx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the Intel 430HX PCISet chip.
|
||||
*
|
||||
* Version: @(#)m_at_430hx.c 1.0.12 2018/04/04
|
||||
* Version: @(#)m_at_430hx.c 1.0.13 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -221,7 +221,6 @@ const device_t i430hx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -283,7 +282,6 @@ const device_t acerm3a_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the Intel 430LX and 430NX PCISet chips.
|
||||
*
|
||||
* Version: @(#)m_at_430lx_nx.c 1.0.11 2018/04/04
|
||||
* Version: @(#)m_at_430lx_nx.c 1.0.12 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -213,7 +213,6 @@ const device_t i430lx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -229,7 +228,6 @@ const device_t i430nx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the Intel 430VX PCISet chip.
|
||||
*
|
||||
* Version: @(#)m_at_430vx.c 1.0.12 2018/04/04
|
||||
* Version: @(#)m_at_430vx.c 1.0.13 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -216,7 +216,6 @@ const device_t i430vx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the Intel 440FX PCISet chip.
|
||||
*
|
||||
* Version: @(#)m_at_440fx.c 1.0.12 2018/04/04
|
||||
* Version: @(#)m_at_440fx.c 1.0.13 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -221,7 +221,6 @@ const device_t i440fx_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Implementation of the SiS 85c496/85c497 chip.
|
||||
*
|
||||
* Version: @(#)m_at_sis_85c496.c 1.0.0 2018/04/17
|
||||
* Version: @(#)m_at_sis_85c496.c 1.0.1 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -192,7 +192,6 @@ const device_t sis_85c496_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
* 61 50 52 0F 19 06 19 19 02 0D 0B 0C MONO
|
||||
* 2D 28 22 0A 67 00 64 67 02 03 06 07 640x400
|
||||
*
|
||||
* Version: @(#)m_at_t3100e_vid.c 1.0.4 2018/03/18
|
||||
* Version: @(#)m_at_t3100e_vid.c 1.0.5 2018/04/26
|
||||
*
|
||||
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -758,6 +758,5 @@ const device_t t3100e_device =
|
||||
NULL,
|
||||
NULL,
|
||||
t3100e_speed_changed,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
@@ -68,7 +68,7 @@
|
||||
*
|
||||
* WARNING THIS IS A WORK-IN-PROGRESS MODULE. USE AT OWN RISK.
|
||||
*
|
||||
* Version: @(#)europc.c 1.0.4 2018/04/11
|
||||
* Version: @(#)europc.c 1.0.5 2018/04/26
|
||||
*
|
||||
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
*
|
||||
@@ -702,7 +702,7 @@ const device_t europc_device = {
|
||||
"EuroPC System Board",
|
||||
0, 0,
|
||||
europc_boot, europc_close, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL,
|
||||
europc_config
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Emulation of the Olivetti M24.
|
||||
*
|
||||
* Version: @(#)m_olivetti_m24.c 1.0.13 2018/04/10
|
||||
* Version: @(#)m_olivetti_m24.c 1.0.14 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -795,7 +795,7 @@ const device_t m24_device = {
|
||||
NULL, vid_close, NULL,
|
||||
NULL,
|
||||
speed_changed,
|
||||
NULL, NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
*
|
||||
* Emulation of the IBM PCjr.
|
||||
*
|
||||
* Version: @(#)m_pcjr.c 1.0.6 2018/03/18
|
||||
* Version: @(#)m_pcjr.c 1.0.7 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -721,7 +721,6 @@ static const device_t pcjr_device = {
|
||||
NULL,
|
||||
speed_changed,
|
||||
NULL,
|
||||
NULL,
|
||||
pcjr_config
|
||||
};
|
||||
|
||||
|
||||
@@ -28,7 +28,7 @@
|
||||
* boot. Sometimes, they do, and then it shows an "Incorrect
|
||||
* DOS" error message?? --FvK
|
||||
*
|
||||
* Version: @(#)m_ps1.c 1.0.8 2018/04/10
|
||||
* Version: @(#)m_ps1.c 1.0.9 2018/04/26
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -267,7 +267,6 @@ static const device_t snd_device = {
|
||||
snd_init, snd_close, NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
* Type table with the main code, so the user can only select
|
||||
* items from that list...
|
||||
*
|
||||
* Version: @(#)m_ps1_hdc.c 1.0.3 2018/04/23
|
||||
* Version: @(#)m_ps1_hdc.c 1.0.4 2018/04/26
|
||||
*
|
||||
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
*
|
||||
@@ -1497,7 +1497,7 @@ const device_t ps1_hdc_device = {
|
||||
DEVICE_ISA | DEVICE_PS2,
|
||||
0,
|
||||
ps1_hdc_init, ps1_hdc_close, NULL,
|
||||
NULL, NULL, NULL, NULL,
|
||||
NULL, NULL, NULL,
|
||||
NULL
|
||||
};
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
* Implementation of the Toshiba T1000 plasma display, which
|
||||
* has a fixed resolution of 640x200 pixels.
|
||||
*
|
||||
* Version: @(#)m_xt_t1000_vid.c 1.0.5 2018/03/18
|
||||
* Version: @(#)m_xt_t1000_vid.c 1.0.6 2018/04/26
|
||||
*
|
||||
* Authors: Fred N. van Kempen, <decwiz@yahoo.com>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -736,7 +736,6 @@ const device_t t1000_video_device = {
|
||||
NULL,
|
||||
t1000_speed_changed,
|
||||
NULL,
|
||||
NULL,
|
||||
t1000_config
|
||||
};
|
||||
|
||||
@@ -748,6 +747,5 @@ const device_t t1200_video_device = {
|
||||
NULL,
|
||||
t1000_speed_changed,
|
||||
NULL,
|
||||
NULL,
|
||||
t1000_config
|
||||
};
|
||||
|
||||
@@ -112,7 +112,6 @@ const device_t xi8088_device =
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
NULL,
|
||||
xi8088_config
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user