mirror of
https://github.com/vonmillhausen/sf2000.git
synced 2024-11-04 17:15:11 +01:00
Bigger update...
Added a new tool, the Generic Image Tool - allows you to convert SF2000 images to PNG, and PNG/JPEG images to SF2000 formats with several options. Also added a large amount of arcade-specific information thanks to some heroic work by `adcockm#8175`, fixed some typos thanks to `Luke#4448`, and tracked down where an "unused" image was actually being used thanks to `kid_sinn#9691`
This commit is contained in:
parent
07f171ecab
commit
663baa97b3
41
README.md
41
README.md
@ -29,7 +29,7 @@ So is the "Data Frog" any good? Only you can answer that question for yourself.
|
||||
- [Game Boy](#game-boy)
|
||||
- [Game Boy Color](#game-boy-color)
|
||||
- [Game Boy Advance](#game-boy-advance)
|
||||
- [Firmware/BIOS (biserv.asd)](#firmwarebios-biservasd)
|
||||
- [Firmware/BIOS (bisrv.asd)](#firmwarebios-bisrvasd)
|
||||
- [Button Mappings/Key Bindings](#button-mappingskey-bindings)
|
||||
- [Boot Logo](#boot-logo)
|
||||
- [Resources](#resources)
|
||||
@ -88,16 +88,22 @@ The device advertises support for arcade, NES, SNES, Genesis/Mega Drive, Game Bo
|
||||
The SF2000 appears to be using Libretro with a custom front-end (i.e., not RetroArch).
|
||||
|
||||
### Arcade
|
||||
The device is running some version of Final Burn Alpha - it ships with a subset of the v0.2.97.24 ROM set, so likely that version. `adcockm#8175` from the Retro Handhelds Discord did some phenomenal work checking the full v0.2.97.24 against the device's April 20th firmware - thanks `adcockm#8175`! The below table has their findings:
|
||||
The device is running some version of Final Burn Alpha. Thanks to some truly exceptional work by `adcockm#8175` from the Retro Handhelds Discord, we know it supports an unusual mix of ROM sets, largely based on MAME 0.106 and Final Burn Alpha v0.2.97.42. `adcockm#8175` has gone ahead and compiled two separate [Clrmamepro](https://mamedev.emulab.it/clrmamepro/) dat files - [one for _all_ sets technically supported by the SF2000's current BIOS](/arcade/DataFrog%20SF2000%20(FBA%20v0.2.97.42).dat) (as of May 2023; though note that "supported" does not mean working or playable), and [one for all playable sets](/arcade/DataFrog%20SF2000%20(FBA%20v0.2.97.42)%20playable_no_dups.dat) with duplicates removed (and note, "playable" may include games with missing sound, graphical glitches, performance issues, but are otherwise technically functional). If you want to build a working set from the dat files, `adcockm#8175` has further provided [a list of "hints"](/arcade/Building%20the%20DataFrog%20SF2000%20(FBA%20v0.2.97.42)%20set.txt) as the sets you'll need to track down - for obvious reasons neither I nor anyone else can provide links to such material, but hopefully the hints will get you something you can start searching for. Finally, there's also [a HTML document](/arcade/DataFrog_SF2000_FBA.html) with a list of all of the supported sets along with some useful metadata, such as the set's full name, playability information, screen orientation, etc..
|
||||
|
||||
| List | Name | Description |
|
||||
| ---- | ---- | ----------- |
|
||||
| [view](/text/inrom_sf2000_fba.txt) | On microSD | These were the ROMs included on the microSD card shipped with the device |
|
||||
| [view](/text/notlistedinrom_sf2000_fba.txt) | Not Listed | The SF2000's firmware contains a list of FBA ROM names, including ROMs not included on the microSD card - it is assumed these are the only games the flavour of FBA on the SF2000 knows about. This text file contains a list of the ROMs from the v0.2.97.24 set that were _not_ listed in the firmware; these are assumed to be incompatible, and were not tested |
|
||||
| [view](/text/testednoload_sf2000_fba.txt) | No Load | These ROMs immediately hung the emulator without any indication it had loaded any files successfully |
|
||||
| [view](/text/testedloadhang_sf2000_fba.txt) | Load Hang | These ROMs indicated they were loading some files on startup, but hung before completing |
|
||||
| [view](/text/testedloadcorrupt_sf2000_fba.txt) | Load Corrupt | These ROMs appeared to complete loading, but only showed severe graphical corruption (e.g., garbage, static, a black screen, etc.) and usually wouldn't allow exit back to the SF2000's menu via start+select |
|
||||
| [view](/text/working_sf2000_fba.txt) | Working | These ROMs loaded successfully; note that "working" does not mean "works perfectly" - some may be too slow to play, may not have any audio, may not be controllable (e.g., light-gun games), etc. - they just finish loading successfully |
|
||||
`adcockm#8175` also provided the following interesting statistics:
|
||||
|
||||
- Number of arcade ROMs known by the SF2000's firmware: `1431`
|
||||
- Number properly rotated: `1291`
|
||||
- Number with vertical orientation: `134`
|
||||
- Number with screen upside-down: `6`
|
||||
- Number "playable" (maybe no sound, some slowness, minor graphics issues): `949`
|
||||
- Number unplayably broken but technically running: `175`
|
||||
- Number fully broken (load hang/crash, etc.): `307`
|
||||
- Number of playable unique games (dupes filtered out) in proper rotation: `354`
|
||||
- Number of playable unique games (dupes filtered out) with rotated display: `61`
|
||||
- Number of different versions of Street Fighter 2: `60+` 😵💫 [Von Millhausen: I think this stat is only half a joke!]
|
||||
- Playable set total size: `3.10 GB` (3,336,344,502 bytes)
|
||||
- Full set total size: `11.4 GB` (12,245,306,389 bytes)
|
||||
|
||||
### NES
|
||||
Appears to be a version of FCEUmm. There are references in the firmware to different NES palettes, but there's no interface or configuration for the emulator itself to choose one. On the original firmware, the A and B buttons were swapped. See "[Button Mappings/Key Bindings](#button-mappingskey-bindings)" section below.
|
||||
@ -119,8 +125,8 @@ Performance is fairly poor. On the original firmware, A and B buttons are mapped
|
||||
|
||||
---
|
||||
|
||||
## Firmware/BIOS (biserv.asd)
|
||||
The firmware for the SF2000 is actually located on the microSD card, in a file called `biserv.asd` located in the BIOS folder. This file is a monolithic binary blob, which contains the device's OS, the emulators, their settings... basically everything. Data Frog have issued some firmware updates for the device since launch; the updates have added new features (e.g., additional language support, favourites, history, etc.), but have also introduced bugs (e.g., some SNES games run very slowly until they are quit and launched again, etc.). Data Frog have published a YouTube video showing how to update the firmware on the device, which [you can find here](https://www.youtube.com/watch?v=j8dT2fdGfck); the video's description contains a link to where you can download the latest firmware.
|
||||
## Firmware/BIOS (bisrv.asd)
|
||||
The firmware for the SF2000 is actually located on the microSD card, in a file called `bisrv.asd` located in the BIOS folder. This file is a monolithic binary blob, which contains the device's OS, the emulators, their settings... basically everything. Data Frog have issued some firmware updates for the device since launch; the updates have added new features (e.g., additional language support, favourites, history, etc.), but have also introduced bugs (e.g., some SNES games run very slowly until they are quit and launched again, etc.). Data Frog have published a YouTube video showing how to update the firmware on the device, which [you can find here](https://www.youtube.com/watch?v=j8dT2fdGfck); the video's description contains a link to where you can download the latest firmware.
|
||||
|
||||
Known firmware versions are currently (dates approximate):
|
||||
|
||||
@ -134,12 +140,12 @@ Known firmware versions are currently (dates approximate):
|
||||
There is not currently any custom firmware (CFW) for the device. The stock firmware is currently being investigated; here are some findings from it:
|
||||
|
||||
### Button Mappings/Key Bindings
|
||||
`osaka#9664` discovered that the OS supports loading game-specific key bindings from `.kmp` files, stored in the `save` folder for each system and named after a game's ROM file (e.g., `/FC/save/Game Name.EXT.kmp`). They also discovered where in the `biserv.asd` file the default mappings for each emulator are stored. Working with this information, `notv37#4200` worked out what bits related to what buttons for each emulator. Using both their findings, we now have a tool which can be used to update both the global button mappings for the emulators, as well as create per-ROM mappings - you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm).
|
||||
`osaka#9664` discovered that the OS supports loading game-specific key bindings from `.kmp` files, stored in the `save` folder for each system and named after a game's ROM file (e.g., `/FC/save/Game Name.EXT.kmp`). They also discovered where in the `bisrv.asd` file the default mappings for each emulator are stored. Working with this information, `notv37#4200` worked out what bits related to what buttons for each emulator. Using both their findings, we now have a tool which can be used to update both the global button mappings for the emulators, as well as create per-ROM mappings - you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm).
|
||||
|
||||
Note that the game-specific key bindings function have been removed from the May 15th firmware onwards.
|
||||
|
||||
### Boot Logo
|
||||
When the device is powered on, a "Welcome" image is displayed for a short time before the main menu appears. This image comes from inside `biserv.asd`, (towards the end; exact offset varies between BIOS revisions). It's a `512x200` RGB565 Little Endian raw image file, and looks like this:
|
||||
When the device is powered on, a "Welcome" image is displayed for a short time before the main menu appears. This image comes from inside `bisrv.asd`, (towards the end; exact offset varies between BIOS revisions). It's a `512x200` RGB565 Little Endian raw image file, and looks like this:
|
||||
|
||||
![Boot Logo](/images/bootlogo.png)
|
||||
|
||||
@ -166,7 +172,7 @@ The Resources folder on the microSD card contains all of the resources used by t
|
||||
| `yahei_Arial.ttf` | ✨ | ✅ | ✅ | ✅ | The "Arial" typeface, containing Latin, Greek, Cyrillic, Chinese, Japanese and Korean characters |
|
||||
|
||||
### Images (Used)
|
||||
As far as I am aware, all of the below images are actively used by the `20230515` version of the firmware; happy to take any corrections if it turns out any of them are unused! Note that while the stock theme is based around a `640x480` resolution, the actual _display_ on the SF2000 is a `320x240` one. The OS on the device uses nearest-neighbour scaling for its images, giving the stock UI a somewhat aliased appearance. If you're planning to make your own theme for the SF2000, design it for `320x240`, and then double the resolution when exporting the final images to the device for a crisper look on the internal panel.
|
||||
As far as I am aware, all of the below images are actively used by the `20230515` version of the firmware; happy to take any corrections if it turns out any of them are unused! Note that while the stock theme is based around a `640x480` resolution, the actual _display_ on the SF2000 is a `320x240` one. The OS on the device uses nearest-neighbour scaling for its images, giving the stock UI a somewhat aliased appearance. If you're planning to make your own theme for the SF2000, design it for `320x240`, and then double the resolution when exporting the final images to the device for a crisper look on the internal panel. I've written a generic image tool for the SF2000 - it lets you convert SF2000-formatted images to PNG files, and lets you convert PNG or JPEG images to SF2000 formats (which may be useful if you want to theme your device); you can [find this tool here](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm).
|
||||
|
||||
| Filename | Resolution | Format | 03.15 | 04.20 | 05.15 | 05.22 | Description | View |
|
||||
| -------- | ---------- | ------ | ----- | ----- | ----- | ----- | ----------- | ---- |
|
||||
@ -225,6 +231,7 @@ As far as I am aware, all of the below images are actively used by the `20230515
|
||||
| `mssvp.nec` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Japanese | [view](/images/mssvp.nec.png) |
|
||||
| `normidna.bin` | 40x24 | BGRA | ✨ | ✅ | ✅ | ✅ | Search game-list indicator | [view](/images/normidna.png) |
|
||||
| `ntdll.bvs` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Polish | [view](/images/ntdll.bvs.png) |
|
||||
| `nvinf.hsp` | 16x240 | BGRA | ✨ | ✅ | ✅ | ✅ | Latin numbers 0 to 9 listed vertically, used for the number of games available in each main menu category | [view](/images/nvinf.hsp.png) |
|
||||
| `okcg2.old` | 32x32 | BGRA | | | ✨ | ✅ | The star icon that appears beside favourited games in the game-lists | [view](/images/okcg2.old.png) |
|
||||
| `pcadm.nec` | 1008x164 | BRGA | | ✨ | 🚩 | ✅ | User settings screen icons and labels in Italian | [view](/images/pcadm.nec.png) |
|
||||
| `pwsso.occ` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | In-game menu (position 4) | [view](/images/pwsso.png) |
|
||||
@ -270,7 +277,6 @@ To the best of my knowledge, the following image files are currently __unused__
|
||||
| `mswbv.cpl` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Game Boy Advance main menu background | [view](/images/unused/mswbv.cpl.png) |
|
||||
| `nettrace.dll` | 40x24 | BGRA | ✨ | ✅ | ✅ | ✅ | Unknown game-list indicator (grey joystick with yellow buttons) | [view](/images/unused/nettrace.dll.png) |
|
||||
| `nsibm.ctp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Arcade main menu background | [view](/images/unused/nsibm.ctp.png) |
|
||||
| `nvinf.hsp` | 16x240 | BGRA | ✨ | ✅ | ✅ | ✅ | Latin numbers 0 to 9 listed vertically | [view](/images/unused/nvinf.hsp.png) |
|
||||
| `nvinfohsp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Genesis/Mega Drive main menu background (note: there's no extension separator for this file, I suspect the file name is typo'd in the filesystem!) | [view](/images/unused/nvinfohsp.png) |
|
||||
| `pcadm.hsp` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: User main menu background (NTSC TV system selected) | [view](/images/unused/pcadm.hsp.png) |
|
||||
| `plasy.ers` | 640x480 | RGB565 Little Endian | ✨ | ✅ | ✅ | ✅ | Alternate UI: Game Boy Advance main menu background | [view](/images/unused/plasy.ers.png) |
|
||||
@ -356,11 +362,14 @@ All of these are linked above already in their relevant sections, but just in ca
|
||||
- [Button Mapping Tool](https://vonmillhausen.github.io/sf2000/tools/buttonMappingChanger.htm)
|
||||
- [Data Frog's firmware update tutorial](https://www.youtube.com/watch?v=j8dT2fdGfck)
|
||||
- [FROGTOOL](https://github.com/tzlion/frogtool) (for updating the built-in game lists)
|
||||
- [Generic Image Tool](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm)
|
||||
- [Silent background music file](/sounds/silentMusic/pagefile.sys) (replace the file in the `Resources` folder on the microSD card)
|
||||
|
||||
---
|
||||
|
||||
## Version History
|
||||
- `20230524 - 1.11`: Added my new [Generic Image Tool](https://vonmillhausen.github.io/sf2000/tools/genericImageTool.htm). Added more exceptional information from `adcockm#8175` in regards to arcade emulation on the SF2000, and cleaned up the old info accordingly. Corrected some typos related to `bisrv.asd` (thanks `Luke#4448`!). Usage of `nvinf.hsp` was tracked down to the numbers of games available on the main menu pages (thanks `kid_sinn#9691`!).
|
||||
|
||||
- `20230522 - 1.10`: Updated resource tables for the new `05.22` firmware (no changes); added a table with details about known firmware versions. Added a "Tools & Links" section.
|
||||
|
||||
- `20230516 - 1.9`: Updated most of the Resources file lists to include firmware-related information (added, (un)changed, removed). Added new image resources for the latest May 15th firmware. Updated some images files previews to contain the fake name extensions as well. Added detail about the removal of per-game button maps from May 15th firmware. Renamed the sound previews to contain the fake name extensions as well.
|
||||
|
16
arcade/Building the DataFrog SF2000 (FBA v0.2.97.42) set.txt
Normal file
16
arcade/Building the DataFrog SF2000 (FBA v0.2.97.42) set.txt
Normal file
@ -0,0 +1,16 @@
|
||||
MAME 0.106
|
||||
- gets to 2000 missing files, and 26 missing sets
|
||||
Final Burn Alpha v0.2.97.42
|
||||
- gets to 150 missing files, and 1 missing set
|
||||
HBMAME 0.220
|
||||
- gets it to 141 missing files, and 1 missing set
|
||||
FinalBurn Legends v1.26
|
||||
- gets it to 34 missing files, and 1 missing set
|
||||
MAME_2010
|
||||
- gets it to 30 missing files, and 1 missing set
|
||||
NeoGeoRomCollectionByGhostware
|
||||
- gets it to 22 missing files, and 1 missing set
|
||||
Royal Ascot II (rascot2)
|
||||
- final missing files and set
|
||||
|
||||
A WINNER IS YOU
|
9830
arcade/DataFrog SF2000 (FBA v0.2.97.42) playable_no_dups.dat
Normal file
9830
arcade/DataFrog SF2000 (FBA v0.2.97.42) playable_no_dups.dat
Normal file
File diff suppressed because it is too large
Load Diff
34022
arcade/DataFrog SF2000 (FBA v0.2.97.42).dat
Normal file
34022
arcade/DataFrog SF2000 (FBA v0.2.97.42).dat
Normal file
File diff suppressed because it is too large
Load Diff
1442
arcade/DataFrog_SF2000_FBA.html
Normal file
1442
arcade/DataFrog_SF2000_FBA.html
Normal file
File diff suppressed because it is too large
Load Diff
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 6.8 KiB |
@ -1,225 +0,0 @@
|
||||
2020bb.zip
|
||||
3countb.zip
|
||||
3in1semi.zip
|
||||
3wonders.zip
|
||||
alpham2.zip
|
||||
androdun.zip
|
||||
aodk.zip
|
||||
aof.zip
|
||||
aof2.zip
|
||||
aof3.zip
|
||||
area88.zip
|
||||
armwar.zip
|
||||
avsp.zip
|
||||
bakatono.zip
|
||||
bangbead.zip
|
||||
batcir.zip
|
||||
bjourney.zip
|
||||
blazstar.zip
|
||||
bonkadv.zip
|
||||
breakers.zip
|
||||
bstars2.zip
|
||||
burningf.zip
|
||||
captcomm.zip
|
||||
cawing.zip
|
||||
chikij.zip
|
||||
choko.zip
|
||||
crsword.zip
|
||||
csclub.zip
|
||||
cthd2003.zip
|
||||
ctomaday.zip
|
||||
ctribe.zip
|
||||
cyberlip.zip
|
||||
cybots.zip
|
||||
daimakai.zip
|
||||
ddsom.zip
|
||||
ddtod.zip
|
||||
diggerma.zip
|
||||
dino.zip
|
||||
doubledr.zip
|
||||
drgw2.zip
|
||||
dstlk.zip
|
||||
dynwar.zip
|
||||
ecofghtr.zip
|
||||
eightman.zip
|
||||
fatfursp.zip
|
||||
fatfury1.zip
|
||||
fatfury2.zip
|
||||
fatfury3.zip
|
||||
fbfrenzy.zip
|
||||
ffight.zip
|
||||
fightfev.zip
|
||||
flipshot.zip
|
||||
forgottn.zip
|
||||
gaia.zip
|
||||
galaxyfg.zip
|
||||
ganryu.zip
|
||||
garou.zip
|
||||
ghostlop.zip
|
||||
ghouls.zip
|
||||
gigawing.zip
|
||||
goalx3.zip
|
||||
gowcaizr.zip
|
||||
gpilots.zip
|
||||
grdians.zip
|
||||
gtmr2.zip
|
||||
gururin.zip
|
||||
janshin.zip
|
||||
joyjoy.zip
|
||||
jyangoku.zip
|
||||
kabukikl.zip
|
||||
karatblz.zip
|
||||
karnovr.zip
|
||||
kbash.zip
|
||||
kizuna.zip
|
||||
knights.zip
|
||||
kod.zip
|
||||
kof2000.zip
|
||||
kof2k4se.zip
|
||||
kof94.zip
|
||||
kof95.zip
|
||||
kof97.zip
|
||||
kof98.zip
|
||||
kof99.zip
|
||||
kotm.zip
|
||||
kotm2.zip
|
||||
kov.zip
|
||||
kov115.zip
|
||||
kovplus.zip
|
||||
kovplusa.zip
|
||||
lastblad.zip
|
||||
lbowling.zip
|
||||
legendos.zip
|
||||
lostwrld.zip
|
||||
lresort.zip
|
||||
magdrop2.zip
|
||||
magdrop3.zip
|
||||
maglord.zip
|
||||
matrim.zip
|
||||
matrimbl.zip
|
||||
mbombrd.zip
|
||||
megaman.zip
|
||||
megaman2.zip
|
||||
mercs.zip
|
||||
metmqstr.zip
|
||||
miexchng.zip
|
||||
minasan.zip
|
||||
mmatrix.zip
|
||||
mpang.zip
|
||||
msh.zip
|
||||
mshvsf.zip
|
||||
mslug.zip
|
||||
mslug2.zip
|
||||
mslug3.zip
|
||||
mslug3b6.zip
|
||||
mslug3h.zip
|
||||
mslugx.zip
|
||||
msword.zip
|
||||
mtwins.zip
|
||||
mutnat.zip
|
||||
mvsc.zip
|
||||
nam1975.zip
|
||||
ncombat.zip
|
||||
ncommand.zip
|
||||
nemo.zip
|
||||
neobombe.zip
|
||||
neocup98.zip
|
||||
neodrift.zip
|
||||
neomrdo.zip
|
||||
ninjamas.zip
|
||||
nitd.zip
|
||||
nwarr.zip
|
||||
orlegend.zip
|
||||
overtop.zip
|
||||
pang3.zip
|
||||
panicbom.zip
|
||||
pbobbl2n.zip
|
||||
pbobblen.zip
|
||||
pgoal.zip
|
||||
plegends.zip
|
||||
pnickj.zip
|
||||
pnyaa.zip
|
||||
popbounc.zip
|
||||
powerins.zip
|
||||
progear.zip
|
||||
pulstar.zip
|
||||
punisher.zip
|
||||
puzlstar.zip
|
||||
puzzledp.zip
|
||||
pwrinst2.zip
|
||||
pzlbowl.zip
|
||||
pzloop2j.zip
|
||||
ragnagrd.zip
|
||||
rbff1.zip
|
||||
rbffspec.zip
|
||||
ridhero.zip
|
||||
ringdest.zip
|
||||
roboarmy.zip
|
||||
rotd.zip
|
||||
s1945p.zip
|
||||
sailormn.zip
|
||||
samsho.zip
|
||||
samsho2.zip
|
||||
samsho3.zip
|
||||
samsho4.zip
|
||||
savagere.zip
|
||||
sdfight.zip
|
||||
sdodgeb.zip
|
||||
sengoku.zip
|
||||
sengoku2.zip
|
||||
sf2.zip
|
||||
sf2ce.zip
|
||||
sfa.zip
|
||||
sfa2.zip
|
||||
sfa3.zip
|
||||
sfzch.zip
|
||||
sgemf.zip
|
||||
shadfrce.zip
|
||||
shadoww.zip
|
||||
shocktr2.zip
|
||||
shocktro.zip
|
||||
slammast.zip
|
||||
snowbros.zip
|
||||
sonicwi2.zip
|
||||
sonicwi3.zip
|
||||
spf2t.zip
|
||||
spf2ta.zip
|
||||
spinmast.zip
|
||||
ssf2.zip
|
||||
ssideki.zip
|
||||
ssideki2.zip
|
||||
ssideki3.zip
|
||||
ssideki4.zip
|
||||
stakwin.zip
|
||||
stakwin2.zip
|
||||
stratof.zip
|
||||
strider.zip
|
||||
superspy.zip
|
||||
svcboot.zip
|
||||
theroes.zip
|
||||
tophuntr.zip
|
||||
tpgolf.zip
|
||||
trally.zip
|
||||
turbofrc.zip
|
||||
turfmast.zip
|
||||
twinspri.zip
|
||||
tws96.zip
|
||||
unsquad.zip
|
||||
uopoko.zip
|
||||
varth.zip
|
||||
vsav.zip
|
||||
vsav2.zip
|
||||
wakuwak7.zip
|
||||
wh1.zip
|
||||
wh2.zip
|
||||
whp.zip
|
||||
wildfang.zip
|
||||
willow.zip
|
||||
wjammers.zip
|
||||
wof.zip
|
||||
wofj.zip
|
||||
xmcota.zip
|
||||
xmvsf.zip
|
||||
zedblade.zip
|
||||
zintrckb.zip
|
||||
zupapa.zip
|
File diff suppressed because it is too large
Load Diff
@ -1,96 +0,0 @@
|
||||
abcop.zip
|
||||
acitya.zip
|
||||
ark1ball.zip
|
||||
arkanoid.zip
|
||||
arkatour.zip
|
||||
astorm.zip
|
||||
astormj.zip
|
||||
bayroute.zip
|
||||
beastf.zip
|
||||
bgaregga.zip
|
||||
biomtoy.zip
|
||||
bsharkj.zip
|
||||
bullet.zip
|
||||
bwcasino.zip
|
||||
cltchitr.zip
|
||||
cotton.zip
|
||||
cottonj.zip
|
||||
cottonu.zip
|
||||
ddcrew.zip
|
||||
ddcrew1.zip
|
||||
garoubl.zip
|
||||
garoup.zip
|
||||
getstar.zip
|
||||
gprider1.zip
|
||||
kof10th.zip
|
||||
kof96.zip
|
||||
kof96h.zip
|
||||
lastbld2.zip
|
||||
lghost.zip
|
||||
lghostu.zip
|
||||
loffire.zip
|
||||
loffirej.zip
|
||||
loffireu.zip
|
||||
maniacsp.zip
|
||||
mazinger.zip
|
||||
metlsavr.zip
|
||||
mrflea.zip
|
||||
mspacman.zip
|
||||
mspacmat.zip
|
||||
mspacmnf.zip
|
||||
naname.zip
|
||||
neogeo.zip
|
||||
nightstr.zip
|
||||
paintrlr.zip
|
||||
passshta.zip
|
||||
passshtj.zip
|
||||
pgm.zip
|
||||
rachero.zip
|
||||
rastan.zip
|
||||
rastanu.zip
|
||||
rastanu2.zip
|
||||
rastsaga.zip
|
||||
rbff2.zip
|
||||
rbff2h.zip
|
||||
rbff2k.zip
|
||||
route16.zip
|
||||
route16a.zip
|
||||
route16b.zip
|
||||
routex.zip
|
||||
ryukyu.zip
|
||||
shinobi1.zip
|
||||
shinobi2.zip
|
||||
silkroad.zip
|
||||
sjryuko1.zip
|
||||
slapfigh.zip
|
||||
smgp.zip
|
||||
smgp5.zip
|
||||
smgp6.zip
|
||||
smgpj.zip
|
||||
smgpja.zip
|
||||
smgpu.zip
|
||||
smgpu1.zip
|
||||
smgpu2.zip
|
||||
spacecho.zip
|
||||
spacegun.zip
|
||||
speakres.zip
|
||||
sprglobp.zip
|
||||
stratvox.zip
|
||||
suprleag.zip
|
||||
svcplus.zip
|
||||
svcplusa.zip
|
||||
tetris.zip
|
||||
tetris3.zip
|
||||
theglobp.zip
|
||||
thndrbld.zip
|
||||
truxton2.zip
|
||||
ttmahjng.zip
|
||||
viewpoin.zip
|
||||
vliner.zip
|
||||
vlinero.zip
|
||||
wb31.zip
|
||||
wb32.zip
|
||||
wb33.zip
|
||||
wb34.zip
|
||||
wwallyj.zip
|
||||
wwallyja.zip
|
@ -1,81 +0,0 @@
|
||||
4dwarrio.zip
|
||||
aceattac.zip
|
||||
astorm3.zip
|
||||
astormu.zip
|
||||
baddudes.zip
|
||||
blockgal.zip
|
||||
bloxeed.zip
|
||||
bombjack.zip
|
||||
bombrman.zip
|
||||
brain.zip
|
||||
bullfgt.zip
|
||||
ddcrewu.zip
|
||||
ddux.zip
|
||||
desertbr.zip
|
||||
dmnfrnta.zip
|
||||
drgw2c.zip
|
||||
dynablst.zip
|
||||
eswat.zip
|
||||
eswatj.zip
|
||||
eswatu.zip
|
||||
exctleag.zip
|
||||
flicky.zip
|
||||
flickyo.zip
|
||||
fpoint.zip
|
||||
fpoint1.zip
|
||||
fstarfrc.zip
|
||||
funkybee.zip
|
||||
gardia.zip
|
||||
ginkun.zip
|
||||
gprider.zip
|
||||
gyrodine.zip
|
||||
horizon.zip
|
||||
imsorry.zip
|
||||
imsorryj.zip
|
||||
kov2106.zip
|
||||
martmast.zip
|
||||
mrviking.zip
|
||||
mvp.zip
|
||||
mvpj.zip
|
||||
mwalk.zip
|
||||
myhero.zip
|
||||
myherok.zip
|
||||
ninja.zip
|
||||
nprinces.zip
|
||||
passsht.zip
|
||||
pitfall2.zip
|
||||
raflesia.zip
|
||||
regulus.zip
|
||||
reguluso.zip
|
||||
regulusu.zip
|
||||
riot.zip
|
||||
robocop.zip
|
||||
robocopb.zip
|
||||
rtypeleo.zip
|
||||
seganinj.zip
|
||||
sf2m2.zip
|
||||
skylancr.zip
|
||||
solomon.zip
|
||||
solomonj.zip
|
||||
spatter.zip
|
||||
ssanchan.zip
|
||||
sscandal.zip
|
||||
starjack.zip
|
||||
swat.zip
|
||||
teddybb.zip
|
||||
teddybbo.zip
|
||||
tetris1.zip
|
||||
tetris2.zip
|
||||
thetogyu.zip
|
||||
tigerh.zip
|
||||
upndown.zip
|
||||
upndownu.zip
|
||||
wbdeluxe.zip
|
||||
wboy.zip
|
||||
wboy2.zip
|
||||
wboy2u.zip
|
||||
wboy3.zip
|
||||
wboy4.zip
|
||||
wboyo.zip
|
||||
wboyu.zip
|
||||
wmatch.zip
|
@ -1,194 +0,0 @@
|
||||
1941r1.zip
|
||||
1941u.zip
|
||||
1942abl.zip
|
||||
1943b.zip
|
||||
1943ja.zip
|
||||
1943u.zip
|
||||
3wondersh.zip
|
||||
3wondersu.zip
|
||||
4play.zip
|
||||
600.zip
|
||||
7ordi.zip
|
||||
7toitsu.zip
|
||||
800fath.zip
|
||||
88games.zip
|
||||
8ballact.zip
|
||||
8bpm.zip
|
||||
99lstwara.zip
|
||||
99lstwark.zip
|
||||
aceattaca.zip
|
||||
acrobatm.zip
|
||||
actfancr.zip
|
||||
actfancr1.zip
|
||||
actfancrj.zip
|
||||
ad2083.zip
|
||||
agalleth.zip
|
||||
agalletj.zip
|
||||
agalletk.zip
|
||||
agallett.zip
|
||||
agalletu.zip
|
||||
agress.zip
|
||||
agressb.zip
|
||||
airattck.zip
|
||||
airattcka.zip
|
||||
airbustr.zip
|
||||
airbustrb.zip
|
||||
airbustrj.zip
|
||||
airduel.zip
|
||||
ajax.zip
|
||||
ajaxj.zip
|
||||
alcon.zip
|
||||
alexkidd1.zip
|
||||
alibabab.zip
|
||||
aliencha.zip
|
||||
alienchac.zip
|
||||
aliens.zip
|
||||
aliens2.zip
|
||||
aliens3.zip
|
||||
aliensa.zip
|
||||
aliensec.zip
|
||||
aliensj.zip
|
||||
aliensj2.zip
|
||||
aliensu.zip
|
||||
aliensyn2.zip
|
||||
aliensyn3.zip
|
||||
aliensyn5.zip
|
||||
aliensynj.zip
|
||||
aliensynjo.zip
|
||||
alpham2p.zip
|
||||
altbeast2.zip
|
||||
altbeast4.zip
|
||||
altbeast5.zip
|
||||
altbeast6.zip
|
||||
altbeastj.zip
|
||||
altbeastj3.zip
|
||||
amatelas.zip
|
||||
amazon.zip
|
||||
ambushj.zip
|
||||
amidar.zip
|
||||
bangbedp.zip
|
||||
batrider.zip
|
||||
batsugun.zip
|
||||
bbakraid.zip
|
||||
beast.zip
|
||||
block.zip
|
||||
breakrev.zip
|
||||
bshark.zip
|
||||
bstars.zip
|
||||
cworld.zip
|
||||
dblaxle.zip
|
||||
dcon.zip
|
||||
ddcrew2.zip
|
||||
ddcrewj.zip
|
||||
ddp2.zip
|
||||
ddragon.zip
|
||||
ddtodh.zip
|
||||
dealer.zip
|
||||
dmnfrnt.zip
|
||||
dotrikun.zip
|
||||
drivfrcp.zip
|
||||
dwi.zip
|
||||
dynwarj.zip
|
||||
eto.zip
|
||||
ffightj1.zip
|
||||
ffightj2.zip
|
||||
gng.zip
|
||||
hsf2.zip
|
||||
hsf2j.zip
|
||||
hwchamp.zip
|
||||
irrmaze.zip
|
||||
jockeygp.zip
|
||||
karnov.zip
|
||||
ket.zip
|
||||
kf2k2mp.zip
|
||||
kf2k2mp2.zip
|
||||
kf2k2pla.zip
|
||||
kf2k2pls.zip
|
||||
kf2k3bl.zip
|
||||
kf2k3bla.zip
|
||||
kf2k3pcb.zip
|
||||
kf2k3pl.zip
|
||||
kf2k3upl.zip
|
||||
killbld.zip
|
||||
knightsj.zip
|
||||
kof2000n.zip
|
||||
kof2001.zip
|
||||
kof2001h.zip
|
||||
kof2002.zip
|
||||
kof2002b.zip
|
||||
kof2003.zip
|
||||
kof2003h.zip
|
||||
kof99e.zip
|
||||
kong.zip
|
||||
kov2.zip
|
||||
kov2p.zip
|
||||
kovsh.zip
|
||||
lastduel.zip
|
||||
madgearj.zip
|
||||
magdrop.zip
|
||||
mahretsu.zip
|
||||
maniacsq.zip
|
||||
mercsu.zip
|
||||
minivadr.zip
|
||||
ms4plus.zip
|
||||
ms5pcb.zip
|
||||
ms5plus.zip
|
||||
mschamp.zip
|
||||
mslug4.zip
|
||||
mslug5.zip
|
||||
mslug5h.zip
|
||||
nob.zip
|
||||
nost.zip
|
||||
olds.zip
|
||||
olds100.zip
|
||||
olds100a.zip
|
||||
pang.zip
|
||||
pang3j.zip
|
||||
pass.zip
|
||||
pbobble.zip
|
||||
photoy2k.zip
|
||||
porky.zip
|
||||
pow.zip
|
||||
rchase.zip
|
||||
rtype.zip
|
||||
s1945.zip
|
||||
samsh5sp.zip
|
||||
samsho5.zip
|
||||
samsho5b.zip
|
||||
samsho5h.zip
|
||||
sbm.zip
|
||||
sengoku3.zip
|
||||
sf.zip
|
||||
sf2acc.zip
|
||||
sf2ceub.zip
|
||||
sf2ceuc.zip
|
||||
sf2hf.zip
|
||||
sf2m8.zip
|
||||
sfa2u.zip
|
||||
sfj.zip
|
||||
sfu.zip
|
||||
sfx.zip
|
||||
sfzh.zip
|
||||
socbrawl.zip
|
||||
spy.zip
|
||||
sstriker.zip
|
||||
stg.zip
|
||||
strhoop.zip
|
||||
striderj.zip
|
||||
svc.zip
|
||||
svcpcb.zip
|
||||
svcpcba.zip
|
||||
tigerhb1.zip
|
||||
toutrun.zip
|
||||
tumblep.zip
|
||||
varthj.zip
|
||||
vulgus.zip
|
||||
wh2j.zip
|
||||
willowj.zip
|
||||
wof3js.zip
|
||||
wofah.zip
|
||||
wofjh.zip
|
||||
xmcotaa.zip
|
||||
xmcotaj.zip
|
||||
xmcotaj1.zip
|
||||
xmcotaj2.zip
|
@ -1,672 +0,0 @@
|
||||
1941.zip
|
||||
1941j.zip
|
||||
1942.zip
|
||||
1942a.zip
|
||||
1942b.zip
|
||||
1942w.zip
|
||||
1943.zip
|
||||
1943j.zip
|
||||
1943kai.zip
|
||||
1944.zip
|
||||
1944d.zip
|
||||
1944j.zip
|
||||
1945kiii.zip
|
||||
19xx.zip
|
||||
19xxa.zip
|
||||
19xxb.zip
|
||||
19xxd.zip
|
||||
19xxh.zip
|
||||
19xxj.zip
|
||||
19xxjr1.zip
|
||||
2020bba.zip
|
||||
2020bbh.zip
|
||||
4enraya.zip
|
||||
4in1boot.zip
|
||||
99lstwar.zip
|
||||
abscam.zip
|
||||
aburner.zip
|
||||
aburner2.zip
|
||||
aerofgt.zip
|
||||
aerofgtb.zip
|
||||
aerofgtc.zip
|
||||
afighter.zip
|
||||
agallet.zip
|
||||
airwolf.zip
|
||||
airwolfa.zip
|
||||
alexkidd.zip
|
||||
alibaba.zip
|
||||
aliensyn.zip
|
||||
altbeast.zip
|
||||
ambush.zip
|
||||
ambushv.zip
|
||||
aof2a.zip
|
||||
aof3k.zip
|
||||
aquajack.zip
|
||||
arkangc.zip
|
||||
arkangc2.zip
|
||||
arkatayt.zip
|
||||
arkbloc2.zip
|
||||
arkblock.zip
|
||||
arkgcbl.zip
|
||||
arktayt2.zip
|
||||
armwara.zip
|
||||
armwarr1.zip
|
||||
armwaru.zip
|
||||
atompunk.zip
|
||||
aurail.zip
|
||||
aurail1.zip
|
||||
aurailj.zip
|
||||
avspa.zip
|
||||
avspd.zip
|
||||
avsph.zip
|
||||
avspj.zip
|
||||
avspu.zip
|
||||
bakubrkr.zip
|
||||
ballbros.zip
|
||||
bankp.zip
|
||||
batcira.zip
|
||||
batcird.zip
|
||||
batcirj.zip
|
||||
bcstry.zip
|
||||
bcstrya.zip
|
||||
berlwall.zip
|
||||
bigbucks.zip
|
||||
bionicc.zip
|
||||
bionicc1.zip
|
||||
bionicc2.zip
|
||||
blazeon.zip
|
||||
bloodwar.zip
|
||||
bodyslam.zip
|
||||
brix.zip
|
||||
buzzard.zip
|
||||
cameltry.zip
|
||||
cannonbp.zip
|
||||
cawingj.zip
|
||||
cawingr1.zip
|
||||
cawingu.zip
|
||||
chasehq.zip
|
||||
chasehqj.zip
|
||||
chokchok.zip
|
||||
combh.zip
|
||||
contcirc.zip
|
||||
cookbib.zip
|
||||
cookbib2.zip
|
||||
cookbib3.zip
|
||||
cps1frog.zip
|
||||
crush.zip
|
||||
crush2.zip
|
||||
crush3.zip
|
||||
crush4.zip
|
||||
crushbl.zip
|
||||
crushs.zip
|
||||
cscluba.zip
|
||||
csclubh.zip
|
||||
csclubj.zip
|
||||
csclubjr.zip
|
||||
ct2k3sa.zip
|
||||
ct2k3sp.zip
|
||||
ctribe1.zip
|
||||
ctribeb.zip
|
||||
ctrpllrp.zip
|
||||
cworld2j.zip
|
||||
cybotsj.zip
|
||||
cybotsu.zip
|
||||
daisenpu.zip
|
||||
darius.zip
|
||||
darius2.zip
|
||||
dariuse.zip
|
||||
dariusj.zip
|
||||
dariuso.zip
|
||||
ddonpach.zip
|
||||
ddragon3.zip
|
||||
ddsoma.zip
|
||||
ddsomb.zip
|
||||
ddsomj.zip
|
||||
ddsomjr1.zip
|
||||
ddsomr1.zip
|
||||
ddsomr2.zip
|
||||
ddsomr3.zip
|
||||
ddsomu.zip
|
||||
ddsomud.zip
|
||||
ddsomur1.zip
|
||||
ddtoda.zip
|
||||
ddtodd.zip
|
||||
ddtodj.zip
|
||||
ddtodjr1.zip
|
||||
ddtodjr2.zip
|
||||
ddtodr1.zip
|
||||
ddtodu.zip
|
||||
ddtodur1.zip
|
||||
ddux1.zip
|
||||
dduxbl.zip
|
||||
deadconx.zip
|
||||
defense.zip
|
||||
dfeveron.zip
|
||||
dimahoo.zip
|
||||
dimahoou.zip
|
||||
dinoh.zip
|
||||
dinoha.zip
|
||||
dinoj.zip
|
||||
dinorex.zip
|
||||
dinorexj.zip
|
||||
dinorexu.zip
|
||||
dinou.zip
|
||||
dogyuun.zip
|
||||
dommy.zip
|
||||
dondokod.zip
|
||||
donpachi.zip
|
||||
dquizgo.zip
|
||||
dremshpr.zip
|
||||
drgnbowl.zip
|
||||
drgw2j.zip
|
||||
driftout.zip
|
||||
driveout.zip
|
||||
drtomy.zip
|
||||
dstlka.zip
|
||||
dstlku.zip
|
||||
dstlku1d.zip
|
||||
dstlkur1.zip
|
||||
dumpmtmt.zip
|
||||
dunkshot.zip
|
||||
eggor.zip
|
||||
eggs.zip
|
||||
endurobl.zip
|
||||
enduror.zip
|
||||
enduror1.zip
|
||||
enforce.zip
|
||||
esprade.zip
|
||||
espradej.zip
|
||||
eswatbl.zip
|
||||
euroch92.zip
|
||||
exedexes.zip
|
||||
explbrkr.zip
|
||||
eyes.zip
|
||||
eyes2.zip
|
||||
fantasia.zip
|
||||
fantsia2.zip
|
||||
fantsy95.zip
|
||||
fantzone.zip
|
||||
feversos.zip
|
||||
ffightj.zip
|
||||
ffightu.zip
|
||||
ffightua.zip
|
||||
ffightub.zip
|
||||
finalb.zip
|
||||
finalbj.zip
|
||||
finalbu.zip
|
||||
finalttr.zip
|
||||
flashgal.zip
|
||||
fncywld.zip
|
||||
footchmp.zip
|
||||
fpointbj.zip
|
||||
fpointbl.zip
|
||||
freeze.zip
|
||||
fswords.zip
|
||||
fx.zip
|
||||
gaiden.zip
|
||||
galhustl.zip
|
||||
galpanic.zip
|
||||
garouo.zip
|
||||
gberet.zip
|
||||
gberetb.zip
|
||||
gensitou.zip
|
||||
gforce2.zip
|
||||
gforce2j.zip
|
||||
ghoulsu.zip
|
||||
gigandes.zip
|
||||
gloc.zip
|
||||
glocr360.zip
|
||||
gmahou.zip
|
||||
goldnaxe.zip
|
||||
gorkans.zip
|
||||
gpilotsh.zip
|
||||
grindstm.zip
|
||||
growl.zip
|
||||
growlu.zip
|
||||
gtmr.zip
|
||||
gtmr2a.zip
|
||||
gtmr2u.zip
|
||||
gtmra.zip
|
||||
gtmre.zip
|
||||
gtmrusa.zip
|
||||
gunfront.zip
|
||||
gunsmoke.zip
|
||||
guwange.zip
|
||||
hangly.zip
|
||||
hangly2.zip
|
||||
hangly3.zip
|
||||
hangon.zip
|
||||
hangon1.zip
|
||||
hellfire.zip
|
||||
higemaru.zip
|
||||
honeydol.zip
|
||||
hook.zip
|
||||
hookj.zip
|
||||
hooku.zip
|
||||
hotdogst.zip
|
||||
hsf2d.zip
|
||||
htchctch.zip
|
||||
hthero.zip
|
||||
hyperpac.zip
|
||||
igmo.zip
|
||||
inthunt.zip
|
||||
inthuntu.zip
|
||||
jack.zip
|
||||
jack2.zip
|
||||
jack3.zip
|
||||
joinem.zip
|
||||
joyman.zip
|
||||
jumping.zip
|
||||
jumpkids.zip
|
||||
jumppop.zip
|
||||
jumpshot.zip
|
||||
kaiteids.zip
|
||||
kf10thep.zip
|
||||
kf2k5uni.zip
|
||||
kingdmgp.zip
|
||||
knghtsha.zip
|
||||
knightsh.zip
|
||||
knightsu.zip
|
||||
kodh.zip
|
||||
kodj.zip
|
||||
kodu.zip
|
||||
kof97pls.zip
|
||||
kof98k.zip
|
||||
kof99p.zip
|
||||
korosuke.zip
|
||||
koshien.zip
|
||||
kotmh.zip
|
||||
kyustrkr.zip
|
||||
lans2004.zip
|
||||
lastsold.zip
|
||||
ledstorm.zip
|
||||
legend.zip
|
||||
liquidk.zip
|
||||
liquidku.zip
|
||||
lizwiz.zip
|
||||
loverboy.zip
|
||||
madgear.zip
|
||||
maglordh.zip
|
||||
mahoudai.zip
|
||||
majest12.zip
|
||||
maketrax.zip
|
||||
maketrxb.zip
|
||||
marukodq.zip
|
||||
mbomberj.zip
|
||||
mbombrdj.zip
|
||||
mbrush.zip
|
||||
megadon.zip
|
||||
megamn2d.zip
|
||||
meijinsn.zip
|
||||
mercsj.zip
|
||||
metalb.zip
|
||||
metalbj.zip
|
||||
mgcrystl.zip
|
||||
missmw96.zip
|
||||
missw96.zip
|
||||
mizubaku.zip
|
||||
mj4simai.zip
|
||||
mjleague.zip
|
||||
mjnquest.zip
|
||||
mmancp2u.zip
|
||||
mmatrixj.zip
|
||||
mole.zip
|
||||
moremore.zip
|
||||
moremorp.zip
|
||||
mosyougi.zip
|
||||
mpangj.zip
|
||||
mpangu.zip
|
||||
mrdo.zip
|
||||
mrdofix.zip
|
||||
mrdot.zip
|
||||
mrdoy.zip
|
||||
mrdu.zip
|
||||
mrgoemon.zip
|
||||
mrlo.zip
|
||||
mrtnt.zip
|
||||
msha.zip
|
||||
mshb.zip
|
||||
mshh.zip
|
||||
mshj.zip
|
||||
mshjr1.zip
|
||||
mshu.zip
|
||||
mshud.zip
|
||||
mshvsfa.zip
|
||||
mshvsfa1.zip
|
||||
mshvsfb.zip
|
||||
mshvsfb1.zip
|
||||
mshvsfh.zip
|
||||
mshvsfj.zip
|
||||
mshvsfj1.zip
|
||||
mshvsfj2.zip
|
||||
mshvsfu.zip
|
||||
mshvsfu1.zip
|
||||
mspacmab.zip
|
||||
mspacmbe.zip
|
||||
mspacpls.zip
|
||||
mswordj.zip
|
||||
mswordr1.zip
|
||||
mswordu.zip
|
||||
mvsca.zip
|
||||
mvscar1.zip
|
||||
mvscb.zip
|
||||
mvsch.zip
|
||||
mvscj.zip
|
||||
mvscjr1.zip
|
||||
mvscu.zip
|
||||
mvscud.zip
|
||||
mwalkbl.zip
|
||||
myangel.zip
|
||||
myangel2.zip
|
||||
mystston.zip
|
||||
ncombath.zip
|
||||
nemoj.zip
|
||||
newfant.zip
|
||||
newpuc2.zip
|
||||
newpuc2b.zip
|
||||
newpuckx.zip
|
||||
news.zip
|
||||
newsa.zip
|
||||
ninjak.zip
|
||||
ninjakj.zip
|
||||
ninjaku.zip
|
||||
ninjaw.zip
|
||||
ninjawj.zip
|
||||
nitdbl.zip
|
||||
nmaster.zip
|
||||
nmouse.zip
|
||||
nmouseb.zip
|
||||
nwarrb.zip
|
||||
nwarrh.zip
|
||||
nwarru.zip
|
||||
nwarrud.zip
|
||||
ohmygod.zip
|
||||
opwolf.zip
|
||||
opwolfa.zip
|
||||
opwolfb.zip
|
||||
opwolfu.zip
|
||||
outrun.zip
|
||||
outrunb.zip
|
||||
outzone.zip
|
||||
outzonea.zip
|
||||
outzoneb.zip
|
||||
outzonec.zip
|
||||
pacgal.zip
|
||||
pacheart.zip
|
||||
pacman.zip
|
||||
pacmanf.zip
|
||||
pacmod.zip
|
||||
pacplus.zip
|
||||
paddle2.zip
|
||||
pangpang.zip
|
||||
pdrift.zip
|
||||
pdrifta.zip
|
||||
pdrifte.zip
|
||||
pdriftj.zip
|
||||
penbros.zip
|
||||
pfghtj.zip
|
||||
pgear.zip
|
||||
pgearr1.zip
|
||||
piranha.zip
|
||||
piranhah.zip
|
||||
piranhao.zip
|
||||
pkunwar.zip
|
||||
pkunwarj.zip
|
||||
ponpoko.zip
|
||||
ponpokov.zip
|
||||
pootan.zip
|
||||
pooyan.zip
|
||||
pooyans.zip
|
||||
prehisle.zip
|
||||
preisle2.zip
|
||||
progeara.zip
|
||||
progearj.zip
|
||||
pspikes2.zip
|
||||
puckman.zip
|
||||
puckmana.zip
|
||||
puckmanf.zip
|
||||
puckmanh.zip
|
||||
puckmod.zip
|
||||
pulirula.zip
|
||||
puzzldpr.zip
|
||||
pwheelsj.zip
|
||||
pzloop2.zip
|
||||
qad.zip
|
||||
qadj.zip
|
||||
qcrayon.zip
|
||||
qcrayon2.zip
|
||||
qjinsei.zip
|
||||
qndream.zip
|
||||
qtorimon.zip
|
||||
quartet.zip
|
||||
quizdai2.zip
|
||||
quizdais.zip
|
||||
quizhq.zip
|
||||
quizkof.zip
|
||||
quizo.zip
|
||||
qzchikyu.zip
|
||||
qzquest.zip
|
||||
raiden.zip
|
||||
raidena.zip
|
||||
raidenk.zip
|
||||
raident.zip
|
||||
raiga.zip
|
||||
rbff1a.zip
|
||||
repulse.zip
|
||||
ridheroh.zip
|
||||
ringdstd.zip
|
||||
riotcity.zip
|
||||
rmancp2j.zip
|
||||
rockduck.zip
|
||||
rockmanj.zip
|
||||
rocktrv2.zip
|
||||
runark.zip
|
||||
rushatck.zip
|
||||
ryukendn.zip
|
||||
samshoh.zip
|
||||
savgbees.zip
|
||||
sci.zip
|
||||
scia.zip
|
||||
scij.zip
|
||||
sciu.zip
|
||||
scregg.zip
|
||||
sdi.zip
|
||||
sdib.zip
|
||||
sdibl.zip
|
||||
semibase.zip
|
||||
sf2accp2.zip
|
||||
sf2ceua.zip
|
||||
sf2eb.zip
|
||||
sf2j.zip
|
||||
sf2ja.zip
|
||||
sf2jc.zip
|
||||
sf2koryu.zip
|
||||
sf2m13.zip
|
||||
sf2m3.zip
|
||||
sf2m4.zip
|
||||
sf2m5.zip
|
||||
sf2m6.zip
|
||||
sf2m7.zip
|
||||
sf2rb.zip
|
||||
sf2rb2.zip
|
||||
sf2red.zip
|
||||
sf2tlona.zip
|
||||
sf2tlonb.zip
|
||||
sf2ua.zip
|
||||
sf2ub.zip
|
||||
sf2ud.zip
|
||||
sf2ue.zip
|
||||
sf2uf.zip
|
||||
sf2ui.zip
|
||||
sf2uk.zip
|
||||
sf2v004.zip
|
||||
sf2yyc.zip
|
||||
sfa3b.zip
|
||||
sfa3u.zip
|
||||
sfa3ud.zip
|
||||
sfa3ur1.zip
|
||||
sfad.zip
|
||||
sfar1.zip
|
||||
sfar2.zip
|
||||
sfar3.zip
|
||||
sfau.zip
|
||||
sfz2a.zip
|
||||
sfz2ad.zip
|
||||
sfz2b.zip
|
||||
sfz2br1.zip
|
||||
sfz2h.zip
|
||||
sfz2j.zip
|
||||
sfz2n.zip
|
||||
sfz3a.zip
|
||||
sfz3ar1.zip
|
||||
sfz3j.zip
|
||||
sfz3jr1.zip
|
||||
sfz3jr2.zip
|
||||
sfza.zip
|
||||
sfzb.zip
|
||||
sfzbr1.zip
|
||||
sfzj.zip
|
||||
sfzjr1.zip
|
||||
sfzjr2.zip
|
||||
sgemfa.zip
|
||||
sgemfd.zip
|
||||
sgemfh.zip
|
||||
shadowwa.zip
|
||||
shangon.zip
|
||||
shangon2.zip
|
||||
shangon3.zip
|
||||
sharrier.zip
|
||||
shdancer.zip
|
||||
shinobi.zip
|
||||
shinobi3.zip
|
||||
shinobi4.zip
|
||||
shinobi5.zip
|
||||
shinobls.zip
|
||||
shippumd.zip
|
||||
sjryuko.zip
|
||||
skywolf.zip
|
||||
skywolf2.zip
|
||||
smbomb.zip
|
||||
smbombr1.zip
|
||||
snowbro2.zip
|
||||
solfigtr.zip
|
||||
sonicbom.zip
|
||||
sonicwi.zip
|
||||
sonofphx.zip
|
||||
spf2xj.zip
|
||||
spf2xjd.zip
|
||||
spinlbrk.zip
|
||||
sprglbpg.zip
|
||||
srdmissn.zip
|
||||
ssf2a.zip
|
||||
ssf2ar1.zip
|
||||
ssf2j.zip
|
||||
ssf2jr1.zip
|
||||
ssf2jr2.zip
|
||||
ssf2t.zip
|
||||
ssf2ta.zip
|
||||
ssf2tb.zip
|
||||
ssf2tbd.zip
|
||||
ssf2tbj.zip
|
||||
ssf2tbr1.zip
|
||||
ssf2tu.zip
|
||||
ssf2tur1.zip
|
||||
ssf2u.zip
|
||||
ssf2ud.zip
|
||||
ssf2xj.zip
|
||||
ssf2xjd.zip
|
||||
ssi.zip
|
||||
striv.zip
|
||||
strkfgtr.zip
|
||||
sucasino.zip
|
||||
superman.zip
|
||||
supmodel.zip
|
||||
suprglob.zip
|
||||
suprtrio.zip
|
||||
svcsplus.zip
|
||||
tekipaki.zip
|
||||
tetrisbl.zip
|
||||
tetrsark.zip
|
||||
theglob.zip
|
||||
theglob2.zip
|
||||
theglob3.zip
|
||||
tigerhb2.zip
|
||||
timescan.zip
|
||||
tknight.zip
|
||||
tnzs.zip
|
||||
toppyrap.zip
|
||||
topsecrt.zip
|
||||
toryumon.zip
|
||||
treahunt.zip
|
||||
tripool.zip
|
||||
tripoola.zip
|
||||
truxton.zip
|
||||
tturf.zip
|
||||
tturfu.zip
|
||||
tumbleb.zip
|
||||
tumbleb2.zip
|
||||
twinadv.zip
|
||||
twinadvk.zip
|
||||
twinhawk.zip
|
||||
twinkle.zip
|
||||
uecology.zip
|
||||
uopokoj.zip
|
||||
vampj.zip
|
||||
vampja.zip
|
||||
vampjr1.zip
|
||||
vanvan.zip
|
||||
vanvanb.zip
|
||||
vanvank.zip
|
||||
varthr1.zip
|
||||
varthu.zip
|
||||
vfive.zip
|
||||
vhunt2.zip
|
||||
vhunt2r1.zip
|
||||
vhuntj.zip
|
||||
vhuntjr1.zip
|
||||
vhuntjr2.zip
|
||||
vsava.zip
|
||||
vsavd.zip
|
||||
vsavh.zip
|
||||
vsavj.zip
|
||||
vsavu.zip
|
||||
vulgusj.zip
|
||||
wallc.zip
|
||||
wallca.zip
|
||||
wb3.zip
|
||||
wc90.zip
|
||||
wc90a.zip
|
||||
wc90t.zip
|
||||
wh1h.zip
|
||||
wh1ha.zip
|
||||
wintbob.zip
|
||||
wlstar.zip
|
||||
wofa.zip
|
||||
wofhfh.zip
|
||||
wofu.zip
|
||||
wonder3.zip
|
||||
wondl96.zip
|
||||
wrestwar.zip
|
||||
wwfwfest.zip
|
||||
xmcotad.zip
|
||||
xmcotah.zip
|
||||
xmcotajr.zip
|
||||
xmcotau.zip
|
||||
xmvsfa.zip
|
||||
xmvsfar1.zip
|
||||
xmvsfb.zip
|
||||
xmvsfh.zip
|
||||
xmvsfj.zip
|
||||
xmvsfjr1.zip
|
||||
xmvsfjr2.zip
|
||||
xmvsfr1.zip
|
||||
xmvsfu.zip
|
||||
xmvsfu1d.zip
|
||||
xmvsfur1.zip
|
||||
yankeedo.zip
|
||||
yesnoj.zip
|
||||
yuyugogo.zip
|
||||
zerowing.zip
|
||||
zintrkcd.zip
|
||||
zipzap.zip
|
||||
zzyzzyxx.zip
|
1106
tools/genericImageTool.htm
Normal file
1106
tools/genericImageTool.htm
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user