2013-11-02 00:16:14 +00:00
|
|
|
Categories:Games
|
2013-09-20 12:11:14 +00:00
|
|
|
License:GPLv2
|
|
|
|
Web Site:http://www.openmsx.org
|
|
|
|
Source Code:http://sourceforge.net/p/openmsx/openmsx/
|
|
|
|
Issue Tracker:http://sourceforge.net/p/openmsx/bugs/
|
|
|
|
|
|
|
|
Summary:MSX emulator
|
|
|
|
Description:
|
|
|
|
MSX is a non IBM PC compatible computer architecture, which was popular mostly in Japan, the
|
|
|
|
Middle East, the Soviet Union, and to a lesser extent, several other European countries. Many
|
|
|
|
popular titles, including [https://en.wikipedia.org/wiki/Wizardry Wizardry],
|
|
|
|
[https://en.wikipedia.org/wiki/Snatcher Snatcher], and initially,
|
|
|
|
[https://en.wikipedia.org/wiki/Metal_Gear_%28series%29 the Metal Gear series] targeted
|
|
|
|
MSX as their primary platform.
|
|
|
|
|
|
|
|
OpenMSX emulates wide range of MSX hardware. Built-in FOSS firmware supports *.rom images and
|
|
|
|
allows using directories as drives. In order to run games for floppy drives (*.dsk images), as
|
|
|
|
well as software, using exotic devices, you may have to acquire firmware files for those
|
|
|
|
(misleadingly called "ROMs") and put them into
|
|
|
|
/sdcard/Android/data/org.openmsx.android.openmsx/files/openmsx_system. Firmware files can be
|
|
|
|
dumped from real machines or downloaded from the net. It is possible to create and use hardware
|
|
|
|
descriptors and firmware for nonexisting configurations, such as so called
|
|
|
|
[https://encrypted.google.com/search?q=Modified_MSX2_EN Modified_MSX2_EN], which contains handful
|
|
|
|
of drivers and have good (virtual) hardware capabilities.
|
|
|
|
.
|
|
|
|
|
2013-09-27 12:54:43 +00:00
|
|
|
# Note: OpenMSX version code and name are generated from it's VCS history by launch_anddev_build.sh
|
|
|
|
Repo Type:srclib
|
|
|
|
Repo:libsdl-android
|
2013-09-20 12:11:14 +00:00
|
|
|
|
2013-10-24 13:35:56 +00:00
|
|
|
# this looks so ugly because:
|
|
|
|
# 1) setup_anddev.sh downloads TCL sources, unpacks and builds them in one go
|
|
|
|
# 2) AndroidManifest.xml is only generated after TCL compilation
|
2013-09-27 12:54:43 +00:00
|
|
|
Build Version:0.9.1-584,11527,openttd-1.2.3.25,update=no,srclibs=OpenMSX@728325a472,buildjni=no,\
|
2013-10-29 02:19:45 +00:00
|
|
|
subdir=project,patch=tcl.patch,scanignore=project/jni/tcl8.5,\
|
2013-10-24 13:35:56 +00:00
|
|
|
init=\
|
2013-11-07 17:06:55 +00:00
|
|
|
ln -s ../../OpenMSX/ openmsx && \
|
2013-10-29 02:19:45 +00:00
|
|
|
sed -ri 's/ant debug|ant release/exit/' ../build.sh && \
|
2013-11-01 21:29:17 +00:00
|
|
|
find -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete && cd jni && \
|
2013-11-07 17:06:55 +00:00
|
|
|
rm -rf android/ ffmpeg/ avcodec/ python/ boost* ../themes/converter/converter,\
|
2013-10-27 12:07:27 +00:00
|
|
|
build=\
|
2013-11-07 17:06:55 +00:00
|
|
|
export SDL_ANDROID_PORT_PATH=`readlink -f ..` && cd openmsx/build/android && \
|
|
|
|
sed 's/android-15/android-17/' -i setup_anddev.sh && ./setup_anddev.sh && \
|
|
|
|
cd ../../../ && sed -ri 's/(debuggable)="true"/\1="false"/' AndroidManifest.xml && \
|
2013-10-27 12:07:27 +00:00
|
|
|
cd openmsx/build/android/openmsx && \
|
2013-10-24 13:35:56 +00:00
|
|
|
declare -rx VERSION_NAME=0.9.1-584 && \
|
2013-09-27 12:54:43 +00:00
|
|
|
./launch_anddev_build.sh
|
2013-09-20 12:11:14 +00:00
|
|
|
|
|
|
|
Auto Update Mode:None
|
|
|
|
# Tags and AndroidManifest are unusable. See http://openmsx.fixato.net/builds/android/
|
|
|
|
Update Check Mode:None
|
2013-09-22 19:27:49 +00:00
|
|
|
Current Version:0.9.1-584
|
2013-09-22 19:09:04 +00:00
|
|
|
Current Version Code:11527
|
2013-09-20 12:11:14 +00:00
|
|
|
|