Ported the PIT fix and LPT1 fix for the Compaq Portable from PCem
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#include "../floppy/fdc.h"
|
||||
#include "../game/gameport.h"
|
||||
#include "../keyboard.h"
|
||||
#include "../lpt.h"
|
||||
#include "machine.h"
|
||||
|
||||
|
||||
@@ -50,6 +51,8 @@ machine_xt_compaq_init(machine_t *model)
|
||||
|
||||
switch(model->id) {
|
||||
case ROM_PORTABLE:
|
||||
lpt1_remove();
|
||||
lpt1_init(0x03bc);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user