diff options
| author | 2009-06-18 03:56:06 +0000 | |
|---|---|---|
| committer | 2009-06-18 03:56:06 +0000 | |
| commit | f0729a552f74c25629923e2fcc602b524240f63d (patch) | |
| tree | 81e4fcd4d4c1bc551ea39625706faf49340a51dc /src | |
| parent | 069747cca37247954eb2f22fe6fb7ffeef8afa00 (diff) | |
From: ludomatic
Hi,
I copy/paste a message from http://romkeeper.com/board/read.php?7,640,640 (maybe you could do something about it):
===============================================
Hi,
On "Super Visual Football: European Sega Cup" and "JLEAGUE" :
JLEAGUE was the original code developed and released in early
1994 in Japan which than got translated and updated to be
released as the European Sega Cup.
So, JLEAGUE is the Original.
and
"Super Visual Football: European Sega Cup" is the clone.
My source of information?
I wrote the simulation ( in assembly ) while working in the SEGA
Haneda ( Tokyo ) office in 1993. We even filed a patent on the
team/individual player task synchronization. After I finished JLEAGE,
we handed it off to the satellite groups for localization.
Cheers,
MIB.42
===============================================
Thanks to have read, I hope it's revelant and you'll have time to answer!
Keep the good work.
Diffstat (limited to 'src')
| -rw-r--r-- | src/mame/drivers/segas32.c | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/mame/drivers/segas32.c b/src/mame/drivers/segas32.c index 14bcf8f14b3..328782b4a84 100644 --- a/src/mame/drivers/segas32.c +++ b/src/mame/drivers/segas32.c @@ -289,6 +289,29 @@ IC Type 27C2048 27C2048 27C4200 27C4200 27C1000 27C160 27C160 Stadium Cross EPR15093 EPR15094 EPR15018 EPR15019 EPR15192 EPR15020 EPR15021 EPR15022 EPR15023 EPR15024 EPR15025 EPR15026 EPR15027 EPR15028 EPR15029 EPR15031 EPR15032 - +********************************************************************************************* + + +On "Super Visual Football: European Sega Cup" and "JLEAGUE" : + +JLEAGUE was the original code developed and released in early +1994 in Japan which than got translated and updated to be +released as the European Sega Cup. + +So, JLEAGUE is the Original. +and +"Super Visual Football: European Sega Cup" is the clone. + +My source of information? +I wrote the simulation ( in assembly ) while working in the SEGA +Haneda ( Tokyo ) office in 1993. We even filed a patent on the +team/individual player task synchronization. After I finished JLEAGE, +we handed it off to the satellite groups for localization. + +Cheers, + +MIB.42 + ***************************************************************************/ #include "driver.h" |
