mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
Micronics Spitfire: Do not initialize standalone NVR - it's on the chipset.
This commit is contained in:
@@ -19893,8 +19893,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