diff options
| author | Kari Salminen | 2008-01-16 15:19:33 +0000 | 
|---|---|---|
| committer | Kari Salminen | 2008-01-16 15:19:33 +0000 | 
| commit | d6e2e1431cc83b7376cb160ca09c24e05dcdb3c9 (patch) | |
| tree | 9c1360dde09de038d0892bc08c44c114d6e35e21 | |
| parent | 019624e3c1a9ebc83e5f7e81ca2abb98228acaa2 (diff) | |
| download | scummvm-rg350-d6e2e1431cc83b7376cb160ca09c24e05dcdb3c9.tar.gz scummvm-rg350-d6e2e1431cc83b7376cb160ca09c24e05dcdb3c9.tar.bz2 scummvm-rg350-d6e2e1431cc83b7376cb160ca09c24e05dcdb3c9.zip | |
Confirmed that Amiga version of King's Quest III (v1.01 1986-11-08) using Amiga AGI 2.090 uses value 5 for v20 (i.e. the computer type variable). Thanks to Raziel for the info!
svn-id: r30516
| -rw-r--r-- | engines/agi/agi.h | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/engines/agi/agi.h b/engines/agi/agi.h index 7aa218d0fa..ab7d5fd140 100644 --- a/engines/agi/agi.h +++ b/engines/agi/agi.h @@ -280,6 +280,7 @@ enum AgiMonitorType {   *   * At least these Amiga AGI versions use value 5:   * 2.082 (King's Quest I v1.0U 1986) + * 2.090 (King's Quest III v1.01 1986-11-08)   * x.yyy (Black Cauldron v2.00 1987-06-14)   * x.yyy (Larry I v1.05 1987-06-26)   * 2.107 (King's Quest II v2.0J. Date is probably 1987-01-29) @@ -290,8 +291,6 @@ enum AgiMonitorType {   * At least these Amiga AGI versions use value 20:   * 2.082 (Space Quest I v1.2 1986)   * - * TODO: Check Amiga version of King's Quest III (v1.01 1986-11-08, AGI 2.090). - *       This is a good candidate for testing as it uses quite an old Amiga AGI version.   * TODO: Check Amiga version of Space Quest II (v2.0F, AGI 2.202) because   *       it's a bit of an odd bird (e.g. uses a slightly different palette than others).   * TODO: Check Amiga versions of Manhunter I & II (I'd guess they use value 5 though). | 
