The Compaq Portable III and III/386 now have the Olivetti M24 display adapter (though pending implementation of Compaq-specific registers);
Bugfixes in config.c regarding CD-ROM defaults and IDE channel reading; Applied all the PCem Voodoo commits; The Sound Blaster cards' OPL can now be disabled for slight performance gain.
This commit is contained in:
@@ -118,9 +118,11 @@ machine_at_compaq_init(machine_t *model)
|
||||
break;
|
||||
|
||||
case ROM_PORTABLEIII:
|
||||
machine_olim24_video_init();
|
||||
break;
|
||||
|
||||
case ROM_PORTABLEIII386:
|
||||
machine_olim24_video_init();
|
||||
if (hdc_current == 1)
|
||||
ide_init();
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user