CinEmu 1.0 expects a very specific set of ROM image filenames, as do all emulators. Right now, that's not really documented in the emulator zipfile itself. So, here's what the various games need to be called:

(Some of the ROMs circulating may be in a different file format than what CinEmu needs. The file sizes have been noted, as have many of the problems you may encounter in getting ROMs to work.)


ARMOR ATTACK: armor.p7 armor.r7 armor.t7 armor.u7 [all 4K]

[NOTE: In a commonly found set of ROMs, there are about fifteen files. The ones you need are the ones with the 414s in the filenames.]


BARRIER: barrier.p7 barrier.r7 barrier.t7 barrier.u7 [2K files] barrier.s6 barrier.u6 [4K files]


BOXING BUGS: boxnbugs.u1a boxnbugs.u1b boxnbugs.u2a boxnbugs.u2b boxnbugs.u3a boxnbugs.u3b boxnbugs.u4a boxnbugs.u4b [all 4K]


DEMON: demon.p7 demon.r7 demon.t7 demon.u7 [all 4K]


RIP OFF: ripoff.p7 ripoff.r7 ripoff.t7 ripoff.u7 [all 2K]


SOLAR QUEST: solar.p7 solar.r7 solar.t7 solar.u7 [all 4K]


SPACE WARS: spacewar.r7 spacewar.u7 [all 2K]


SPEED FREAK: speedfrk.p7 speedfrk.r7 speedfrk.t7 speedfrk.u7 [all 2K]

[NOTE: In a commonly found set of ROMs, there are eight 1K files instead of four 2K files. These need to be combined in pairs. In DOS, you can do so via the copy /b command, as follows:

copy /b file1 +file2 file3 => file3 now contains file2 appended onto file1, and is twice the size of either.

Combine 21 and 22, 23 and 24, 25 and 26, and 27 and 28.

21 + 22 == speedfrk.u7 23 + 24 == speedfrk.t7

25 + 26 == speedfrk.r7 27 + 28 == speedfrk.p7.]


STAR CASTLE: starcas.p7 starcas.r7 starcas.t7 starcas.u7 [all 2K]


STAR HAWK: starhawk.r7 starhawk.u7 [all 2K]. Note that you will need an additional .ini file to play this as well; see my Star Hawk page for more details.


SUNDANCE: sundance.p7 sundance.r7 sundance.t7 sundance.u7 [all 2K]


TAIL GUNNER: tailgunr.p7 tailgunr.r7 tailgunr.t7 tailgunr.u7 [all 2K]


WARRIOR: warrior.p7 warrior.r7 warrior.t7 warrior.u7 [all 2K]

[NOTE: In a commonly found set of ROMs, there are two 4K files instead of four 2K files. This is not a good omen, as there are no easy DOS commands to split binary files. Your best bet is to obtain a binary editor and separate the files manually:

warrior.r7 == split into warrior.p7 and warrior.r7

warrior.u7 == split into warrior.t7 and warrior.u7

Or you can hope that the split set gets uploaded soon. :) ]


WAR OF THE WORLDS: wotw.p7 wotw.r7 wotw.t7 wotw.u7 [all 4K]