From 0915db67d51d4a05d2bff6a1f4fdd07bb3aace16 Mon Sep 17 00:00:00 2001 From: OBattler Date: Wed, 16 Aug 2017 21:46:32 +0200 Subject: [PATCH] Fixed LPT3 initialization in model.c, this should make it compile again. --- src/model.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/model.c b/src/model.c index e86bd09a6..7980dcc88 100644 --- a/src/model.c +++ b/src/model.c @@ -395,7 +395,7 @@ void europc_init(void) { common_init(); mem_add_bios(); - lpt3_init(); + lpt3_init(0x3bc); jim_init(); keyboard_xt_init(); nmi_init();