Moved the Compaq Portable III and Portable III 386 to the Dev branch;

Added both variants of the Compaq CGA, based on John Elliott's PCem patch;
The Compaq Portable is no longer set to a fixed graphics card.
This commit is contained in:
OBattler
2017-12-29 03:01:19 +01:00
parent 4a829b31ad
commit 8a9204aa1f
11 changed files with 507 additions and 11 deletions

View File

@@ -8,7 +8,7 @@
*
* Definitions for the ROM image handler.
*
* Version: @(#)rom.h 1.0.7 2017/12/25
* Version: @(#)rom.h 1.0.8 2017/12/29
*
* Author: Fred N. van Kempen, <decwiz@yahoo.com>
* Copyright 2017 Fred N. van Kempen.
@@ -75,8 +75,10 @@ enum {
ROM_DESKPRO_386,
ROM_PORTABLE,
ROM_PORTABLEII,
#ifdef PORTABLE3
ROM_PORTABLEIII,
ROM_PORTABLEIII386,
#endif
ROM_IBMPS1_2121,
ROM_AMI386DX_OPTI495,