Dangerous Work

Author:
Hideyuki Yamada
Release:
"MSX Magazine" Oct. 1991 Issue

The game:

You can only flame-throw a certain number of times, and you must kill all  the enemy with them.
However, the number of enemies is more than the number of times you can flame-throw.
If you fire into the green barrel, it will explode and burn an area of one character lengthwise and crosswise.
If you fire into the yellow barrel, you can push it away and crush enemy characters under it.
The green barrels can be pushed.
Note that the red barrels can cause a huge explosion all over the map if ignited.

Note:

Particular attention should be paid when typing the line below.
dan-work-line510
In addition, CHR$(176) is used for the Japanese word in the line #1130.
Each checksum is as follows (using version 3.1 coded by the "MSX•FAN" team).
dan-work-checksum
Sorry if there are any typos, however, I have tested my data, and had no problems.

My suggestions for English version:

dan-work-line1130 Checksum: q2S0


Three colors

Author:
Hiromasa Sawada
Release:
"MSX Magazine" Feb. 1992 Issue
Program length:
9 screens
F1: Restart the current level.

The game:

The object of the game is to make all the balls of the same color.
Balls sandwiched between balls of the same color will change color. In addition to each ball, green block can also be pushed.

Note:

The 1st file:
Each checksum is as follows (using version 3.1 coded by the "MSX•FAN" team).
three-colors-1st-file-checksum
Sorry if there are any typos, however, I have tested my data, including the ending, and had no problems.

The 2nd file named "THREE.BAS":
Each checksum is as follows (using version 3.1 coded by the "MSX•FAN" team).
three-colors-2nd-file-checksum
Sorry if there are any typos, however, I have tested my data, including the ending, and had no problems.
To load the game, run the 1st file.
three-colors-screen
For modern emulator users:
You may get an "illegal function call in 140" error. Either redefine Joystick's D-pad to any keys other than directional keys, or delete one of "STICK(0)+STICK(1)".
"STICK(0)+STICK(1)" is in the line #140 of the 2nd file.

Joystick support:

The game originally supports joystick, but the 2nd file can be modified so that "F1" key do not have to be pressed.
three-colors-joystick

For Amiga CD32 +FDD users:

First, AmiMSX can't emulate the line #80 of the 1st file. To matters worse, "PAINT" in the screen mode #5 doesn't work so that all balls become red.
To solve this fatal issue, download this "THREE.BIN" and copy it to the same diskette first, then modify the 1st file as below.
80 SCREEN5:BLOAD"THREE.BIN",S
In addition, disable BGM to avoid crashing AmiMSX if your CPU is 020. Modify the 2nd file as below.
420 REM


>>Return to the "Colorful puzzle games for MSX2 (Type-in programs)" index page