mirror of
https://github.com/86Box/86Box.git
synced 2026-02-28 01:44:22 -07:00
Amstrad MegaPC: Do not initialize standalone NVR, it's on the chipset.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user