From 733c69287b1ce2876ddfbcce0966ba073daa75bb Mon Sep 17 00:00:00 2001 From: OBattler Date: Fri, 27 Feb 2026 09:13:23 +0100 Subject: [PATCH] Amstrad MegaPC: Do not initialize standalone NVR, it's on the chipset. --- src/machine/machine_table.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index cad442d5a..de3d2a88c 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -6628,8 +6628,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = &kbc_at_device, .kbc_params = KBC_VEN_QUADTEL, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0,