Sound & SCSI alphabetization + 2 misc. changes

The misc. changes are:
1. Corrected the video chip on "m_xt.c" code
2. Added standalone three floppy disk controller chips
This commit is contained in:
Maxwell Scott
2026-02-27 15:51:14 +07:00
parent 733c69287b
commit 8fcf6a0061
4 changed files with 8 additions and 5 deletions

View File

@@ -108,7 +108,10 @@ static fdc_cards_t fdc_cards[] = {
{ &device_none },
{ &device_internal },
{ &fdc_xt_device },
{ &fdc_xt_umc_um8398_device }, /* Standalone chip */
{ &fdc_at_device },
{ &fdc_at_nsc_dp8473_device }, /* Standalone chip */
{ &fdc_at_smc_device }, /* Standalone chip */
{ &fdc_b215_device },
{ &fdc_pii151b_device },
{ &fdc_pii158b_device },

View File

@@ -2016,7 +2016,7 @@ machine_xt_z184_init(const machine_t *model)
/* So that serial_standalone_init() won't do anything. */
serial_set_next_inst(SERIAL_MAX - 1);
device_add(&cga_device);
device_add(&v6355d_device);
return ret;
}

View File

@@ -53,13 +53,13 @@ typedef const struct {
static SCSI_CARD scsi_cards[] = {
// clang-format off
{ &device_none, },
/* ISA/Sidecar */
{ &scsi_ls2000_device, },
/* ISA */
{ &scsi_lcs6821n_device, },
{ &scsi_rt1000b_device, },
{ &scsi_t128_device, },
{ &scsi_t130b_device, },
/* ISA/Sidecar */
{ &scsi_ls2000_device, },
/* ISA16 */
{ &aha154xa_device, },
{ &aha154xb_device, },
@@ -91,12 +91,12 @@ static SCSI_CARD scsi_cards[] = {
{ &ncr53c825a_pci_device, },
{ &ncr53c860_pci_device, },
{ &ncr53c875_pci_device, },
{ &dc390_pci_device, },
{ &qla1040b_device, },
{ &qla1080_device, },
{ &qla1240_device, },
{ &qla1280_device, },
{ &qla12160a_device, },
{ &dc390_pci_device, },
{ NULL, },
// clang-format on
};

View File

@@ -122,11 +122,11 @@ static const SOUND_CARD sound_cards[] = {
{ &ess_ess0102_pnp_device },
{ &ess_ess0968_pnp_device },
{ &ssi2001_device },
{ &thunderboard_device },
{ &mmb_device },
#ifdef USE_LIBSERIALPORT /*The following devices required LIBSERIALPORT*/
{ &opl2board_device },
#endif
{ &thunderboard_device },
{ &pasplus_device },
{ &sb_1_device },
{ &sb_15_device },