|
  Â
This page shows all the
Smart/Centennial memory cards.Â
 |
 |
 |
| Linear
Flash PC Cards |
IDE
Flash Drives |
SRAM
PC Card,
Rechargeable |
Note:
Â
1. All Centennial/Smart
Modular SRAM and linear flash cards are discontinued. We may have
some specific parts still in stock.Â
    You can click here
to find compatible cards using Intel series I, II, II+, Strataflash
and AMD C and D series chipsets, or click here
for compatible SRAM cards.
2. PSI supplies PC card
readers/writers for the SRAM cards and linear flash cards. For more
info about these readers, please click here.
We supply drivers (to our customers only) for Windows 3.1, 95, 98,
Me & 2000. For Windows XP, you may use the Windows native driver
but your cards must have the 2KB attribute. If you prefer to use a
USB external reader with proprietary driver for these cards, please
click here.
Â
Project Igi Game For Java Mobile Version Apr 2026
public void startApp() { canvas.startGame(); }
public class ProjectIGI extends MIDlet { private Display display; private GameCanvas canvas; project igi game for java mobile version
Project IGI: Mobile Strike is a first-person shooter game designed for Java-enabled mobile devices. The game offers a condensed version of the original PC game's experience, with modified gameplay mechanics and graphics optimized for mobile devices. public void startApp() { canvas
public void destroyApp(boolean unconditional) { } public void startApp() { canvas.startGame()
Project IGI: Mobile Strike
import javax.microedition.lcdui.*; import javax.microedition.m2.*;
public ProjectIGI() { display = Display.getDisplay(this); canvas = new GameCanvas(); display.setCurrent(canvas); }
|