The Amstrad machines now initialize the correct FDC types;
Removed an excess logging line from keyboard_xt.c.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* Implementation of the NEC uPD-765 and compatible floppy disk
|
||||
* controller.
|
||||
*
|
||||
* Version: @(#)fdc->c 1.0.15 2018/02/02
|
||||
* Version: @(#)fdc->c 1.0.16 2018/02/02
|
||||
*
|
||||
* Authors: Sarah Walker, <http://pcem-emulator.co.uk/>
|
||||
* Miran Grca, <mgrca8@gmail.com>
|
||||
@@ -2062,16 +2062,6 @@ device_t fdc_xt_device = {
|
||||
NULL, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
device_t fdc_xt_amstrad_device = {
|
||||
"PC/XT Floppy Drive Controller (Amstrad)",
|
||||
0,
|
||||
FDC_FLAG_DISKCHG_ACTLOW,
|
||||
fdc_init,
|
||||
fdc_close,
|
||||
fdc_reset,
|
||||
NULL, NULL, NULL, NULL
|
||||
};
|
||||
|
||||
device_t fdc_pcjr_device = {
|
||||
"PCjr Floppy Drive Controller",
|
||||
0,
|
||||
|
||||
Reference in New Issue
Block a user