mirror of
https://github.com/86Box/86Box.git
synced 2026-03-04 03:38:22 -07:00
Remove the standalone NVR from all the STPC machines, Dell Optiplex GN+, and Micronics Thunderbolt, per report by win2kgamer.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user