From 44d11e00918b5fa5685fff30cd49b65041a9fe6d Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 13 Aug 2020 00:42:21 +0200 Subject: [PATCH] Removed SPD from the Compaq Presario 4500. --- src/machine/m_at_socket7_s7.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/machine/m_at_socket7_s7.c b/src/machine/m_at_socket7_s7.c index 37ae8f018..afbe1f701 100644 --- a/src/machine/m_at_socket7_s7.c +++ b/src/machine/m_at_socket7_s7.c @@ -681,7 +681,6 @@ machine_at_presario4500_init(const machine_t *model) device_add(&keyboard_ps2_ami_pci_device); device_add(&fdc37c931apm_device); device_add(&intel_flash_bxt_device); - spd_register(SPD_TYPE_SDRAM, 0x01, 128); return ret; }