657
edits
(Update game issues) |
(Adding printing issue) |
||
Line 4: | Line 4: | ||
* Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used by the mini game of spyfox2, when 'arcadecheat=1' is added to ScummVM config file. | * Add support for o72_debugInput, which is used to display a message and request a response. The result is placed into a string array. The opcode is used by the mini game of spyfox2, when 'arcadecheat=1' is added to ScummVM config file. | ||
* Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | * Add support for horizontal and vertical flipping of wizImages, using compression type 1 (For clouds in mustard) | ||
* Convert wizImage to image file (BMP?), when printing is requested, to allow printing of images by other programs. | |||
* Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | * Dog and probably other games may write non-ASCII characters and '=' into .ini fields values. | ||
An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is | An example of such entry is highscore: "_HS=!$Q!B Ñ‘=m4". Hex representation of the value is |
edits