Amstrad MegaPC: Do not initialize standalone NVR, it's on the chipset.

This commit is contained in:
OBattler
2026-02-27 09:13:23 +01:00
parent eb103f4c5d
commit 733c69287b

View File

@@ -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,