The Schneider EuroPC now initializes the PIT DRAM refresh timer.

This commit is contained in:
OBattler
2019-02-11 01:36:22 +01:00
parent c1f18d9abc
commit 1a4d1f32f8

View File

@@ -68,7 +68,7 @@
* *
* WARNING THIS IS A WORK-IN-PROGRESS MODULE. USE AT OWN RISK. * WARNING THIS IS A WORK-IN-PROGRESS MODULE. USE AT OWN RISK.
* *
* Version: @(#)europc.c 1.0.9 2018/11/01 * Version: @(#)europc.c 1.0.10 2019/02/11
* *
* Author: Fred N. van Kempen, <decwiz@yahoo.com> * Author: Fred N. van Kempen, <decwiz@yahoo.com>
* *
@@ -121,6 +121,7 @@
#include "../io.h" #include "../io.h"
#include "../nmi.h" #include "../nmi.h"
#include "../mem.h" #include "../mem.h"
#include "../pit.h"
#include "../rom.h" #include "../rom.h"
#include "../device.h" #include "../device.h"
#include "../nvr.h" #include "../nvr.h"
@@ -733,6 +734,8 @@ void
machine_europc_init(const machine_t *model) machine_europc_init(const machine_t *model)
{ {
machine_common_init(model); machine_common_init(model);
pit_set_out_func(&pit, 1, pit_refresh_timer_xt);
nmi_init(); nmi_init();
/* Clear the machine state. */ /* Clear the machine state. */