also known as sega master system
sorry for the late info..download the file on "my collection"
v.1.1
Could open .gg; .sms and .zip. Also support Chinese title.
Correct me if I am wrong...
also known as sega master system
sorry for the late info..download the file on "my collection"
@ndpndnt16
Plz include in Sega Master System/Game Gear Emulator topic since it fits in that category....
** SANDMAN **
--------------------
Craig A.C. Gomez
Software Engineer (Developer)
SkillNet Solutions Inc.
http://www.skillnetinc.com/
THERE ARE NO STUPID QUESTIONS... BUT THERE ARE A LOT OF INQUISITIVE IDIOTS...
Wow! Very good emulator! It's not so fast like XSnes, but I loved it! Nice job, man!Originally Posted by kogan01
![]()
![]()
@kogan01
I've installed neo version 1.1 of SMS emulator on E680 (not i) and after rebooting, activating startup.lin for neo app and clicking icon in group nothing happen. I try to investigate why, and after running shell from qonsole app it did run binary ./smsplus. Shell script did export libary path as follows:
#!/bin/bash
export QTDIR=/usr/lib/ezx
export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH:/usr/lib:$QTDIR/lib
cd /diska/.system/java/DownloadApps/MIDlet00050/Files/NeoInstalled
./smsplus /mmc/mmca1/Game/SMS.GG/Somefile.gg --japan --fullscreen --volume 5 --keymap 0
So, I figure out that I have to dearchive jar file, change main.lin script in Neo folder, create new archive which will include those changes and get in to the phone as to make workable emulator.
Jar archive is some zip, 7-zip or what? and how to create this because I used batch files in Windows as to create jar archive and this was competely different. In batch file I have to create class files from java and include libaries and jar those files.
Can You tell me how to create this jar archive?
Thanks
![]()
Hi again
(I've managed to recreate the neo package for smsplus emulator and it work fine on my E680 (not i) . I do change main.lin script with this one:
#!/bin/bash
. /home/native/.profile
export QTDIR=/usr/lib/ezx
export LD_LIBRARY_PATH=/lib:$LD_LIBRARY_PATH:/usr/lib:$QTDIR/lib
export SMSROMDIR=/mmc/mmca1/Game/SMS.GG
mypath=$PWD
cd $mypath
export HOME=$mypath
if [ ! -x "smsplus" ]
then
chmod +x smsplus
fi
./smsplus "$1" &
My question is where to include in:
./smsplus "$1" &
options as: --japan --volume 5 --fullscreen --keymap 3
for example?
Can someone halp me in this?
Thanks
![]()
Neo version 1.2 SMS Plus emulator is uploaded in download section Upload server and it work on E680 (not i).
Before installation:
1. Create folder /mmc/mmca1/Game/SMS.GG
After installation:
2. Download *.gg files here :GG files
3. Click on *.gg file and select from menu: Open with...
4. Select from list of install app: Sega GG and click OK.
5. Main.lin file is using "--keymap 3" as default, README file contain those settings. If You want to change this You will have to create new version of Neo installation and change this with: --keymap <0-3>
(Select one digit from 0 to 3)
@Thanks to Kogan01
Is there a non-Neo version for those of us who don't use Neo?