Fixed some EuroPC bugs (one had to do with the NVR), the EuroPC now works again.

This commit is contained in:
OBattler
2018-11-01 10:49:19 +01:00
parent d5f8fe3e6b
commit 21235eeac2
2 changed files with 3 additions and 5 deletions

View File

@@ -68,7 +68,7 @@
*
* WARNING THIS IS A WORK-IN-PROGRESS MODULE. USE AT OWN RISK.
*
* Version: @(#)europc.c 1.0.8 2018/10/22
* Version: @(#)europc.c 1.0.9 2018/11/01
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
*
@@ -739,8 +739,6 @@ machine_europc_init(const machine_t *model)
memset(&europc, 0x00, sizeof(europc_t));
europc.jim = 0x0250;
mem_add_bios();
/* This is machine specific. */
europc.nvr.size = model->nvrmask + 1;
europc.nvr.irq = -1;