diff --git a/src/machine/machine_table.c b/src/machine/machine_table.c index 84db5e63e..35dfcff66 100644 --- a/src/machine/machine_table.c +++ b/src/machine/machine_table.c @@ -12155,8 +12155,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -12203,8 +12203,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -12251,8 +12251,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -12299,8 +12299,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -12347,8 +12347,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -12395,8 +12395,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00004800, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0, @@ -17428,9 +17428,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 = 0x00000cf0, @@ -17676,8 +17675,8 @@ const machine_t machines[] = { .default_jumpered_ecp_dma = -1, .kbc_device = NULL, .kbc_params = 0x00000000, - .nvr_device = &nvr_at_device, - .nvr_params = NVR_AT, + .nvr_device = NULL, + .nvr_params = 0x00000000, .sio_device = NULL, .sio_params = 0x00000000, .kbc_p1 = 0x00000cf0,