We just released a Feb. 5 '89 prototype of DuckTales for the NES!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
If you'd like to support our preservation efforts (and this wasn't cheap), please consider donating or supporting us on Patreon. Thank you!
Warning Type 68
Jump to navigation
Jump to search
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Cosmos Computer
Games > Games by platform > Sharp X68000 games
Games > Games by publisher > Games published by Cosmos Computer
Games > Games by release date > Games released in 1989
| Warning Type 68 |
|---|
|
Developer:
Cosmos Computer
|
Warning Type 68 is a remake of the PC-88 game Warning.
Uncompiled Code
Present at the end of track 18, head 1, sector 3 on disk B:
}
break;
case 8 : /* マーケット ノ ウリ */
for( x=0 ; x<15 ; x++ ){
sita[x]=panel[6][x];
}
for( i=1 ; i<P.ship.con ; i++ ){
for( y=4 ; y<=5 ; y++ ){/* 1ツ ブン コピー */
for( x=0 ; x<15 ; x++ ){
panel[y+(i*3)][x]=panel[y][x];
}
}
}
for( i--, x=0 ; x<15 ; x++ ){
panel[y+(i*3)][x]=sita[x];
Games > Games by content > Games with uncompiled source code
Games > Games by developer > Games developed by Cosmos Computer
Games > Games by platform > Sharp X68000 games
Games > Games by publisher > Games published by Cosmos Computer
Games > Games by release date > Games released in 1989