Gateway Tomahak: Do not initialize standaloen NVR, fixes #6863.

This commit is contained in:
OBattler
2026-02-28 19:47:46 +01:00
parent 90498dffae
commit 8915b4f673

View File

@@ -17478,9 +17478,8 @@ const machine_t machines[] = {
.default_jumpered_ecp_dma = -1,
.kbc_device = NULL,
.kbc_params = 0x00000000,
/* TODO: PC87307 NVR. */
.nvr_device = &nvr_at_device,
.nvr_params = NVR_AT,
.nvr_device = NULL,
.nvr_params = 0x00000000,
.sio_device = NULL,
.sio_params = 0x00000000,
.kbc_p1 = 0x000044f0,